Index: openacs-4/packages/new-portal/www/themes/kelp-theme/dotlrn/resources/dotlrn-master-kelp.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/themes/kelp-theme/dotlrn/resources/dotlrn-master-kelp.css,v diff -u -r1.1.4.3 -r1.1.4.4 --- openacs-4/packages/new-portal/www/themes/kelp-theme/dotlrn/resources/dotlrn-master-kelp.css 20 Jun 2005 09:38:09 -0000 1.1.4.3 +++ openacs-4/packages/new-portal/www/themes/kelp-theme/dotlrn/resources/dotlrn-master-kelp.css 18 Sep 2005 14:52:38 -0000 1.1.4.4 @@ -6,7 +6,7 @@ } body { - background-color: #DFE2E5; + background-color: #DFE2E5; font-family: tahoma, helvetica, sans-Serif; font-size: 75%; margin:0; @@ -137,12 +137,19 @@ /* dotlrn-overrides of standard CSS nodes */ -a:link, a:visited { - text-decoration: none; +a:link{ + text-decoration: underline; /*border-bottom: 1px solid #003366; border sotto le voci della context-bar*/ color: #003366; + } + a:visited { + text-decoration: underline; + /*border-bottom: 1px solid #003366; border sotto le voci della context-bar*/ + color: #003366; + } + /* This messes up the tabs in IE6 -- they unpredictably jump up and down by 1 pixel depending as you hover over different links on the page. Uncomment when we figure out how to fix. @@ -157,7 +164,7 @@ a:active { - text-decoration: none; + text-decoration: underline; /*border-bottom: 1px solid #003366;*/ color: #003366; } @@ -181,26 +188,30 @@ } div#container-shadows-direita { - background-image: url(01_contorno_direito.png); - background-repeat: repeat-y; - background-position: right; -} + background-image: url(01_contorno_direito.png); + background-repeat: repeat-y; + background-position: right; +} div#container-shadows-esquerda { - background-image: url(01_contorno_esquerdo.png); - background-repeat: repeat-y; - background-position: left; + background-image: url(01_contorno_esquerdo.png); + background-repeat: repeat-y; + background-position: left; } + + + + #breadcrumbs { margin: 0px; padding: 0; font-size: 80%; padding-bottom: 1px; padding-top: 1px; margin-left: 5px; - + } #breadcrumbs li { @@ -668,7 +679,7 @@ [ SCHEDA ] Added by www.sii.it ************************************************************/ div#scheda-container-sfondo{ - width: inherit; + width: 100%; background-image:url(00_headport_shadow_des.png); background-repeat: repeat-y; background-position: top right; @@ -727,8 +738,8 @@ } div#scheda-footer{ - width: inherit; - height: 20px; + width: 100%; + height: 20px; background-image:url(00_headport_shadow_base.png); background-repeat: repeat-x; margin-bottom: 10px; @@ -779,15 +790,16 @@ } div#container-shadows-sin{ - white-space:normal; /* corregge l'errore del control panel della classe*/ + white-space:normal; /* corregge l'errore del control panel della classe*/ width: 100%; height:100%; background-image:url(01_cont_shadow_sin.png); background-repeat: repeat-y; } div#container-shadows-des{ - float: right; + float: right; + width:100%; background-image: url(01_cont_shadow_des.png); background-repeat: repeat-y; background-position: right;