From 69b7e9fa7e8e71d2d3aa6a52f7c178a9387b339c Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 6 Jul 2009 19:15:14 +0200 Subject: [PATCH] [svn r21819] LP title background is grey see FS#2657 --- main/css/academica/scorm.css | 73 +++++++++++++++++++++++++++- main/css/baby_orange/scorm.css | 4 +- main/css/blue_lagoon/scorm.css | 2 +- main/css/corporate/scorm.css | 4 +- main/css/cosmic_campus/scorm.css | 4 +- main/css/dokeos_classic/scorm.css | 4 +- main/css/dokeos_classic_2D/scorm.css | 4 +- main/css/medical/scorm.css | 4 +- main/css/silver_line/scorm.css | 4 +- main/css/sober_brown/scorm.css | 4 +- 10 files changed, 88 insertions(+), 19 deletions(-) diff --git a/main/css/academica/scorm.css b/main/css/academica/scorm.css index 5aa536ac16..a799035fe6 100644 --- a/main/css/academica/scorm.css +++ b/main/css/academica/scorm.css @@ -16,6 +16,75 @@ width: 99%; border-right: 1px none; } +.inner_lp_toc { + overflow: auto; + background-color: white; + height: 210px; + width: 94%; + border-left: 10px #FFF solid; +} +.inner_lp_toc .scorm_item { + font-size: 11px; + margin-left: 10px; + margin-right:10px; + padding-bottom: 2px; + text-decoration: none; +} +.inner_lp_toc .scorm_item A { + font-size: 11px; + margin-right: 1px; + padding-bottom: 2px; + text-decoration: none; + font-weight: normal; +} +.inner_lp_toc .scorm_item A.chapter_module { + font-weight: normal; + margin-right: 10px; +} +.inner_lp_toc .scorm_item_highlight { + font-size: 11px; + margin-right: 1px; + padding-bottom: 2px; + text-decoration: none; + font-weight: normal; + background:#aaa; +} +.inner_lp_toc .scorm_item_highlight A { + font-size: 11px; + margin-right: 1px; + text-decoration: none; + font-weight: normal; +} +.inner_lp_toc .scorm_item_1 { + font-size: 11px; + margin-right: 1px; + padding-bottom: 2px; + text-decoration: none; + font-weight: normal; + background:#ddd; +} +.inner_lp_toc .scorm_item_2 { + font-size: 11px; + margin-right: 1px; + padding-bottom: 2px; + text-decoration: none; + font-weight: normal; + background:#eee; +} +.inner_lp_toc .scorm_title { + font-weight: bold; + background:#ccc; + font-size: 12px; + color: #444; +} +.inner_lp_toc .scorm_title_text { + margin-left: 10px; +} +.inner_lp_toc .scorm_status_img { + margin:0px; + margin-left: -10px; + width:10px; +} .lp_navigation { overflow: auto; background-color: white; @@ -56,8 +125,8 @@ } .scormpage .content { /*float: left; -width: 60%;*/ -margin-top: 0px; + width: 60%;*/ + margin-top: 0px; padding-top: 0px; padding-left: 180px; background-color: white; diff --git a/main/css/baby_orange/scorm.css b/main/css/baby_orange/scorm.css index 4dc2797967..6fc1299652 100644 --- a/main/css/baby_orange/scorm.css +++ b/main/css/baby_orange/scorm.css @@ -69,9 +69,9 @@ } .inner_lp_toc .scorm_title { font-weight: bold; - background:#EE4C03; + background:#ccc; font-size: 12px; - color: #fff; + color: #444; } .inner_lp_toc .scorm_title_text { margin-left: 10px; diff --git a/main/css/blue_lagoon/scorm.css b/main/css/blue_lagoon/scorm.css index c78ee47abe..10b7d69313 100644 --- a/main/css/blue_lagoon/scorm.css +++ b/main/css/blue_lagoon/scorm.css @@ -27,7 +27,7 @@ font-size: 11px; margin-left: 10px; margin-right:10px; -//cambiado era 20 padding-bottom: 2px; + //it was 20px padding-bottom: 2px; text-decoration: none; } .inner_lp_toc .scorm_item A { diff --git a/main/css/corporate/scorm.css b/main/css/corporate/scorm.css index 011bddd81e..5a47887900 100644 --- a/main/css/corporate/scorm.css +++ b/main/css/corporate/scorm.css @@ -70,9 +70,9 @@ } .inner_lp_toc .scorm_title { font-weight: bold; - background:#aaa; + background:#ccc; font-size: 12px; - color: #FFF; + color: #444; } .inner_lp_toc .scorm_title_text { margin-left: 10px; diff --git a/main/css/cosmic_campus/scorm.css b/main/css/cosmic_campus/scorm.css index 5459cd2e21..a799035fe6 100644 --- a/main/css/cosmic_campus/scorm.css +++ b/main/css/cosmic_campus/scorm.css @@ -73,9 +73,9 @@ } .inner_lp_toc .scorm_title { font-weight: bold; - background:#A7A7E5; + background:#ccc; font-size: 12px; - color: #fff; + color: #444; } .inner_lp_toc .scorm_title_text { margin-left: 10px; diff --git a/main/css/dokeos_classic/scorm.css b/main/css/dokeos_classic/scorm.css index 1ab4a2d819..6a13b420a4 100644 --- a/main/css/dokeos_classic/scorm.css +++ b/main/css/dokeos_classic/scorm.css @@ -73,9 +73,9 @@ } .inner_lp_toc .scorm_title { font-weight: bold; - background:#4271B5; + background:#ccc; font-size: 12px; - color: #fff; + color: #444; } .inner_lp_toc .scorm_title_text { margin-left: 10px; diff --git a/main/css/dokeos_classic_2D/scorm.css b/main/css/dokeos_classic_2D/scorm.css index 761ab6aa95..3ec13858a9 100644 --- a/main/css/dokeos_classic_2D/scorm.css +++ b/main/css/dokeos_classic_2D/scorm.css @@ -73,9 +73,9 @@ } .inner_lp_toc .scorm_title { font-weight: bold; - background:#4271B5; + background:#ccc; font-size: 12px; - color: #fff; + color: #444; } .inner_lp_toc .scorm_title_text { margin-left: 10px; diff --git a/main/css/medical/scorm.css b/main/css/medical/scorm.css index a0109905ec..f01c6042b5 100644 --- a/main/css/medical/scorm.css +++ b/main/css/medical/scorm.css @@ -73,9 +73,9 @@ } .inner_lp_toc .scorm_title { font-weight: bold; - background:#AF8B97; + background:#ccc; font-size: 12px; - color: #fff; + color: #444; } .inner_lp_toc .scorm_title_text { margin-left: 10px; diff --git a/main/css/silver_line/scorm.css b/main/css/silver_line/scorm.css index 64211a3b9e..1a25ef629f 100644 --- a/main/css/silver_line/scorm.css +++ b/main/css/silver_line/scorm.css @@ -70,9 +70,9 @@ } .inner_lp_toc .scorm_title { font-weight: bold; - background:#aaa; + background:#ccc; font-size: 12px; - color: #FFF; + color: #444; } .inner_lp_toc .scorm_title_text { margin-left: 10px; diff --git a/main/css/sober_brown/scorm.css b/main/css/sober_brown/scorm.css index abdf3a573c..4286daab64 100644 --- a/main/css/sober_brown/scorm.css +++ b/main/css/sober_brown/scorm.css @@ -76,9 +76,9 @@ } .inner_lp_toc .scorm_title { font-weight: bold; - background:#716D61; + background:#ccc; font-size: 12px; - color: #fff; + color: #444; } .inner_lp_toc .scorm_status_img { margin:0px;