Updating CSS due #4400

skala
Julio Montoya 14 years ago
parent f715e91771
commit 411763b556
  1. 56
      main/css/cool_blue/default.css
  2. 5
      main/css/corporate/default.css
  3. 11
      main/css/delicious_bordeaux/default.css
  4. 33
      main/css/dokeos_blue/default.css
  5. 8
      main/css/empire_green/default.css
  6. 5
      main/css/fruity_orange/default.css
  7. 55
      main/css/medical/default.css
  8. 48
      main/css/public_admin/default.css
  9. 36
      main/css/royal_purple/default.css
  10. 29
      main/css/silver_line/default.css
  11. 100
      main/css/sober_brown/default.css
  12. 11
      main/css/steel_grey/default.css
  13. 38
      main/css/tasty_olive/default.css

@ -4,12 +4,14 @@
/* Adding default generic style for non chamilo_X themes */
@import url('../base.css');
/* the sticky effect */
html {
height: 100%;
}
/* Redefining html styles */
body {
/* 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-size: 12px;
color: #000;
@ -293,41 +295,6 @@ a:active {
font-weight : bold;
color : #a8a7a7;
}
select, textarea, input {
color : #000;
border: 1px solid #000;
}
input.checkbox {
border-width: 0;
}
/* form elements */
select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
cursor: pointer;
}
input[text] {
}
input.link_alike {
background-color: #FFFFFF;
border-width: 0px;
color: #4171b5;
font-weight: bold;
text-align: left;
padding: 0px;
margin: 0px;
}
input.link_alike:hover {
background-color: #FFFFFF;
border-width: 0px;
color: #FF0000;
font-weight: bold;
text-align: left;
padding: 0px;
margin: 0px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image:url(images/shadow.gif);
}
/* user_portal course status icon */
.coursestatusicons {
border: 0px solid #000;
@ -404,23 +371,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
#header2 a:hover {
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 *
*****************************************************/

@ -141,9 +141,8 @@ input[type=button], input[type=submit] {
background:url(images/tab_left.gif) no-repeat left top;
text-decoration:none;
cursor: pointer;
color: #333;
padding-right: 1px;
padding-left: 9px;
color: #333;
padding: 0px 9px 0px 9px;
height:25px;
}
#header3 li a:hover {

@ -388,6 +388,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
* HEADER 2: Users online, help, student/teacher view *
********************************************************/
#header2 {
position: relative; /* to avoid the IE peekabo bug*/
color: #636363;/*border: 1px solid red;*/
}
#header2 a {
@ -405,26 +406,22 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image: url(images/tab-repeat.png);
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
padding-left:0px;
padding-right:0px;
width: 100%;
height:41px;
width:100%;
}
#header3 a {
DISPLAY: block;
PADDING-RIGHT: 15px;
PADDING-LEFT: 6px;
COLOR: #fff;
float:left;
PADDING-TOP: 10px;
float: left;
}
#header3 a:hover {
color: #a8a7a7;
background: none;
}
#header3 ul {
PADDING-RIGHT: 10px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;

@ -183,7 +183,7 @@ ul#navigation .student-connect a {
/* for content section in main index.php file */
.maincontent {
float: left;
width: 66%;
width: 78%;
padding: 4px;
background-color: #fff;
}
@ -203,7 +203,7 @@ a.invisible:link, a.invisible:visited {
}
.clear {
clear: both;
line-height: 0px;
line-height:0px;
height: 0;
}
@ -388,6 +388,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
* HEADER 2: Users online, help, student/teacher view *
********************************************************/
#header2 {
position: relative; /* to avoid the IE peekabo bug*/
color: #636363;/*border: 1px solid red;*/
min-height: 25px;
}
@ -406,9 +407,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image: url(images/tab-repeat.png);
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
padding-left:0px;
padding-right:0px;
height:41px;
width: 100%;
}
#header3 a {
@ -416,16 +415,14 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
PADDING-RIGHT: 15px;
PADDING-LEFT: 6px;
COLOR: #fff;
float:left;
PADDING-TOP: 10px;
float: left;
}
#header3 a:hover {
color: #a8a7a7;
background: none;
}
#header3 ul {
PADDING-RIGHT: 10px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;
@ -453,23 +450,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
#header3 .banner_links {
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 {
padding-right: 15px;
display: block;
@ -486,9 +466,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
width: auto;
text-align: right;
}
#header3 .clear {
display: none;
}
/*****************************************************
* HEADER 3:
*****************************************************/

@ -405,24 +405,22 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image: url(images/tab-repeat.png);
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
width:100%;
height:41px;
width:100%;
}
#header3 a {
DISPLAY: block;
PADDING-RIGHT: 15px;
PADDING-LEFT: 6px;
COLOR: #fff;
float:left;
PADDING-TOP: 10px;
float: left;
}
#header3 a:hover {
color: #a8a7a7;
background: none;
}
#header3 ul {
PADDING-RIGHT: 10px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;

@ -388,6 +388,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
* HEADER 2: Users online, help, student/teacher view *
********************************************************/
#header2 {
position: relative; /* to avoid the IE peekabo bug*/
color: #636363;/*border: 1px solid red;*/
}
#header2 a {
@ -413,16 +414,14 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
PADDING-RIGHT: 15px;
PADDING-LEFT: 6px;
COLOR: #fff;
float:left;
PADDING-TOP: 10px;
float: left;
}
#header3 a:hover {
color: #a8a7a7;
background: none;
}
#header3 ul {
PADDING-RIGHT: 10px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;

@ -4,13 +4,15 @@
/* Adding default generic style for non chamilo_X themes */
@import url('../base.css');
/* the sticky effect */
html {
height: 100%;
}
/* Redefining html styles */
body {
/* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc");
font-family: bold arial, verdana, helvetica, sans-serif;
behavior:url("/main/css/csshover3.htc");
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px;
color: #000;
margin: 0;
@ -29,9 +31,6 @@ body {
background-color: #fff;
background-repeat:no-repeat;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image:url(images/shadow.gif);
}
/* Hides from IE5-mac \*/
* html #outerframe {
height: 1%;
@ -184,12 +183,7 @@ ul#navigation .student-connect a {
/* for content section in main index.php file */
/*
|----------------------------------------------------------------------------
| modified: to fit img and blocks in home page
|----------------------------------------------------------------------------
|
*/
.maincontent {
float: left;
width: 68%;
@ -199,13 +193,6 @@ ul#navigation .student-connect a {
margin-top:0;
background-color: #ffffff;
}
/* only use in gradebook
.maincontent td {
float: left;
width: 100%;
padding: 4px;
}*/
#center {
margin: 0 190px 0 0;
padding: 10px 0 40px 0;
@ -335,20 +322,6 @@ a:active {
font-weight : bold;
color : #f00;
}
select, textarea {
color : #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;
}
input[text] {
font-size: 12px;
}
/* user_portal course status icon */
.coursestatusicons {
border: 0px solid #000;
@ -451,24 +424,6 @@ input[text] {
#header2 a:hover {
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:#fff;
}
#Header2Right ul li a {
padding: 4px 6px 4px 4px;
color:#fff;
}
/*****************************************************
* HEADER 3: TABS OF THE HEADER *
*****************************************************/

@ -8,6 +8,7 @@
html {
height: 100%;
}
/* Redefining html styles */
body {
/* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc");
@ -38,14 +39,10 @@ body {
/* End hide from IE5-mac */
#main {
float: left;
margin: 0px auto;
margin-top: 10px;
width: 98%;
padding: 0px 10px 0px 10px;
background-color: transparent;
min-height: 320px;
background-repeat: no-repeat;
margin: 0p;
width: 100%;
padding: 0px;
min-height: 320px;
}
/*
@ -305,37 +302,6 @@ a:active {
color : #f00;
}
/* form elements */
input[text] {
font-size: 12px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image:url(images/shadow.gif);
}
input.link_alike {
background-color: #FFFFFF;
border-width: 0px;
color: #4171b5;
font-weight: bold;
text-align: left;
padding: 0px;
margin: 0px;
}
input.link_alike:hover {
background-color: #FFFFFF;
border-width: 0px;
color: #f3840d;
font-weight: bold;
text-align: left;
padding: 0px;
margin: 0px;
}
select, textarea {
color : #000;
border: 1px solid #000;
}
/* user_portal course status icon */
.coursestatusicons {
border: 0px solid #000;
@ -377,7 +343,6 @@ select, textarea {
********************************************************/
#header1 {
font-size: 12px;
padding: 4px;
background-color: #4475B0;
color: #fff;
height: 35px;
@ -425,7 +390,6 @@ select, textarea {
font-size: 1.0em;
font-weight: normal;
min-height:35px;
padding: 0.2em 0.5em;
background: #2A4B74;
color: #666;
width:100%;
@ -469,8 +433,6 @@ select, textarea {
background: none;
}
#header3 UL {
PADDING-RIGHT: 2px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;

@ -11,7 +11,7 @@ html {
/* Redefining html styles */
body {
/* 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-size: 12px;
color: #000;
@ -203,7 +203,7 @@ a.invisible:link, a.invisible:visited {
}
.clear {
clear: both;
line-height: 0px;
line-height:0px;
height: 0;
}
@ -295,34 +295,7 @@ a:active {
font-weight : bold;
color : #8e5b97;
}
/* form elements */
select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
cursor: pointer;
}
input[text] {
}
input.link_alike {
background-color: #FFFFFF;
border-width: 0px;
color: #4171b5;
font-weight: bold;
text-align: left;
padding: 0px;
margin: 0px;
}
input.link_alike:hover {
background-color: #FFFFFF;
border-width: 0px;
color: #FF0000;
font-weight: bold;
text-align: left;
padding: 0px;
margin: 0px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image:url(images/shadow.gif);
}
/* user_portal course status icon */
.coursestatusicons {
border: 0px solid #000;
@ -388,6 +361,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
* HEADER 2: Users online, help, student/teacher view *
********************************************************/
#header2 {
position: relative; /* to avoid the IE peekabo bug*/
color: #636363;/*border: 1px solid red;*/
}
#header2 a {
@ -413,16 +387,14 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
PADDING-RIGHT: 15px;
PADDING-LEFT: 6px;
COLOR: #fff;
float:left;
PADDING-TOP: 10px;
float: left;
}
#header3 a:hover {
color: #a8a7a7;
background: none;
}
#header3 ul {
PADDING-RIGHT: 10px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;

@ -4,9 +4,11 @@
/* Adding default generic style for non chamilo_X themes */
@import url('../base.css');
/* the sticky effect */
html {
height: 100%;
height: 100%;
}
/* Redefining html styles */
body {
/* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc");
@ -386,10 +388,8 @@ ul#navigation .student-connect a {
*/
#header1 {
width: 30%;
width: 100%;
float: left;
clear: left;
margin: .5em 0 0 0;
}
#header1 #my_courses {
display: none;
@ -407,14 +407,9 @@ ul#navigation .student-connect a {
*/
#header2 {
width: 60%;
text-align: right;
float: right;
clear: right;
margin: .5em 0 0 0;
padding: 0;
;
text-align: right;
width: 100%;
position: relative; /* to avoid the IE peekabo bug*/
height:90px;
}
#header2 ul {
list-style: none;
@ -427,10 +422,7 @@ ul#navigation .student-connect a {
margin: 0 .1em 0 .2em;
padding: 0;
}
#Header2Right li a img {
margin: -.4em 0 0 0;
padding: 0;
}
/*
------------------------------------------------------------------------------
HEADER 3: Main menu
@ -439,9 +431,8 @@ ul#navigation .student-connect a {
#header3 {
width: 100%;
margin: 5;
padding: 0;
height:41px;
padding: 0;
}
#header3 input.logout {
/* makes an input appear like a link in this header */

@ -4,12 +4,14 @@
/* Adding default generic style for non chamilo_X themes */
@import url('../base.css');
/* the sticky effect */
html {
height: 100%;
}
/* Redefining html styles */
body {
/* 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-size: 12px;
color: #000;
@ -29,9 +31,6 @@ body {
background-color: #fff;
background-repeat:no-repeat;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image:url(images/shadow.gif);
}
/* Hides from IE5-mac \*/
* html #outerframe {
height: 1%;
@ -39,11 +38,9 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
/* End hide from IE5-mac */
#main {
float: left;
margin: 0px auto;
margin-top: 5x;
width: 96%;
padding: 0px 10px 10px 10px;
margin: 0p;
width: 100%;
padding: 0px;
min-height: 320px;
}
@ -182,12 +179,6 @@ ul#navigation .student-connect a {
/* for content section in main index.php file */
/*
|----------------------------------------------------------------------------
| modified: to fit img and blocks in home page
|----------------------------------------------------------------------------
|
*/
.maincontent {
float: left;
width: 65%;
@ -197,15 +188,7 @@ ul#navigation .student-connect a {
margin-top:0;
background-color: #ffffff;
}
/*
.maincontent td {
float: left;
width: 100%;
padding: 4px;
}
*/
#center {
margin: 0 190px 0 0;
padding: 10px 0 40px 0;
@ -226,25 +209,6 @@ a.invisible:link, a.invisible:visited {
line-height: 0px;
height: 0;
}
input.link_alike {
background-color: #FFFFFF;
border-width: 0px;
color: #999999;
font-weight: bold;
text-align: left;
padding: 0px;
margin: 0px;
}
input.link_alike:hover {
background-color: #FFFFFF;
border-width: 0px;
color: #f3840d;
font-weight: bold;
text-align: left;
padding: 0px;
margin: 0px;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
@ -254,7 +218,7 @@ ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 100px;
top: 115px;
right: -10px;
list-style: none;
z-index:9999;
@ -335,20 +299,6 @@ a:active {
font-weight : bold;
color : #f00;
}
select, textarea {
color : #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;
}
input[text] {
font-size: 12px;
}
/* user_portal course status icon */
.coursestatusicons {
border: 0px solid #000;
@ -368,8 +318,8 @@ input[text] {
height:35px;
}
.session_course_item {
/* padding: 0px; */
margin: 0px;
margin-bottom:18px;
font-size:135%;
}
.session_course_item .item_closed, .userportal-course-item-title .item_closed {
@ -389,10 +339,9 @@ input[text] {
********************************************************/
#header1 {
font-size: 12px;
padding: 4px;
background-color: #8b8579F;
color: #666;
height: 40px;
height: 35px;
background-image: url(images/header.jpg);
Background-repeat: no-repeat;
}
@ -412,6 +361,7 @@ input[text] {
#institution {
float: left;
font-weight: bold;
padding-left:17px;
}
#my_courses {
float: right;
@ -421,13 +371,11 @@ input[text] {
* HEADER 2: Users online, help, student/teacher view *
********************************************************/
#header2 {
position: relative; /* to avoid the IE peekabo bug*/
font-size: 1.0em;
font-weight: normal;
min-height:10px;
padding: 0.2em 0.5em;
padding-bottom: 0.2em;
min-height:35px;
background: #716D61;
width:100%;
color: #666;
}
#header2 a {
@ -438,35 +386,17 @@ input[text] {
#header2 a:hover {
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 *
*****************************************************/
#header3 {
padding: 0em 0.3em 0.2em 0.5em;
font-size: 1.0em;
padding: 4px 0px 4px 0px;
background: #fff;
color: #006;
border-bottom: 1px solid #aeaeae;
height:41px;
height:25px;
margin-bottom: 1px;
float:left;
width:100%;
}
#header3 A {

@ -203,7 +203,7 @@ a.invisible:link, a.invisible:visited {
}
.clear {
clear: both;
line-height: 0px;
line-height:0px;
height: 0;
}
@ -390,6 +390,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;
@ -406,24 +407,22 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image: url(images/tab-repeat.png);
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
width:100%;
height:41px;
width: 100%;
}
#header3 a {
DISPLAY: block;
PADDING-RIGHT: 15px;
PADDING-LEFT: 6px;
COLOR: #fff;
float:left;
PADDING-TOP: 10px;
float: left;
}
#header3 a:hover {
color: #a8a7a7;
background: none;
}
#header3 ul {
PADDING-RIGHT: 10px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;

@ -11,7 +11,7 @@ html {
/* Redefining html styles */
body {
/* 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-size: 12px;
color: #000;
@ -295,34 +295,6 @@ a:active {
font-weight : bold;
color : #8e975b;
}
/* form elements */
select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
cursor: pointer;
}
input[text] {
}
input.link_alike {
background-color: #FFFFFF;
border-width: 0px;
color: #4171b5;
font-weight: bold;
text-align: left;
padding: 0px;
margin: 0px;
}
input.link_alike:hover {
background-color: #FFFFFF;
border-width: 0px;
color: #FF0000;
font-weight: bold;
text-align: left;
padding: 0px;
margin: 0px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image:url(images/shadow.gif);
}
/* user_portal course status icon */
.coursestatusicons {
border: 0px solid #000;
@ -405,24 +377,22 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image: url(images/tab-repeat.png);
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
width:100%;
height:41px;
width:100%;
}
#header3 a {
DISPLAY: block;
PADDING-RIGHT: 15px;
PADDING-LEFT: 6px;
COLOR: #fff;
float:left;
PADDING-TOP: 10px;
float: left;
}
#header3 a:hover {
color: #a8a7a7;
background: none;
}
#header3 ul {
PADDING-RIGHT: 10px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;

Loading…
Cancel
Save