Moving subnav class to the base.css file

skala
Julio Montoya 13 years ago
parent 69974a5f7b
commit 6676a5af53
  1. 48
      main/css/academica/default.css
  2. 51
      main/css/baby_orange/default.css
  3. 148
      main/css/base.css
  4. 84
      main/css/base_chamilo.css
  5. 79
      main/css/blue_lagoon/default.css
  6. 20
      main/css/chamilo/default.css
  7. 113
      main/css/cool_blue/default.css
  8. 143
      main/css/corporate/default.css
  9. 61
      main/css/cosmic_campus/default.css
  10. 111
      main/css/delicious_bordeaux/default.css
  11. 94
      main/css/dokeos_blue/default.css
  12. 113
      main/css/empire_green/default.css
  13. 138
      main/css/fruity_orange/default.css
  14. 23
      main/css/kiddy/default.css
  15. 192
      main/css/medical/default.css
  16. 93
      main/css/public_admin/default.css
  17. 33
      main/css/responsive.css
  18. 117
      main/css/royal_purple/default.css
  19. 148
      main/css/silver_line/default.css
  20. 131
      main/css/sober_brown/default.css
  21. 109
      main/css/steel_grey/default.css
  22. 138
      main/css/tasty_olive/default.css

@ -51,58 +51,14 @@ a:active {
/* header 3 styles */
.subnav {
border-bottom: 1px solid #aeaeae;
font-weight: bold;
margin: 0;
padding: 0;
width:100%;
}
.subnav UL {
PADDING-RIGHT: 2px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;
}
.subnav LI {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
FLOAT: left;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
PADDING-TOP: 0px;/*border-bottom: 1px solid #dcdcdc;*/
cursor: pointer;
}
.subnav a {
float:left;
text-decoration:none;
cursor: pointer;
padding-right: 1px;
height:25px;
font-weight: bold;
}
.subnav li a:hover {
float:left;
text-decoration:none;
cursor: pointer;
}
.subnav li a span {
float:left;
cursor: pointer;
padding-right: 10px;
padding-top: 5px;
height:20px;
}
.subnav li a:hover span {
float:left;
cursor: pointer;
}
.subnav #current a {
float:left;
text-decoration:none;
}
.subnav #current a span {
float:left;
}
/* The tool shortcuts */
#toolshortcuts {

@ -54,56 +54,7 @@ a:active {
/* header 3 styles */
.subnav {
border-bottom: 1px solid #aeaeae;
font-weight: bold;
margin: 0;
padding: 0;
width:100%;
}
.subnav UL {
PADDING-RIGHT: 2px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;
}
.subnav LI {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
FLOAT: left;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
PADDING-TOP: 0px;/*border-bottom: 1px solid #dcdcdc;*/
cursor: pointer;
}
.subnav a {
float:left;
text-decoration:none;
cursor: pointer;
padding-right: 1px;
height:25px;
}
.subnav li a:hover {
float:left;
text-decoration:none;
cursor: pointer;
}
.subnav li a span {
float:left;
cursor: pointer;
padding-right: 10px;
padding-top: 5px;
height:20px;
}
.subnav li a:hover span {
float:left;
cursor: pointer;
}
.subnav #current a {
float:left;
text-decoration:none;
}
.subnav #current a span {
float:left;
font-weight: bold;
}
/* The tool shortcuts */

@ -3440,4 +3440,152 @@ a.forum_group_link {
.exercise_overview_options {
text-align: center;
}
.subnav-fixed {
position: fixed;
top: 0px;
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 */
.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+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
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;
/* end default subnav background colors */
}
/* fixing gray border next the logout button */
.subnav .nav-tabs .open .dropdown-toggle, .subnav .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
border-color: transparent;
}
.subnav .nav {
margin-bottom: 0;
}
.subnav .nav > li > a {
margin: 0;
padding-top: 11px;
padding-bottom: 11px;
border-left: 1px solid #f5f5f5;
border-right: 1px solid #e5e5e5;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.subnav .nav > #current > a,
.subnav .nav > #current > a:hover {
padding-left: 13px;
color: #777;
background-color: #e9e9e9;
border-right-color: #ddd;
border-left: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > #current > a .caret,
.subnav .nav > #current > a:hover .caret {
border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
border-left: 0;
padding-left: 12px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
border-right: 0;
}
.subnav .dropdown-menu {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.subnav .nav > li > a:hover {
text-decoration: none;
}
.new_actions {
background-color: #EEEEEE;
background-image: -moz-linear-gradient(center top , #F5F5F5 0%, #EEEEEE 100%);
background-repeat: repeat-x;
border: 1px solid #E5E5E5;
border-radius: 4px 4px 4px 4px;
height: 53px;
width: 100%;
}
.new_actions .nav > li > a {
border-left: 1px solid #F5F5F5;
border-radius: 0 0 0 0;
border-right: 1px solid #E5E5E5;
margin: 0;
padding-bottom: 11px;
padding-top: 11px;
}
.new_actions-fixed {
border-color: #D5D5D5;
border-radius: 0 0 0 0;
border-width: 0 0 1px;
left: 0;
position: fixed;
right: 0;
top: 38px;
z-index: 1030;
}
.new_actions .nav > .active > a, .new_actions .nav > .active > a:hover {
background-color: #E9E9E9;
border-left: 0 none;
border-right-color: #DDDDDD;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05) inset;
color: #777777;
padding-left: 13px;
}
.new_actions .nav-tabs > li > a, .new_actions .nav-pills > li > a {
padding-left: 10px;
padding-right: 10px;
}

@ -1863,90 +1863,8 @@ span.form_required {
-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+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
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;
/* end default subnav background colors */
}
/* fixing gray border next the logout button */
.subnav .nav-tabs .open .dropdown-toggle, .subnav .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
border-color: transparent;
}
.subnav .nav {
margin-bottom: 0;
}
.subnav .nav > li > a {
margin: 0;
padding-top: 11px;
padding-bottom: 11px;
border-left: 1px solid #f5f5f5;
border-right: 1px solid #e5e5e5;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.subnav .nav > #current > a,
.subnav .nav > #current > a:hover {
padding-left: 13px;
color: #777;
background-color: #e9e9e9;
border-right-color: #ddd;
border-left: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > #current > a .caret,
.subnav .nav > #current > a:hover .caret {
border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
border-left: 0;
padding-left: 12px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
border-right: 0;
}
.subnav .dropdown-menu {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.subnav .nav > li > a:hover {
text-decoration: none;
/*background-color: #eeeeee; */
}
/* Text resize icons in header */
.resize_font { /* the canvas */

@ -400,66 +400,47 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
}
/*****************************************************
* HEADER 3: TABS OF THE HEADER *
* TABS OF THE HEADER *
*****************************************************/
.subnav {
background-image: url(images/tab-repeat.png);
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
padding-left:0px;
padding-right:0px;
width: 100%;
background-color: #4C4C4C; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#747474)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#747474',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #4C4C4C 0%, #747474 100%); /* W3C */
border: 1px solid #4C4C4C;
}
.subnav a {
DISPLAY: block;
PADDING-RIGHT: 15px;
PADDING-LEFT: 6px;
COLOR: #fff;
PADDING-TOP: 10px;
float: left;
}
.subnav a:hover {
color: #a8a7a7;
background: none;
}
.subnav ul {
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;
}
.subnav li {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
FLOAT: left;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
padding-top: 10px;
}
.subnav li#current {
background: url(images/tab-left.png) no-repeat top left;
padding-top: 0px;
height: 41px;
float: left;
color:white;
}
.subnav #current a {
background: url(images/tab-right.png) no-repeat top right;
height: 31px;
}
.subnav .banner_links {
margin: 0;
background-color: #32578B; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #32578B 0%, #3E6BAC 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32578B), color-stop(100%,#3E6BAC)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #32578B 0%, #3E6BAC 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #32578B 0%,#3E6BAC 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #32578B 0%,#3E6BAC 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32578B', endColorstr='#3E6BAC',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #32578B 0%, #3E6BAC 100%); /* W3C */
}
.subnav input {
padding-right: 15px;
display: block;
padding-left: 6px;
.subnav .nav > #current > a, .subnav .nav > #current > a:hover {
color: white;
}
.subnav #logout {
margin-top: 0px;
.subnav a:hover {
color: #32578B;
}
.subnav input.logout:hover {
.subnav .nav > li > a {
border-left: none;
border-right: none;
}
#logout {
display: inline;
float: right;

@ -22,29 +22,11 @@ a:active {
color : #3757f7;
}
.subnav-fixed {
position: fixed;
top: 0px;
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: #00AAE3; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #028DC2 0%, #00AAE3 100%); /* FF3.6+ */
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+ */

@ -337,103 +337,54 @@ a:active {
margin: 0;
font-weight: bold;
}
#top_corner {
}
#institution {
float: left;
}
#my_courses {
float: right;
}
/********************************************************
* 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 {
color: #636363;
text-decoration: none;
font-weight:normal;
}
#header2 a:hover {
text-decoration: underline;
}
/*****************************************************
* HEADER 3: TABS OF THE HEADER *
* TABS OF THE HEADER *
*****************************************************/
.subnav {
background-image: url(images/tab-repeat.png);
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
width:100%;
background-color: #4C4C4C; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#747474)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#747474',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #4C4C4C 0%, #747474 100%); /* W3C */
border: 1px solid #4C4C4C;
}
.subnav a {
DISPLAY: block;
PADDING-RIGHT: 15px;
PADDING-LEFT: 6px;
COLOR: #fff;
float:left;
PADDING-TOP: 10px;
}
.subnav a:hover {
color: #a8a7a7;
}
.subnav ul {
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;
}
.subnav li {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
FLOAT: left;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
padding-top: 10px;
}
.subnav li#current {
background: url(images/tab-left.png) no-repeat top left;
padding-top: 0px;
height: 41px;
float: left;
color:white;
}
.subnav #current a {
background: url(images/tab-right.png) no-repeat top right;
height: 31px;
}
.subnav .banner_links {
margin: 0;
}
.subnav 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;
}
.subnav input:hover {
color: #333;
background: url(../../img/tab_right_hover.gif) no-repeat right top;
background-color: #2EA2C5; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #2EA2C5 0%, #6DC8E5 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2EA2C5), color-stop(100%,#3E6BAC)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #2EA2C5 0%, #3E6BAC 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #2EA2C5 0%,#3E6BAC 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #2EA2C5 0%,#3E6BAC 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32578B', endColorstr='#3E6BAC',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #32578B 0%, #3E6BAC 100%); /* W3C */
}
.subnav .nav > #current > a, .subnav .nav > #current > a:hover {
color: white;
}
.subnav input {
padding-right: 15px;
display: block;
padding-left: 6px;
}
.subnav #logout {
margin-top: 0px;
.subnav a:hover {
color: #a8a7a7;
}
.subnav input.logout:hover {
.subnav .nav > li > a {
border-left: none;
border-right: none;
}
#logout {
display: inline;
float: right;

@ -55,129 +55,34 @@ input[type=button], input[type=submit] {
padding: 0;
width: 100%;
}
/* header 1 styles */
#header1 {
background-color: #dcdcdc;
color: #666;
border-bottom: 1px solid #ccc;
}
#header1 a {
color: #333;
text-decoration: none;
}
#header1 a:hover {
}
#my_courses {
float: right;
font-weight: bold;
}
#header1 img {
border: 0px;
}
/* header 2 styles */
#header2 {
background: #f0f0f0;
color: #666;
border-bottom: 1px solid #ccc;
}
#header2 a {
color: #333;
text-decoration: none;
}
#header2 a:hover {
}
#Header2Right ul {
float: right;
list-style-type: none;
text-align: right;
color:#680157;
margin: 0;
padding: 0;
}
#Header2Right ul li {
display: inline;
}
#Header2Right ul li a {
color:#333;
}
#Header2Right ul li a:hover {
color:#333;
}
/* header 3 styles */
.subnav {
background: #fff;
border-bottom: 1px solid #aeaeae;
color: #333;
height:auto;
font-weight: bold;
width:100%;
}
.subnav UL {
PADDING-RIGHT: 2px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
list-style:none;
}
.subnav LI {
PADDING-RIGHT: 0px;
PADDING-LEFT: 2px;
FLOAT: left;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
PADDING-TOP: 0px;/*border-bottom: 1px solid #dcdcdc;*/
cursor: pointer;
.subnav {
background-color: #F2F2F2; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #CCCCCC 0%, #F2F2F2 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#747474)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#747474',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #4C4C4C 0%, #747474 100%); /* W3C */
border: 1px solid #CCCCCC;
}
.subnav a {
float:left;
background:url(images/tab_left.gif) no-repeat left top;
text-decoration:none;
cursor: pointer;
color: #333;
padding: 0px 9px 0px 9px;
height:25px;
}
.subnav li a:hover {
float:left;
background:url(images/tab_left_hover.gif) no-repeat left top;
text-decoration:none;
cursor: pointer;
}
.subnav li a span {
float:left;
display:block;
background:url(images/tab_right.gif) no-repeat right top;
color:#333;
cursor: pointer;
padding-right: 10px;
padding-top: 5px;
height:20px;
color:#333;
}
.subnav li a:hover span {
float:left;
display:block;
background:url(images/tab_right_hover.gif) no-repeat right top;
color:#333;
cursor: pointer;
}
.subnav #current a {
float:left;
background:url(images/tab_left_active.gif) no-repeat left top;
text-decoration:none;
}
.subnav #current a span {
float:left;
display:block;
background:url(images/tab_right_active.gif) no-repeat right top;
.subnav #current a {
}
.subnav #logout {
margin-top: 0px;
.subnav .nav > #current > a, .subnav .nav > #current > a:hover {
color:#333;
}
.subnav input.logout:hover {
.subnav .nav > li > a {
border-left: none;
border-right: none;
}
#logout {
display: inline;
float: right;
@ -187,14 +92,6 @@ input[type=button], input[type=submit] {
}
/* header 4 styles */
#header4 {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
width:100%;
}
/* The tool shortcuts */
#toolshortcuts {
text-align: right;

@ -84,69 +84,24 @@ input[type=button], input[type=submit] {
float: left;
font-weight: bold;
}
#my_courses {
float: right;
font-weight: bold;
}
/* header 2 styles */
#header2 {
min-height:10px;
padding: 0.2em 0.5em;
padding-bottom: 0.2em;
background: #A7A7E5;
color: #666;
}
#header2 a {
color: #666;
}
#header2 a:hover {
text-decoration: underline;
}
#Header2Right ul {
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 {
color:#f1d40d;
}
/* header 3 styles */
.subnav {
background: #fff;
color: #006;
border-bottom: 1px solid #aeaeae;
height:40px;
background-image: url(images/fondoHeader3.jpg);
width:100%;
border-bottom: 1px solid #aeaeae;
background-image: url(images/fondoHeader3.jpg);
}
.subnav a {
height:25px;
color: #fff;
.subnav a {
color: #fff;
}
.subnav a:hover {
color: #8484CA;
}
.subnav ul {
height:50px;
}
.subnav li {
}
/* header 4 styles */
#header4 {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
width:100%;
.subnav .nav > li > a {
border-left: none;
border-right: none;
}
/* The tool shortcuts */

@ -365,103 +365,52 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
margin: 0;
font-weight: bold;
}
#top_corner {
}
#institution {
float: left;
}
#my_courses {
float: right;
}
/********************************************************
* 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 {
color: #636363;
text-decoration: none;
font-weight:normal;
}
#header2 a:hover {
text-decoration: underline;
}
/*****************************************************
* HEADER 3: TABS OF THE HEADER *
*****************************************************/
.subnav {
background-image: url(images/tab-repeat.png);
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
width:100%;
background-color: #4C4C4C; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#747474)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#747474',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #4C4C4C 0%, #747474 100%); /* W3C */
border: 1px solid #4C4C4C;
}
.subnav a {
DISPLAY: block;
PADDING-RIGHT: 15px;
PADDING-LEFT: 6px;
COLOR: #fff;
float:left;
PADDING-TOP: 10px;
}
.subnav a:hover {
color: #a8a7a7;
background: none;
}
.subnav ul {
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;
}
.subnav li {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
FLOAT: left;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
padding-top: 10px;
}
.subnav li#current {
background: url(images/tab-left.png) no-repeat top left;
padding-top: 0px;
height: 41px;
float: left;
color:white;
}
.subnav #current a {
background: url(images/tab-right.png) no-repeat top right;
height: 31px;
}
.subnav .banner_links {
margin: 0;
background-color: #975B5B; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #975B5B 0%, #BD9393 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#975B5B), color-stop(100%,#BD9393)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #975B5B 0%, #BD9393 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #975B5B 0%,#BD9393 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #975B5B 0%,#BD9393 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#975B5B', endColorstr='#BD9393',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #975B5B 0%, #BD9393 100%); /* W3C */
}
.subnav .nav > #current > a, .subnav .nav > #current > a:hover {
color: white;
}
.subnav 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;
}
.subnav input:hover {
color: #333;
background: url(../../img/tab_right_hover.gif) no-repeat right top;
}
.subnav input {
padding-right: 15px;
display: block;
padding-left: 6px;
}
.subnav #logout {
margin-top: 0px;
.subnav a:hover {
color: #a8a7a7;
}
.subnav input.logout:hover {
.subnav .nav > li > a {
border-left: none;
border-right: none;
}
#logout {
display: inline;

@ -363,87 +363,51 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
margin: 0;
font-weight: bold;
}
#top_corner {
}
#institution {
float: left;
}
#my_courses {
float: right;
}
/********************************************************
* 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;
}
#header2 a {
color: #636363;
text-decoration: none;
font-weight:normal;
}
#header2 a:hover {
text-decoration: underline;
}
/*****************************************************
* HEADER 3: TABS OF THE HEADER *
*****************************************************/
.subnav {
background-image: url(images/tab-repeat.png);
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
width: 100%;
background-color: #4C4C4C; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#747474)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#747474',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #4C4C4C 0%, #747474 100%); /* W3C */
border: 1px solid #4C4C4C;
}
.subnav a {
DISPLAY: block;
PADDING-RIGHT: 15px;
PADDING-LEFT: 6px;
COLOR: #fff;
float:left;
PADDING-TOP: 10px;
}
.subnav a:hover {
color: #a8a7a7;
background: none;
}
.subnav ul {
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;
}
.subnav li {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
FLOAT: left;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
padding-top: 10px;
}
.subnav li#current {
background: url(images/tab-left.png) no-repeat top left;
padding-top: 0px;
height: 41px;
float: left;
color:white;
}
.subnav #current a {
background: url(images/tab-right.png) no-repeat top right;
height: 31px;
background-color: #406FB2; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #406FB2 0%, #33588D 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#406FB2), color-stop(100%,#33588D)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #406FB2 0%, #33588D 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #406FB2 0%,#33588D 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #406FB2 0%,#33588D 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406FB2', endColorstr='#33588D',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #406FB2 0%, #33588D 100%); /* W3C */
}
.subnav .nav > #current > a, .subnav .nav > #current > a:hover {
color: white;
}
.subnav .banner_links {
margin: 0;
}
.subnav input {
padding-right: 15px;
display: block;
padding-left: 6px;
}
.subnav #logout {
margin-top: 0px;
.subnav a:hover {
color: #a8a7a7;
}
.subnav input.logout:hover {
.subnav .nav > li > a {
border-left: none;
border-right: none;
}
#logout {
display: inline;

@ -365,102 +365,49 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
margin: 0;
font-weight: bold;
}
#top_corner {
}
#institution {
float: left;
}
#my_courses {
float: right;
}
/********************************************************
* HEADER 2: Users online, help, student/teacher view *
********************************************************/
#header2 {
color: #636363;/*border: 1px solid red;*/
}
#header2 a {
color: #636363;
text-decoration: none;
font-weight:normal;
}
#header2 a:hover {
text-decoration: underline;
}
/*****************************************************
* HEADER 3: TABS OF THE HEADER *
*****************************************************/
.subnav {
background-image: url(images/tab-repeat.png);
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
width:100%;
background-color: #4C4C4C; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#747474)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#747474',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #4C4C4C 0%, #747474 100%); /* W3C */
border: 1px solid #4C4C4C;
}
.subnav a {
DISPLAY: block;
PADDING-RIGHT: 15px;
PADDING-LEFT: 6px;
COLOR: #fff;
float:left;
PADDING-TOP: 10px;
}
.subnav a:hover {
color: #a8a7a7;
background: none;
}
.subnav ul {
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;
}
.subnav li {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
FLOAT: left;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
padding-top: 10px;
}
.subnav li#current {
background: url(images/tab-left.png) no-repeat top left;
padding-top: 0px;
height: 41px;
float: left;
color:white;
}
.subnav #current a {
background: url(images/tab-right.png) no-repeat top right;
height: 31px;
}
.subnav .banner_links {
margin: 0;
}
.subnav 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;
background-color: #5B975B; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #5B975B 0%, #8FBB8F 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5B975B), color-stop(100%,#8FBB8F)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #5B975B 0%, #8FBB8F 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #5B975B 0%,#8FBB8F 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #5B975B 0%,#8FBB8F 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5B975B', endColorstr='#8FBB8F',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #5B975B 0%, #8FBB8F 100%); /* W3C */
}
.subnav .nav > #current > a, .subnav .nav > #current > a:hover {
color: white;
}
.subnav input:hover {
color: #333;
background: url(../../img/tab_right_hover.gif) no-repeat right top;
}
.subnav input {
padding-right: 15px;
display: block;
padding-left: 6px;
}
.subnav #logout {
margin-top: 0px;
.subnav a:hover {
color: #a8a7a7;
}
.subnav input.logout:hover {
.subnav .nav > li > a {
border-left: none;
border-right: none;
}
#logout {
display: inline;

@ -366,126 +366,48 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
margin: 0;
font-weight: bold;
}
#top_corner {
}
#institution {
float: left;
}
#my_courses {
float: right;
}
/********************************************************
* 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 {
color: #636363;
text-decoration: none;
font-weight:normal;
}
#header2 a:hover {
text-decoration: underline;
}
/*****************************************************
* HEADER 3: TABS OF THE HEADER *
* TABS OF THE HEADER *
*****************************************************/
.subnav {
background-image: url(images/tab-repeat.png);
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
width:100%;
background-color: #4C4C4C; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#747474)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#747474',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #4C4C4C 0%, #747474 100%); /* W3C */
border: 1px solid #4C4C4C;
}
.subnav a {
DISPLAY: block;
PADDING-RIGHT: 15px;
PADDING-LEFT: 6px;
COLOR: #fff;
float:left;
PADDING-TOP: 10px;
}
.subnav a:hover {
color: #a8a7a7;
background: none;
}
.subnav ul {
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;
}
.subnav li {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
FLOAT: left;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
padding-top: 10px;
}
.subnav li#current {
background: url(images/tab-left.png) no-repeat top left;
padding-top: 0px;
height: 41px;
float: left;
color:white;
}
.subnav #current a {
background: url(images/tab-right.png) no-repeat top right;
height: 31px;
}
.subnav .banner_links {
margin: 0;
}
.subnav 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;
}
.subnav input:hover {
color: #333;
background: url(../../img/tab_right_hover.gif) no-repeat right top;
}
.subnav input {
padding-right: 15px;
display: block;
padding-left: 6px;
}
.subnav #logout {
margin-top: 0px;
}
.subnav input.logout:hover {
background-color: #F8B846; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #F8B846 0%, #F79A2A 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8B846), color-stop(100%,#F79A2A)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #F8B846 0%, #F79A2A 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #F8B846 0%,#F79A2A 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #F8B846 0%,#F79A2A 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8B846', endColorstr='#F79A2A',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #F8B846 0%, #F79A2A 100%); /* W3C */
}
.subnav .nav > #current > a, .subnav .nav > #current > a:hover {
color: white;
}
#logout {
display: inline;
float: right;
width: auto;
text-align: right;
}
.subnav .clear {
display: none;
}
/*****************************************************
* HEADER 4
*****************************************************/
#header4 {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
width:100%;
.subnav a:hover {
color: #a8a7a7;
}
#header4 a:hover {
text-decoration: none;
color: #a8a7a7;
.subnav .nav > li > a {
border-left: none;
border-right: none;
}
/* The tool shortcuts */
#toolshortcuts {

@ -15,30 +15,9 @@
font-size:120%;
}
#header1 {
font-size:100%;
font-family: 'Chelsea Market', Tahoma, Geneva, sans-serif;
}
#header1 a {
font-size:100%;
font-family: 'Chelsea Market', Tahoma, Geneva, sans-serif;
}
#header2 {
font-size: 120%;
}
#Header2Right ul li {
font-family: 'Chelsea Market', Tahoma, Geneva, sans-serif;
font-size:100%;
}
#Header2Right ul li a {
font-family: 'Chelsea Market', Tahoma, Geneva, sans-serif;
font-size:100%;
}
.subnav input.logout {
padding: 2px 10px 0;
font-size: 120%;
font-size: 110%;
font-family: 'Chelsea Market', Tahoma, Geneva, sans-serif;
}

@ -381,121 +381,12 @@ a:active {
margin: 0;
font-weight: bold;
}
#top_corner {
}
#institution {
float: left;
font-weight: bold;
}
#my_courses {
float: right;
font-weight: bold;
}
/********************************************************
* HEADER 2: Users online, help, student/teacher view *
********************************************************/
#header2 {
position: relative; /* to avoid the IE peekabo bug*/
font-size: 1.0em;
font-weight: normal;
height:15px;
padding: 0.2em 0.5em;
padding-bottom: 0.2em;
background: #B7A6AC;
color: #666;
}
#header2 a {
color: #666;
text-decoration: none;
font-weight:normal;
}
#header2 a:hover {
text-decoration: underline;
}
/*****************************************************
* HEADER 3: TABS OF THE HEADER *
*****************************************************/
.subnav {
font-size: 1.0em;
padding: 0.8em 0.5em 0.4em 0.5em;
background: #fff;
color: #006;
height:25px;
margin-bottom: 1px;
background-image: url(images/fondoHeader3.jpg);
}
.subnav A {
PADDING-RIGHT: 15px;
DISPLAY: block;
PADDING-LEFT: 6px;
BACKGROUND: url(images/tab_right.gif) no-repeat right top;
PADDING-BOTTOM: 0px;
COLOR: #fff;
PADDING-TOP: 5px;
TEXT-DECORATION: none;
}
.subnav A:hover {
COLOR: #83676f;
}
.subnav UL {
PADDING-RIGHT: 10px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;
}
.subnav LI {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
FLOAT: left;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
PADDING-TOP: 0px;/*border-bottom: 1px solid #dcdcdc;*/
}
.subnav LI:hover {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
PADDING-TOP: 0px
}
.subnav #current {
}
.subnav #current A {
COLOR: #333
}
.subnav .banner_links {
margin: 0;
}
.subnav input.logout {
/* makes an input appear like a link in this header */
margin: 0 0 0 0;
padding: 0 30px 0 0;
background-color: transparent;
border: none;
COLOR: #fff;
font-size: 1.0em;
font-weight:bold;
font-family: verdana, arial, helvetica, sans-serif;
display: inline;
BACKGROUND: url(images/salir.gif) no-repeat right top;
PADDING-RIGHT: 10px;
PADDING-TOP: 3px;
}
.subnav input:hover {
COLOR: #999;
BACKGROUND: url(images/salir.gif) no-repeat right top;
}
.subnav input {
PADDING-RIGHT: 15px;
DISPLAY: block;
PADDING-LEFT: 6px;
}
.subnav #logout {
margin-top: 0px;
}
.subnav input.logout:hover {
}
#logout {
display: inline;
float: right;
@ -503,22 +394,41 @@ a:active {
text-align: right;
font-size: 1.0em;
}
/*****************************************************
* HEADER 3: not used *
* TABS OF THE HEADER *
*****************************************************/
#header4 {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
width:100%;
.subnav {
background-color: #B49FA6; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #B49FA6 0%, #AF8B97 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#747474)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#747474',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #4C4C4C 0%, #747474 100%); /* W3C */
border: 1px solid #B49FA6;
}
#header4 a {
color: #666;
.subnav a {
color:white;
}
#header4 a:hover {
text-decoration: none;
color: #AF8B97;
.subnav #current a {
}
.subnav .nav > #current > a, .subnav .nav > #current > a:hover {
color: #333;
}
.subnav a:hover {
color: #333;
}
.subnav .nav > li > a {
border-left: none;
border-right: none;
}
/* The tool shortcuts */
#toolshortcuts {
text-align: right;
@ -2200,25 +2110,7 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
/*****************************************************
* BUTTONS *
*****************************************************/
/* BUTTONS */
button,input[type="submit"] {
margin:5px 5px 3px 0px !important;
background-color: #DFDFDF;
border-width: 1px;
/* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px;
*/
font-family: bold arial, verdana, helvetica, sans-serif;
font-size: 100%;
line-height :130%;
text-decoration: none;
color: black;
cursor: pointer;
padding:5px 15px 5px 15px;
vertical-align:middle;
}
button:hover input[type="submit"]:hover{
background-color:#cbcbcb;
color:#545454;
@ -2230,24 +2122,6 @@ button.add, button.save, button.cancel, button.refresh, button.upload, button.se
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back, input[type="submit"].submit_next {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover, input[type="submit"].submit_next:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
background-color:#F8E8E6;
border-color: #FFE3DE;
}
button.cancel:hover {
border-color: #F4E1D0;
background-color: #FFE3DE;
}
/*including "save" image*/
button.save {
background-image:url(images/button_accept.gif);

@ -399,93 +399,28 @@ a:active {
/*****************************************************
* HEADER 3: TABS OF THE HEADER *
*****************************************************/
.subnav {
font-size: 1.0em;
padding: 4px 0px 4px 0px;
background: #fff;
color: #006;
border-bottom: 1px solid #aeaeae;
height:25px;
margin-bottom: 1px;
background-image: url(images/fondoHeader3.jpg);
width:100%;
.subnav {
background-image: url(images/fondoHeader3.jpg);
}
.subnav a {
COLOR: #fff;
}
.subnav A {
PADDING-RIGHT: 15px;
DISPLAY: block;
PADDING-LEFT: 6px;
/* BACKGROUND: url(images/tab_right.gif) no-repeat right top; */
PADDING-BOTTOM: 0px;
COLOR: #fff;
PADDING-TOP: 5px;
TEXT-DECORATION: none;
}
.subnav A:hover {
.subnav a:hover {
COLOR: #9ba408;
background: none;
}
.subnav UL {
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;
}
.subnav LI {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
FLOAT: left;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
PADDING-TOP: 0px;/*border-bottom: 1px solid #dcdcdc;*/
}
.subnav LI:hover {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
PADDING-TOP: 0px
}
.subnav #current {
}
.subnav #current A {
COLOR: #999
}
.subnav .banner_links {
margin: 0;
}
.subnav input.logout {
/* makes an input appear like a link in this header */
margin: 0 0 0 0;
padding: 0 30px 0 0;
background-color: transparent;
border: none;
COLOR: #fff;
font-size: 1.0em;
font-weight:bold;
font-family: verdana, arial, helvetica, sans-serif;
display: inline;
PADDING-RIGHT: 0px;
PADDING-TOP: 3px;
}
.subnav input:hover {
COLOR: #999;
}
.subnav input {
PADDING-RIGHT: 15px;
DISPLAY: block;
PADDING-LEFT: 6px;
}
.subnav #logout {
margin-top: 0px;
}
.subnav input.logout:hover {
}
#logout {
display: inline;
float: right;
width: auto;
text-align: right;
font-size: 1.0em;
.subnav .nav > li > a {
border-left: none;
border-radius: 0 0 0 0;
border-right: none;
}
/*****************************************************
* HEADER 4
*****************************************************/

@ -11,8 +11,7 @@
header #header_center, header #header_right {
display:none;
}
}
#footer_left , #footer_right #admin_name, #footer_right #software_name {
text-align: center !important;
@ -97,6 +96,36 @@
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
/* .new_actions */
.new_actions {
border:1px solid #fff;
position: static;
top: auto;
z-index: auto;
width: 100%;
height: auto;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-align: center;
}
.new_actions .nav > li {
float: none;
}
.new_actions .nav > li > a {
border: 0;
}
.new_actions .nav > li + li > a {
border-top: 1px solid #e5e5e5;
}
.new_actions .nav > li:first-child > a,
.new_actions .nav > li:first-child > a:hover {
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
/* Unfloat the back to top link in footer */

@ -339,88 +339,53 @@ a:active {
margin: 0;
font-weight: bold;
}
#top_corner {
}
#institution {
float: left;
}
#my_courses {
float: right;
}
/********************************************************
* 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 {
color: #636363;
text-decoration: none;
font-weight:normal;
}
#header2 a:hover {
text-decoration: underline;
}
/*****************************************************
* HEADER 3: TABS OF THE HEADER *
* TABS OF THE HEADER *
*****************************************************/
.subnav {
background-image: url(images/tab-repeat.png);
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
width:100%;
background-color: #4C4C4C; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#747474)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#747474',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #4C4C4C 0%, #747474 100%); /* W3C */
border: 1px solid #4C4C4C;
}
.subnav a {
DISPLAY: block;
PADDING-RIGHT: 15px;
PADDING-LEFT: 6px;
COLOR: #fff;
float:left;
PADDING-TOP: 10px;
}
.subnav a:hover {
color: #a8a7a7;
background: none;
}
.subnav ul {
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;
}
.subnav li {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
FLOAT: left;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
padding-top: 10px;
}
.subnav li#current {
background: url(images/tab-left.png) no-repeat top left;
padding-top: 0px;
height: 41px;
float: left;
}
.subnav #current a {
background: url(images/tab-right.png) no-repeat top right;
height: 31px;
}
.subnav .banner_links {
margin: 0;
color:white;
}
.subnav input {
padding-right: 15px;
display: block;
padding-left: 6px;
.subnav #current a {
background-color: #8E5B97; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #8E5B97 0%, #B793BD 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8E5B97), color-stop(100%,#B793BD)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #8E5B97 0%, #B793BD 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #8E5B97 0%,#B793BD 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #8E5B97 0%,#B793BD 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8E5B97', endColorstr='#B793BD',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #8E5B97 0%, #B793BD 100%); /* W3C */
}
.subnav .nav > #current > a, .subnav .nav > #current > a:hover {
color: white;
}
.subnav #logout {
margin-top: 0px;
.subnav a:hover {
color: #a8a7a7;
}
.subnav input.logout:hover {
.subnav .nav > li > a {
border-left: none;
border-right: none;
}
#logout {
display: inline;
float: right;
@ -428,20 +393,6 @@ a:active {
text-align: right;
}
/*****************************************************
* HEADER 4
*****************************************************/
#header4 {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
width:100%;
}
#header4 a:hover {
text-decoration: none;
color: #a8a7a7;
}
/* The tool shortcuts */
#toolshortcuts {
text-align: right;

@ -74,6 +74,8 @@ ul {
list-style: none;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
@ -369,121 +371,11 @@ ul#navigation .student-connect a {
margin-bottom: .5em;
position:relative;
}
/*
------------------------------------------------------------------------------
HEADER 1: Title, portal, organisation, course title
------------------------------------------------------------------------------
*/
#header1 {
width: 100%;
float: left;
}
#header1 #my_courses {
display: none;
visibility: hidden;
}
#top_corner {
}
#institution {
margin: 0 0 0 3.9em;
}
/*
------------------------------------------------------------------------------
HEADER 2: Users online, help, student/teacher view
------------------------------------------------------------------------------
*/
#header2 {
width: 100%;
position: relative; /* to avoid the IE peekabo bug*/
height:90px;
}
#header2 ul {
list-style: none;
margin: 0 1.9em 0 0;
padding: 0;
}
#header2 ul li {
display: inline;
width: auto;
margin: 0 .1em 0 .2em;
padding: 0;
}
/*
------------------------------------------------------------------------------
HEADER 3: Main menu
------------------------------------------------------------------------------
*/
.subnav {
width: 100%;
padding: 0;
}
.subnav input.logout {
/* makes an input appear like a link in this header */
background-color: transparent;
border: none;
color: #000;
height: auto;
display: inline;
line-height: 1em;
font: bold 1em Arial, sans-serif, sans;
margin: -.3em 0 0 2em;
padding: 0;
}
.subnav form {
margin: 0;
padding: 0;
}
.subnav #logout {
display: inline;
float: right;
clear: right;
margin: 0 1.5em 0 0;
padding: 0;
width: 10%;
}
.subnav #logout li {
display: block;
margin: 0;
padding: 0;
float: right;
clear: right;
}
.subnav ul {
PADDING-RIGHT: 10px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 0px;
MARGIN: 5px;
LIST-STYLE-TYPE: none;
}
.subnav ul li {
float: left;
display: inline;
list-style: none;
margin: 0 1em 0 0;
padding: 0;
width: auto;
}
.subnav ul li a {
display: inline;
}
/*
------------------------------------------------------------------------------
HEADER 4:
------------------------------------------------------------------------------
*/
#header4 {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
width:100%;
}
/*
------------------------------------------------------------------------------
@ -1283,14 +1175,12 @@ div.system_announcement {
.survey_question_wrapper {
border: 1px solid #4271b5;
}
.survey_question {
/* 264269 4271b5 E5EDF9 */
.survey_question {
background-color:#4271b5;
color:#FFFFFF;
padding:5px;/*border: 1px solid #264269;*/
}
.survey_question_options {
/* 264269 4271b5 E5EDF9 */
.survey_question_options {
background-color:#FFF;
color:#000;
padding:5px;/*border: 1px solid #264269;*/
@ -1802,36 +1692,6 @@ span.radio {
/*****************************************************
* BUTTONS *
*****************************************************/
button:hover input[type="submit"]:hover {
background-color:#cbcbcb;
color:#545454;
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back, input[type="submit"].submit_next {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back, input[type="submit"].submit_next {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover, input[type="submit"].submit_next:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
background-color:#F8E8E6;
border-color: #FFE3DE;
}
button.cancel:hover {
border-color: #F4E1D0;
background-color: #FFE3DE;
}
/*including "save" image*/
button.save {
background-image:url(images/button_accept.gif);

@ -347,140 +347,13 @@ a:active {
margin: 0;
font-weight: bold;
}
#top_corner {
}
#institution {
float: left;
font-weight: bold;
padding-left:17px;
}
#my_courses {
float: right;
font-weight: bold;
}
/********************************************************
* HEADER 2: Users online, help, student/teacher view *
********************************************************/
#header2 {
font-size: 1.0em;
font-weight: normal;
min-height:35px;
background: #716D61;
width:100%;
color: #666;
}
#header2 a {
color: #666;
text-decoration: none;
font-weight:normal;
}
#header2 a:hover {
text-decoration: underline;
}
/*****************************************************
* HEADER 3: TABS OF THE HEADER *
*****************************************************/
.subnav {
font-size: 1.0em;
padding: 4px 0px 4px 0px;
background: #fff;
color: #006;
border-bottom: 1px solid #aeaeae;
height:25px;
margin-bottom: 1px;
width:100%;
}
.subnav A {
PADDING-RIGHT: 15px;
DISPLAY: block;
PADDING-LEFT: 6px;
BACKGROUND: url(images/tab_right.gif) no-repeat right top;
PADDING-BOTTOM: 0px;
COLOR: #333;
PADDING-TOP: 5px;
TEXT-DECORATION: none;
}
.subnav A:hover {
COLOR: #999;
}
.subnav UL {
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;
}
.subnav LI {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
FLOAT: left;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
PADDING-TOP: 0px;/*border-bottom: 1px solid #dcdcdc;*/
}
.subnav LI:hover {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
PADDING-TOP: 0px
}
.subnav #current {
}
.subnav #current A {
COLOR: #999
}
.subnav .banner_links {
margin: 0;
}
.subnav input.logout {
/* makes an input appear like a link in this header */
margin: 0 0 0 0;
padding: 0 30px 0 0;
background-color: transparent;
border: none;
color: #333;
font-size: 1.0em;
font-weight:bold;
font-family: verdana, arial, helvetica, sans-serif;
display: inline;
padding-right: 0px;
padding-top: 3px;
}
.subnav input:hover {
COLOR: #999;
}
.subnav input {
PADDING-RIGHT: 15px;
DISPLAY: block;
PADDING-LEFT: 6px;
}
.subnav #logout {
margin-top: 0px;
}
.subnav input.logout:hover {
}
#logout {
display: inline;
float: right;
width: auto;
text-align: right;
font-size: 1.0em;
color:#333;
}
/*****************************************************
* HEADER 4
*****************************************************/
#header4 {
background-color: #fff;
color: #fff;
width:100%;
}
#header4 a {
color: #666;
}
#header4 a:hover {
text-decoration: none;
color: #f3840d;
}
/* The tool shortcuts */
#toolshortcuts {
text-align: right;

@ -373,79 +373,46 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
#my_courses {
float: right;
}
/********************************************************
* 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;
}
#header2 a {
color: #636363;
text-decoration: none;
font-weight:normal;
}
#header2 a:hover {
text-decoration: underline;
}
/*****************************************************
* HEADER 3: TABS OF THE HEADER *
* TABS OF THE HEADER *
*****************************************************/
.subnav {
background-image: url(images/tab-repeat.png);
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
width: 100%;
background-color: #4C4C4C; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#747474)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#747474',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #4C4C4C 0%, #747474 100%); /* W3C */
border: 1px solid #4C4C4C;
}
.subnav a {
DISPLAY: block;
PADDING-RIGHT: 15px;
PADDING-LEFT: 6px;
COLOR: #fff;
float:left;
PADDING-TOP: 10px;
}
.subnav a:hover {
color: #a8a7a7;
background: none;
}
.subnav ul {
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;
}
.subnav li {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
FLOAT: left;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
padding-top: 10px;
}
.subnav li#current {
background: url(images/tab-left.png) no-repeat top left;
padding-top: 0px;
height: 41px;
float: left;
color:white;
}
.subnav #current a {
background: url(images/tab-right.png) no-repeat top right;
height: 31px;
}
.subnav .banner_links {
margin: 0;
background-color: #808080; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #808080 0%, #A5A5A5 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(100%,#A5A5A5)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #808080 0%, #A5A5A5 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #808080 0%,#A5A5A5 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #808080 0%,#A5A5A5 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#A5A5A5',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #808080 0%, #A5A5A5 100%); /* W3C */
}
.subnav .nav > #current > a, .subnav .nav > #current > a:hover {
color: white;
}
.subnav input {
padding-right: 15px;
display: block;
padding-left: 6px;
}
.subnav #logout {
margin-top: 0px;
.subnav a:hover {
color: #a8a7a7;
}
.subnav input.logout:hover {
.subnav .nav > li > a {
border-left: none;
border-right: none;
}
#logout {
display: inline;
@ -453,20 +420,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
width: auto;
text-align: right;
}
/*****************************************************
* HEADER 4
*****************************************************/
#header4 {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
width:100%;
}
#header4 a:hover {
text-decoration: none;
color: #a8a7a7;
}
/* The tool shortcuts */
#toolshortcuts {
text-align: right;

@ -320,131 +320,57 @@ a:active {
padding: 0;
margin: 0;
}
/********************************************************
* HEADER 1: Title, portal, organisation, course title *
********************************************************/
#header1 {
padding: 4px;
color: #8e975b;
}
#header1 a {
color: #636363;
text-decoration: none;
}
#header1 a:hover {
text-decoration: underline;
}
#sitename {
margin: 0;
font-weight: bold;
}
#top_corner {
}
#institution {
float: left;
}
#my_courses {
float: right;
}
/*****************************************************
* HEADER 3: TABS OF THE HEADER *
* TABS OF THE HEADER *
*****************************************************/
.subnav {
background-image: url(images/tab-repeat.png);
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
width:100%;
background-color: #4C4C4C; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#747474)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #4C4C4C 0%, #747474 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #4C4C4C 0%,#747474 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#747474',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #4C4C4C 0%, #747474 100%); /* W3C */
border: 1px solid #4C4C4C;
}
.subnav a {
DISPLAY: block;
PADDING-RIGHT: 15px;
PADDING-LEFT: 6px;
COLOR: #fff;
float:left;
PADDING-TOP: 10px;
}
.subnav a:hover {
color: #a8a7a7;
background: none;
}
.subnav ul {
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;
}
.subnav li {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
FLOAT: left;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
padding-top: 10px;
}
.subnav li#current {
background: url(images/tab-left.png) no-repeat top left;
padding-top: 0px;
height: 41px;
float: left;
color:white;
}
.subnav #current a {
background: url(images/tab-right.png) no-repeat top right;
height: 31px;
}
.subnav .banner_links {
margin: 0;
}
.subnav 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;
background-color: #8E975B; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #8E975B 0%, #B7BD93 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8E975B), color-stop(100%,#B7BD93)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #8E975B 0%, #B7BD93 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #8E975B 0%,#B7BD93 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #8E975B 0%,#B7BD93 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8E975B', endColorstr='#B7BD93',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #8E975B 0%, #B7BD93 100%); /* W3C */
}
.subnav .nav > #current > a, .subnav .nav > #current > a:hover {
color: white;
}
.subnav input:hover {
color: #333;
background: url(../../img/tab_right_hover.gif) no-repeat right top;
}
.subnav input {
padding-right: 15px;
display: block;
padding-left: 6px;
}
.subnav #logout {
margin-top: 0px;
}
.subnav input.logout:hover {
}
#logout {
display: inline;
float: right;
width: auto;
text-align: right;
.subnav a:hover {
color: #a8a7a7;
}
.subnav .clear {
display: none;
}
/*****************************************************
* HEADER 4
*****************************************************/
#header4 {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
width:100%;
.subnav .nav > li > a {
border-left: none;
border-right: none;
}
#header4 a:hover {
text-decoration: none;
color: #a8a7a7;
}
/* The tool shortcuts */
#toolshortcuts {
text-align: right;

Loading…
Cancel
Save