More CSS fixes in the layout

skala
Julio Montoya 14 years ago
parent 50796fe949
commit 06b67b1c24
  1. 4
      main/css/academica/default.css
  2. 6
      main/css/baby_orange/default.css
  3. 53
      main/css/base.css
  4. 13
      main/css/base_chamilo.css
  5. 54
      main/css/blue_lagoon/default.css
  6. 18
      main/css/chamilo_sport_red/default.css
  7. 3
      main/css/cool_blue/default.css
  8. 4
      main/css/corporate/default.css
  9. 3
      main/css/cosmic_campus/default.css
  10. 31
      main/css/delicious_bordeaux/default.css
  11. 32
      main/css/dokeos_blue/default.css
  12. 3
      main/css/dokeos_classic/default.css
  13. 3
      main/css/dokeos_classic_2D/default.css
  14. 31
      main/css/empire_green/default.css
  15. 34
      main/css/fruity_orange/default.css
  16. 31
      main/css/medical/images/default.css
  17. 42
      main/css/public_admin/default.css
  18. 56
      main/css/royal_purple/default.css
  19. 3
      main/css/silver_line/default.css
  20. 49
      main/css/steel_grey/default.css
  21. 31
      main/css/tasty_olive/default.css

@ -11,7 +11,7 @@ html {
/* Redefining html styles */ /* Redefining html styles */
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
font-family: bold arial, verdana, helvetica, sans-serif; font-family: bold arial, verdana, helvetica, sans-serif;
font-size: 12px; font-size: 12px;
margin: 0; margin: 0;
@ -113,7 +113,7 @@ input[type=button], input[type=submit] {
/* header 3 styles */ /* header 3 styles */
#header3 { #header3 {
border-bottom: 1px solid #aeaeae; border-bottom: 1px solid #aeaeae;
height:26px; height:50px;
font-weight: bold; font-weight: bold;
margin: 0; margin: 0;
padding: 0; padding: 0;

@ -4,14 +4,16 @@
/* Adding default generic style for non chamilo_X themes */ /* Adding default generic style for non chamilo_X themes */
@import url('../base.css'); @import url('../base.css');
/* the sticky effect */
html { html {
height: 100%; height: 100%;
} }
/* Redefining html styles */
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
font-family: arial, verdana, helvetica, sans-serif; font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px; font-size: 12px;
color: #000; color: #000;
background-color: #fff; background-color: #fff;
margin: 0; margin: 0;
@ -110,7 +112,7 @@ input[type=button], input[type=submit] {
/* header 3 styles */ /* header 3 styles */
#header3 { #header3 {
border-bottom: 1px solid #aeaeae; border-bottom: 1px solid #aeaeae;
height:26px; height:50px;
font-weight: bold; font-weight: bold;
margin: 0; margin: 0;
padding: 0; padding: 0;

@ -41,8 +41,55 @@ legend {
margin-bottom:0px; margin-bottom:0px;
} }
#header2 {
width:100%;
}
#header2 .nav {
float:right;
}
#header3 li a {
margin:0px;
}
/* Fixing old chamilo forms */ /* Fixing old chamilo forms */
/* Subnav */
.subnav {
width:100%;
height: 36px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.subnav .nav {
display: block;
float: left;
left: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 10px;
margin-top: 0;
position: relative;
}
#header4 {
height:26px;
padding:0px;
background:none;
width: 100%;
/*margin-top:35px;*/
margin-bottom:5px;
background-repeat:repeat-x;
}
form .label { form .label {
color: #404040; color: #404040;
float: left; float: left;
@ -323,13 +370,9 @@ a.tag {
img { img {
border: none; border: none;
} }
p, blockquote, ol, ul {
font-size: 12px;
}
/* User portal */ /* User portal */
/* user_portal course status icon */ /* user_portal course status icon */
.coursestatusicons { .coursestatusicons {
border: 0px solid #000; border: 0px solid #000;
@ -1119,7 +1162,7 @@ button.next.disabled, .a_button.disabled {
/* Breadcrumb */ /* Breadcrumb */
.bread { .bread {
height: 24px; height: 26px;
margin: 0px 0px 5px 0px; margin: 0px 0px 5px 0px;
padding:0px; padding:0px;
border-bottom:1px solid #ccc; border-bottom:1px solid #ccc;

@ -314,9 +314,7 @@ input.link_alike:hover {
/******************************************************** /********************************************************
* HEADER 2: Users online, help, student/teacher view * * HEADER 2: Users online, help, student/teacher view *
********************************************************/ ********************************************************/
#header2 {
float:right;
}
#header2 a { #header2 a {
} }
#header2 a:hover { #header2 a:hover {
@ -347,9 +345,8 @@ input.link_alike:hover {
border:1px solid #E1E1E0; border:1px solid #E1E1E0;
} }
/***************************************************** /* HEADER 4: */
* HEADER 4:
*****************************************************/
#header4 { #header4 {
height:26px; height:26px;
padding:0px; padding:0px;
@ -1744,10 +1741,6 @@ Document title
margin-right: 10px; margin-right: 10px;
vertical-align:middle; vertical-align:middle;
} }
.actions form {
margin-right: 10px;
vertical-align:middle;
}
.actions fieldset { .actions fieldset {
margin-top:0px; margin-top:0px;

@ -8,6 +8,7 @@
html { html {
height: 100%; height: 100%;
} }
/* Redefining html styles */
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
@ -389,35 +390,16 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
* HEADER 2: Users online, help, student/teacher view * * HEADER 2: Users online, help, student/teacher view *
********************************************************/ ********************************************************/
#header2 { #header2 {
position: relative; /* to avoid the IE peekabo bug*/
color: #636363;/*border: 1px solid red;*/ color: #636363;/*border: 1px solid red;*/
min-height: 25px;
} }
#header2 a { #header2 a {
color: #636363; color: #636363;
text-decoration: none;
font-weight:normal;
} }
#header2 a:hover { #header2 a:hover {
text-decoration: underline; text-decoration: underline;
} }
/* Header2Right: online users, student/teacher view, help */
#Header2Right ul {
position: relative; /* to avoid the IE peekabo bug*/
float: right;
width: 70%;
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
}
#Header2Right ul li {
display: inline;
}
#Header2Right ul li a {
padding: 4px 6px 4px 4px;
color:#636363;
}
/***************************************************** /*****************************************************
* HEADER 3: TABS OF THE HEADER * * HEADER 3: TABS OF THE HEADER *
*****************************************************/ *****************************************************/
@ -425,8 +407,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image: url(images/tab-repeat.png); background-image: url(images/tab-repeat.png);
background-position: 0px 0px; background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/ background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px; height:41px;
float:left;
padding-left:0px; padding-left:0px;
padding-right:0px; padding-right:0px;
width: 100%; width: 100%;
@ -441,6 +422,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
} }
#header3 a:hover { #header3 a:hover {
color: #a8a7a7; color: #a8a7a7;
background: none;
} }
#header3 ul { #header3 ul {
PADDING-RIGHT: 10px; PADDING-RIGHT: 10px;
@ -448,7 +430,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
PADDING-BOTTOM: 0px; PADDING-BOTTOM: 0px;
MARGIN: 0px; MARGIN: 0px;
LIST-STYLE-TYPE: none; LIST-STYLE-TYPE: none;
display: inline; display: inline;
} }
#header3 li { #header3 li {
PADDING-RIGHT: 0px; PADDING-RIGHT: 0px;
@ -472,23 +454,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
#header3 .banner_links { #header3 .banner_links {
margin: 0; margin: 0;
} }
#header3 input.logout {
/* makes an input appear like a link in this header */
margin: 0px;
padding: 0px;
background-color: transparent;
border: none;
COLOR: rgb(39,84,175);
font-weight:bold;
display: inline;
background: url(../../img/tab_right.gif) no-repeat right top;
PADDING-RIGHT: 10px;
PADDING-TOP: 3px;
}
#header3 input:hover {
color: #333;
background: url(../../img/tab_right_hover.gif) no-repeat right top;
}
#header3 input { #header3 input {
padding-right: 15px; padding-right: 15px;
display: block; display: block;
@ -505,17 +471,15 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
width: auto; width: auto;
text-align: right; text-align: right;
} }
#header3 .clear {
display: none;
}
/***************************************************** /*****************************************************
* HEADER 3: not used * * HEADER 3: not used *
*****************************************************/ *****************************************************/
#header4 { #header4 {
background-color: #fff; background-color: #fff;
color: #fff; color: #fff;
width:100%;
} }
/* The tool shortcuts */ /* The tool shortcuts */
#toolshortcuts { #toolshortcuts {
text-align: right; text-align: right;

@ -116,22 +116,24 @@ a:active {
/*background-image:url(images/bg-header4.png);*/ /*background-image:url(images/bg-header4.png);*/
} }
#header3 a { #header3 li {
background:transparent url(images/tab_left.png) no-repeat scroll left top; background:transparent url(images/tab_left.png) no-repeat scroll left top;
border:none;
margin-right: 2px;
} }
#header3 li a span { #header3 li a {
background:transparent url(images/tab_right.png) no-repeat scroll right top; background:transparent url(images/tab_right.png) no-repeat scroll right top;
margin-left: 5px;
border:none;
color:#ffffff;
} }
#current a { #header3 li#current {
background:transparent url(images/tab_left-active.png) no-repeat scroll left top; background:transparent url(images/tab_left-active.png) no-repeat scroll left top;
height: 30px;
} }
#current { #header3 #current a {
/*background:transparent url(images/tab_center-active.png) no-repeat scroll right top;*/
}
#current #tab_active {
background:transparent url(images/tab_right-active.png) no-repeat scroll right top; background:transparent url(images/tab_right-active.png) no-repeat scroll right top;
} }
.maincontent { .maincontent {

@ -429,8 +429,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-position: 0px 0px; background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/ background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px; height:41px;
width:100%; width:100%;
float:left;
} }
#header3 a { #header3 a {
DISPLAY: block; DISPLAY: block;

@ -113,12 +113,10 @@ input[type=button], input[type=submit] {
border-bottom: 1px solid #aeaeae; border-bottom: 1px solid #aeaeae;
color: #333; color: #333;
height:auto; height:auto;
font-weight: bold; font-weight: bold;
float:left;
width:100%; width:100%;
} }
#header3 UL { #header3 UL {
PADDING-RIGHT: 2px; PADDING-RIGHT: 2px;
PADDING-LEFT: 10px; PADDING-LEFT: 10px;

@ -130,8 +130,7 @@ input[type=button], input[type=submit] {
border-bottom: 1px solid #aeaeae; border-bottom: 1px solid #aeaeae;
height:25px; height:25px;
margin-bottom: 1px; margin-bottom: 1px;
background-image: url(images/fondoHeader3.jpg); background-image: url(images/fondoHeader3.jpg);
float:left;
width:99%; width:99%;
} }
#header3 a { #header3 a {

@ -4,9 +4,11 @@
/* Adding default generic style for non chamilo_X themes */ /* Adding default generic style for non chamilo_X themes */
@import url('../base.css'); @import url('../base.css');
/* the sticky effect */
html { html {
height: 100%; height: 100%;
} }
/* Redefining html styles */
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
@ -293,13 +295,6 @@ a:active {
font-weight : bold; font-weight : bold;
color : #975b5b; color : #975b5b;
} }
select, textarea, input{
color : #000;
border: 1px solid #000;
}
input.checkbox {
border-width: 0;
}
/* form elements */ /* form elements */
select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] { select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
@ -393,7 +388,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
* HEADER 2: Users online, help, student/teacher view * * HEADER 2: Users online, help, student/teacher view *
********************************************************/ ********************************************************/
#header2 { #header2 {
position: relative; /* to avoid the IE peekabo bug*/
color: #636363;/*border: 1px solid red;*/ color: #636363;/*border: 1px solid red;*/
} }
#header2 a { #header2 a {
@ -404,23 +398,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
#header2 a:hover { #header2 a:hover {
text-decoration: underline; text-decoration: underline;
} }
/* Header2Right: online users, student/teacher view, help */
#Header2Right ul {
position: relative; /* to avoid the IE peekabo bug*/
float: right;
width: 70%;
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
}
#Header2Right ul li {
display: inline;
}
#Header2Right ul li a {
padding: 4px 6px 4px 4px;
color:#636363;
}
/***************************************************** /*****************************************************
* HEADER 3: TABS OF THE HEADER * * HEADER 3: TABS OF THE HEADER *
*****************************************************/ *****************************************************/
@ -428,8 +405,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image: url(images/tab-repeat.png); background-image: url(images/tab-repeat.png);
background-position: 0px 0px; background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/ background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px; height:41px;
float:left;
padding-left:0px; padding-left:0px;
padding-right:0px; padding-right:0px;
width: 100%; width: 100%;
@ -444,6 +420,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
} }
#header3 a:hover { #header3 a:hover {
color: #a8a7a7; color: #a8a7a7;
background: none;
} }
#header3 ul { #header3 ul {
PADDING-RIGHT: 10px; PADDING-RIGHT: 10px;

@ -4,9 +4,11 @@
/* Adding default generic style for non chamilo_X themes */ /* Adding default generic style for non chamilo_X themes */
@import url('../base.css'); @import url('../base.css');
/* the sticky effect */
html { html {
height: 100%; height: 100%;
} }
/* Redefining html styles */
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
@ -293,13 +295,6 @@ a:active {
font-weight : bold; font-weight : bold;
color : #4171B5; color : #4171B5;
} }
select, textarea, input{
color : #000;
border: 1px solid #000;
}
input.checkbox {
border-width: 0;
}
/* form elements */ /* form elements */
select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] { select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
@ -393,7 +388,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
* HEADER 2: Users online, help, student/teacher view * * HEADER 2: Users online, help, student/teacher view *
********************************************************/ ********************************************************/
#header2 { #header2 {
position: relative; /* to avoid the IE peekabo bug*/
color: #636363;/*border: 1px solid red;*/ color: #636363;/*border: 1px solid red;*/
min-height: 25px; min-height: 25px;
} }
@ -405,23 +399,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
#header2 a:hover { #header2 a:hover {
text-decoration: underline; text-decoration: underline;
} }
/* Header2Right: online users, student/teacher view, help */
#Header2Right ul {
position: relative; /* to avoid the IE peekabo bug*/
float: right;
width: 70%;
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
}
#Header2Right ul li {
display: inline;
}
#Header2Right ul li a {
padding: 4px 6px 4px 4px;
color:#636363;
}
/***************************************************** /*****************************************************
* HEADER 3: TABS OF THE HEADER * * HEADER 3: TABS OF THE HEADER *
*****************************************************/ *****************************************************/
@ -429,12 +406,10 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image: url(images/tab-repeat.png); background-image: url(images/tab-repeat.png);
background-position: 0px 0px; background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/ background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px; height:41px;
float:left;
padding-left:0px; padding-left:0px;
padding-right:0px; padding-right:0px;
width: 100%; width: 100%;
float:left;
} }
#header3 a { #header3 a {
DISPLAY: block; DISPLAY: block;
@ -446,6 +421,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
} }
#header3 a:hover { #header3 a:hover {
color: #a8a7a7; color: #a8a7a7;
background: none;
} }
#header3 ul { #header3 ul {
PADDING-RIGHT: 10px; PADDING-RIGHT: 10px;

@ -445,8 +445,7 @@ input[text] {
color: #006; color: #006;
border-bottom: 1px solid #4171b5; border-bottom: 1px solid #4171b5;
height:auto; height:auto;
margin-bottom: 1px; margin-bottom: 1px;
float:left;
width:99%; width:99%;
} }
#header3 a { #header3 a {

@ -431,8 +431,7 @@ ul#navigation .student-connect a {
font-size: 1.0em; font-size: 1.0em;
margin: 0px; margin: 0px;
margin-bottom: 1px; margin-bottom: 1px;
padding: 0em 0em 0.4em 0em; padding: 0em 0em 0.4em 0em;
float:left;
width:100%; width:100%;
} }
#header3 a { #header3 a {

@ -4,9 +4,11 @@
/* Adding default generic style for non chamilo_X themes */ /* Adding default generic style for non chamilo_X themes */
@import url('../base.css'); @import url('../base.css');
/* the sticky effect */
html { html {
height: 100%; height: 100%;
} }
/* Redefining html styles */
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
@ -293,13 +295,6 @@ a:active {
font-weight : bold; font-weight : bold;
color : #5b975b; color : #5b975b;
} }
select, textarea, input{
color : #000;
border: 1px solid #000;
}
input.checkbox {
border-width: 0;
}
/* form elements */ /* form elements */
select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] { select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
@ -393,7 +388,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
* HEADER 2: Users online, help, student/teacher view * * HEADER 2: Users online, help, student/teacher view *
********************************************************/ ********************************************************/
#header2 { #header2 {
position: relative; /* to avoid the IE peekabo bug*/
color: #636363;/*border: 1px solid red;*/ color: #636363;/*border: 1px solid red;*/
} }
#header2 a { #header2 a {
@ -404,23 +398,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
#header2 a:hover { #header2 a:hover {
text-decoration: underline; text-decoration: underline;
} }
/* Header2Right: online users, student/teacher view, help */
#Header2Right ul {
position: relative; /* to avoid the IE peekabo bug*/
float: right;
width: 70%;
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
}
#Header2Right ul li {
display: inline;
}
#Header2Right ul li a {
padding: 4px 6px 4px 4px;
color:#636363;
}
/***************************************************** /*****************************************************
* HEADER 3: TABS OF THE HEADER * * HEADER 3: TABS OF THE HEADER *
*****************************************************/ *****************************************************/
@ -428,8 +405,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image: url(images/tab-repeat.png); background-image: url(images/tab-repeat.png);
background-position: 0px 0px; background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/ background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px; height:41px;
float:left;
width:100%; width:100%;
} }
#header3 a { #header3 a {
@ -442,6 +418,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
} }
#header3 a:hover { #header3 a:hover {
color: #a8a7a7; color: #a8a7a7;
background: none;
} }
#header3 ul { #header3 ul {
PADDING-RIGHT: 10px; PADDING-RIGHT: 10px;

@ -4,9 +4,11 @@
/* Adding default generic style for non chamilo_X themes */ /* Adding default generic style for non chamilo_X themes */
@import url('../base.css'); @import url('../base.css');
/* the sticky effect */
html { html {
height: 100%; height: 100%;
} }
/* Redefining html styles */
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
@ -201,8 +203,7 @@ a.invisible:link, a.invisible:visited {
} }
.clear { .clear {
clear: both; clear: both;
line-height: line-height: 0px;
0px;
height: 0; height: 0;
} }
@ -294,13 +295,6 @@ a:active {
font-weight : bold; font-weight : bold;
color : #fea404; color : #fea404;
} }
select, textarea, input{
color : #000;
border: 1px solid #000;
}
input.checkbox {
border-width: 0;
}
/* form elements */ /* form elements */
select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] { select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
@ -394,7 +388,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
* HEADER 2: Users online, help, student/teacher view * * HEADER 2: Users online, help, student/teacher view *
********************************************************/ ********************************************************/
#header2 { #header2 {
position: relative; /* to avoid the IE peekabo bug*/
color: #636363;/*border: 1px solid red;*/ color: #636363;/*border: 1px solid red;*/
} }
#header2 a { #header2 a {
@ -405,23 +398,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
#header2 a:hover { #header2 a:hover {
text-decoration: underline; text-decoration: underline;
} }
/* Header2Right: online users, student/teacher view, help */
#Header2Right ul {
position: relative; /* to avoid the IE peekabo bug*/
float: right;
width: 70%;
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
}
#Header2Right ul li {
display: inline;
}
#Header2Right ul li a {
padding: 4px 6px 4px 4px;
color:#636363;
}
/***************************************************** /*****************************************************
* HEADER 3: TABS OF THE HEADER * * HEADER 3: TABS OF THE HEADER *
*****************************************************/ *****************************************************/
@ -429,8 +405,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image: url(images/tab-repeat.png); background-image: url(images/tab-repeat.png);
background-position: 0px 0px; background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/ background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px; height:41px;
float:left;
width:100%; width:100%;
} }
#header3 a { #header3 a {
@ -443,6 +418,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
} }
#header3 a:hover { #header3 a:hover {
color: #a8a7a7; color: #a8a7a7;
background: none;
} }
#header3 ul { #header3 ul {
PADDING-RIGHT: 10px; PADDING-RIGHT: 10px;

@ -12,9 +12,9 @@ body {
#outerframe { #outerframe {
position: relative; /* do not remove, fixes a bug in IE */ position: relative; /* do not remove, fixes a bug in IE */
background-color: #fff; background-color: #fff;
background-repeat:no-repeat; background-repeat:no-repeat;
} }
@ -37,9 +37,9 @@ body {
background-color: transparent; background-color: transparent;
min-height: 320px; min-height: 320px;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
@ -198,11 +198,11 @@ input[text] {font-size: 12px; }
width:180px; width:180px;
height:74px; height:74px;
margin-bottom: 0px; margin-bottom: 0px;
margin-top: 10px; margin-top: 10px;
margin-right: 5px; margin-right: 5px;
padding: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
@ -243,7 +243,7 @@ input[text] {font-size: 12px; }
padding-bottom: 0.2em; padding-bottom: 0.2em;
background: #ffffff; background: #ffffff;
color: #666; color: #666;
} }
#header2 a { #header2 a {
color: #666; color: #666;
@ -281,19 +281,16 @@ input[text] {font-size: 12px; }
padding: 0.8em 0.5em 0.4em 0.5em; padding: 0.8em 0.5em 0.4em 0.5em;
background: #fff; background: #fff;
color: #006; color: #006;
height:25px; height:25px;
margin-bottom: 1px; margin-bottom: 1px;
background-image: url(Images/fondoHeader3.jpg); background-image: url(Images/fondoHeader3.jpg);
float:left;
width:100%; width:100%;
} }
#header3 A { #header3 A {
PADDING-RIGHT: 15px; PADDING-RIGHT: 15px;
DISPLAY: block; DISPLAY: block;
PADDING-LEFT: 6px; PADDING-LEFT: 6px;
BACKGROUND: url(Images/tab_right.gif) no-repeat right top; BACKGROUND: url(Images/tab_right.gif) no-repeat right top;
PADDING-BOTTOM: 0px; PADDING-BOTTOM: 0px;
COLOR: #fff; COLOR: #fff;
@ -302,7 +299,7 @@ input[text] {font-size: 12px; }
} }
#header3 A:hover { #header3 A:hover {
COLOR: #9ba408; COLOR: #9ba408;
} }
#header3 UL { #header3 UL {
PADDING-RIGHT: 10px; PADDING-RIGHT: 10px;
@ -329,7 +326,7 @@ input[text] {font-size: 12px; }
PADDING-TOP: 0px PADDING-TOP: 0px
} }
#header3 #current { #header3 #current {
} }
#header3 #current A { #header3 #current A {
COLOR: #999 COLOR: #999
@ -414,7 +411,7 @@ input[text] {font-size: 12px; }
font-size: 12px; font-size: 12px;
font-weight:bold; font-weight:bold;
color:#ec135a; color:#ec135a;
} }
#footer .copyright { #footer .copyright {

@ -183,12 +183,6 @@ ul#navigation .student-connect a {
/* for content section in main index.php file */ /* for content section in main index.php file */
/*
|----------------------------------------------------------------------------
| modified: to fit img and blocks in home page
|----------------------------------------------------------------------------
|
*/
.maincontent { .maincontent {
float: left; float: left;
width: 65%; width: 65%;
@ -342,14 +336,6 @@ select, textarea {
color : #000; color : #000;
border: 1px solid #000; border: 1px solid #000;
} }
input.checkbox {
border-width: 0;
}
select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
cursor: pointer;
font-size: 12px;
}
/* user_portal course status icon */ /* user_portal course status icon */
.coursestatusicons { .coursestatusicons {
border: 0px solid #000; border: 0px solid #000;
@ -436,13 +422,14 @@ select, input[type=checkbox], input[type=radio], input[type=button], input[type=
* HEADER 2: Users online, help, student/teacher view * * HEADER 2: Users online, help, student/teacher view *
********************************************************/ ********************************************************/
#header2 { #header2 {
position: relative; /* to avoid the IE peekabo bug*/
font-size: 1.0em; font-size: 1.0em;
font-weight: normal; font-weight: normal;
min-height:20px; min-height:35px;
padding: 0.2em 0.5em; padding: 0.2em 0.5em;
background: #2A4B74; background: #2A4B74;
color: #666; color: #666;
width:100%;
color:#fff;
} }
#header2 a { #header2 a {
color: #666; color: #666;
@ -452,24 +439,7 @@ select, input[type=checkbox], input[type=radio], input[type=button], input[type=
#header2 a:hover { #header2 a:hover {
text-decoration: underline; text-decoration: underline;
} }
/* Header2Right: online users, student/teacher view, help */
#Header2Right ul {
position: relative; /* to avoid the IE peekabo bug*/
float: right;
width: 70%;
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
}
#Header2Right ul li {
display: inline;
color:#ffffff;
}
#Header2Right ul li a {
padding: 4px 6px 4px 4px;
color:#f1d40d;
}
/***************************************************** /*****************************************************
* HEADER 3: TABS OF THE HEADER * * HEADER 3: TABS OF THE HEADER *
*****************************************************/ *****************************************************/
@ -481,8 +451,7 @@ select, input[type=checkbox], input[type=radio], input[type=button], input[type=
border-bottom: 1px solid #aeaeae; border-bottom: 1px solid #aeaeae;
height:25px; height:25px;
margin-bottom: 1px; margin-bottom: 1px;
background-image: url(images/fondoHeader3.jpg); background-image: url(images/fondoHeader3.jpg);
float:left;
width:100%; width:100%;
} }
#header3 A { #header3 A {
@ -497,6 +466,7 @@ select, input[type=checkbox], input[type=radio], input[type=button], input[type=
} }
#header3 A:hover { #header3 A:hover {
COLOR: #9ba408; COLOR: #9ba408;
background: none;
} }
#header3 UL { #header3 UL {
PADDING-RIGHT: 2px; PADDING-RIGHT: 2px;

@ -4,9 +4,11 @@
/* Adding default generic style for non chamilo_X themes */ /* Adding default generic style for non chamilo_X themes */
@import url('../base.css'); @import url('../base.css');
/* the sticky effect */
html { html {
height: 100%; height: 100%;
} }
/* Redefining html styles */
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
@ -201,8 +203,7 @@ a.invisible:link, a.invisible:visited {
} }
.clear { .clear {
clear: both; clear: both;
line-height: line-height: 0px;
0px;
height: 0; height: 0;
} }
@ -294,13 +295,6 @@ a:active {
font-weight : bold; font-weight : bold;
color : #8e5b97; color : #8e5b97;
} }
select, textarea, input{
color : #000;
border: 1px solid #000;
}
input.checkbox {
border-width: 0;
}
/* form elements */ /* form elements */
select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] { select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
@ -394,7 +388,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
* HEADER 2: Users online, help, student/teacher view * * HEADER 2: Users online, help, student/teacher view *
********************************************************/ ********************************************************/
#header2 { #header2 {
position: relative; /* to avoid the IE peekabo bug*/
color: #636363;/*border: 1px solid red;*/ color: #636363;/*border: 1px solid red;*/
} }
#header2 a { #header2 a {
@ -405,23 +398,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
#header2 a:hover { #header2 a:hover {
text-decoration: underline; text-decoration: underline;
} }
/* Header2Right: online users, student/teacher view, help */
#Header2Right ul {
position: relative; /* to avoid the IE peekabo bug*/
float: right;
width: 70%;
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
}
#Header2Right ul li {
display: inline;
}
#Header2Right ul li a {
padding: 4px 6px 4px 4px;
color:#636363;
}
/***************************************************** /*****************************************************
* HEADER 3: TABS OF THE HEADER * * HEADER 3: TABS OF THE HEADER *
*****************************************************/ *****************************************************/
@ -429,8 +405,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image: url(images/tab-repeat.png); background-image: url(images/tab-repeat.png);
background-position: 0px 0px; background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/ background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px; height:41px;
float:left;
width:100%; width:100%;
} }
#header3 a { #header3 a {
@ -443,6 +418,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
} }
#header3 a:hover { #header3 a:hover {
color: #a8a7a7; color: #a8a7a7;
background: none;
} }
#header3 ul { #header3 ul {
PADDING-RIGHT: 10px; PADDING-RIGHT: 10px;
@ -474,23 +450,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
#header3 .banner_links { #header3 .banner_links {
margin: 0; margin: 0;
} }
#header3 input.logout {
/* makes an input appear like a link in this header */
margin: 0 0 0 0;
padding: 0;
background-color: transparent;
border: none;
COLOR: rgb(39,84,175);
font-weight:bold;
display: inline;
background: url(../../img/tab_right.gif) no-repeat right top;
PADDING-RIGHT: 10px;
PADDING-TOP: 3px;
}
#header3 input:hover {
color: #333;
background: url(../../img/tab_right_hover.gif) no-repeat right top;
}
#header3 input { #header3 input {
padding-right: 15px; padding-right: 15px;
display: block; display: block;
@ -507,9 +467,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
width: auto; width: auto;
text-align: right; text-align: right;
} }
#header3 .clear {
display: none;
}
/***************************************************** /*****************************************************
* HEADER 4 * HEADER 4
*****************************************************/ *****************************************************/

@ -440,8 +440,7 @@ ul#navigation .student-connect a {
#header3 { #header3 {
width: 100%; width: 100%;
margin: 5; margin: 5;
padding: 0; padding: 0;
float: left;
height:41px; height:41px;
} }
#header3 input.logout { #header3 input.logout {

@ -8,6 +8,7 @@
html { html {
height: 100%; height: 100%;
} }
/* Redefining html styles */
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
@ -294,13 +295,6 @@ a:active {
font-weight : bold; font-weight : bold;
color : #808080; color : #808080;
} }
select, textarea, input{
color : #000;
border: 1px solid #000;
}
input.checkbox {
border-width: 0;
}
/* form elements */ /* form elements */
select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] { select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
@ -405,23 +399,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
#header2 a:hover { #header2 a:hover {
text-decoration: underline; text-decoration: underline;
} }
/* Header2Right: online users, student/teacher view, help */
#Header2Right ul {
position: relative; /* to avoid the IE peekabo bug*/
float: right;
width: 70%;
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
}
#Header2Right ul li {
display: inline;
}
#Header2Right ul li a {
padding: 4px 6px 4px 4px;
color:#636363;
}
/***************************************************** /*****************************************************
* HEADER 3: TABS OF THE HEADER * * HEADER 3: TABS OF THE HEADER *
*****************************************************/ *****************************************************/
@ -429,8 +406,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image: url(images/tab-repeat.png); background-image: url(images/tab-repeat.png);
background-position: 0px 0px; background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/ background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px; height:41px;
float:left;
width:100%; width:100%;
} }
#header3 a { #header3 a {
@ -443,6 +419,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
} }
#header3 a:hover { #header3 a:hover {
color: #a8a7a7; color: #a8a7a7;
background: none;
} }
#header3 ul { #header3 ul {
PADDING-RIGHT: 10px; PADDING-RIGHT: 10px;
@ -474,23 +451,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
#header3 .banner_links { #header3 .banner_links {
margin: 0; margin: 0;
} }
#header3 input.logout {
/* makes an input appear like a link in this header */
margin: 0px;
padding: 0px;
background-color: transparent;
border: none;
COLOR: rgb(39,84,175);
font-weight:bold;
display: inline;
background: url(../../img/tab_right.gif) no-repeat right top;
PADDING-RIGHT: 10px;
PADDING-TOP: 3px;
}
#header3 input:hover {
color: #333;
background: url(../../img/tab_right_hover.gif) no-repeat right top;
}
#header3 input { #header3 input {
padding-right: 15px; padding-right: 15px;
display: block; display: block;
@ -507,9 +467,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
width: auto; width: auto;
text-align: right; text-align: right;
} }
#header3 .clear {
display: none;
}
/***************************************************** /*****************************************************
* HEADER 4 * HEADER 4
*****************************************************/ *****************************************************/

@ -4,9 +4,11 @@
/* Adding default generic style for non chamilo_X themes */ /* Adding default generic style for non chamilo_X themes */
@import url('../base.css'); @import url('../base.css');
/* the sticky effect */
html { html {
height: 100%; height: 100%;
} }
/* Redefining html styles */
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
@ -293,13 +295,6 @@ a:active {
font-weight : bold; font-weight : bold;
color : #8e975b; color : #8e975b;
} }
select, textarea, input{
color : #000;
border: 1px solid #000;
}
input.checkbox {
border-width: 0;
}
/* form elements */ /* form elements */
select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] { select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
@ -393,7 +388,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
* HEADER 2: Users online, help, student/teacher view * * HEADER 2: Users online, help, student/teacher view *
********************************************************/ ********************************************************/
#header2 { #header2 {
position: relative; /* to avoid the IE peekabo bug*/
color: #636363;/*border: 1px solid red;*/ color: #636363;/*border: 1px solid red;*/
} }
#header2 a { #header2 a {
@ -404,23 +398,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
#header2 a:hover { #header2 a:hover {
text-decoration: underline; text-decoration: underline;
} }
/* Header2Right: online users, student/teacher view, help */
#Header2Right ul {
position: relative; /* to avoid the IE peekabo bug*/
float: right;
width: 70%;
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
}
#Header2Right ul li {
display: inline;
}
#Header2Right ul li a {
padding: 4px 6px 4px 4px;
color:#636363;
}
/***************************************************** /*****************************************************
* HEADER 3: TABS OF THE HEADER * * HEADER 3: TABS OF THE HEADER *
*****************************************************/ *****************************************************/
@ -428,8 +405,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image: url(images/tab-repeat.png); background-image: url(images/tab-repeat.png);
background-position: 0px 0px; background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/ background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px; height:41px;
float:left;
width:100%; width:100%;
} }
#header3 a { #header3 a {
@ -442,6 +418,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
} }
#header3 a:hover { #header3 a:hover {
color: #a8a7a7; color: #a8a7a7;
background: none;
} }
#header3 ul { #header3 ul {
PADDING-RIGHT: 10px; PADDING-RIGHT: 10px;

Loading…
Cancel
Save