Index: lams_central/web/css/defaultHTML.css =================================================================== diff -u -rb68c35943242f3bff9dcbbc7d70bd66df36e9ee0 -r84eade4bc2b169cbb96bac19cf21f53ae246975d --- lams_central/web/css/defaultHTML.css (.../defaultHTML.css) (revision b68c35943242f3bff9dcbbc7d70bd66df36e9ee0) +++ lams_central/web/css/defaultHTML.css (.../defaultHTML.css) (revision 84eade4bc2b169cbb96bac19cf21f53ae246975d) @@ -412,19 +412,6 @@ font-size:11px; } -/************ The sequence name box **********/ -.sequence-name { - margin-top:5px; - margin-left:30px; - -} - -.sequence-name p{ - margin:0px; - -} - - #content a.sequence-name-link { color:#0087E5; text-decoration: none; @@ -1186,3 +1173,120 @@ } .userpage-td {border-left:1px solid #ccc;} + + +.user-img {background: url('../images/css/user.jpg') no-repeat 0 3px; margin-right:5px; padding:5px 0px 5px 25px; +} + +.mycourses-monitor-img {background: url('../images/css/mycourses_monitor.jpg') no-repeat 0 3px; margin-right:5px; padding:5px 0px 5px 25px; +} + +.mycourses-addlesson-img {background: url('../images/css/mycourses_addlesson.jpg') no-repeat 0 3px; margin-right:5px; padding:5px 0px 5px 25px; +} + + + + + +/*IE style workarounds */ + +* html #header { /*layout of the header */ + width:707px; + height:64px; + background:url ('../images/top_bg.jpg') no-repeat bottom; + } + +* html #header-my-courses { /*layout of the header */ + width: 707px; + height:65px; + background: url ('../images/css/top_bg.jpg') no-repeat bottom; +} + +* html .nav-box-right { + height: 31px; + width: auto; + margin-right: 1px; + margin-top: 1px; + float: right; + text-align: center; + } + +* html #nav-right { /* layout of box that contains the main navigation */ + margin-top:15px; + width: auto; + height: 40px; + margin-right: 1px; + +} + +* html .mycourses-right-buttons {float:right; height:24px; padding-top:5px; padding-bottom:5px; margin-top:4px;} + +* html #content a.add-lesson-button { + background: url ('../images/css/add_lesson.jpg') no-repeat 0px 0px; + color: #666; + border: 0px none; + padding: 5px 12px 6px 30px; + text-decoration: none; + border-right:1px solid #d2d2d2; + margin-left:5px; +} + +* html #content a:hover.add-lesson-button { + background: url ('../images/css/add_lesson.jpg') no-repeat 0px 0px; + color: #47bc23; + border: 0px none; + padding: 5px 12px 6px 30px; + text-decoration: none; + margin-top:0px; + margin-left:5px; + border-right:1px solid #d2d2d2; +} + +* html #content a.manage-group-button { + background: url ('../images/css/manage_groups.jpg') no-repeat 0px 0px; + color: #666; + border: 0px none; + padding: 5px 12px 6px 30px; + text-decoration: none; + border-right:1px solid #d2d2d2; + margin-top:6px; + margin-left:10px; +} + +* html #content a:hover.manage-group-button { + background: url ('../images/css/manage_groups.jpg') no-repeat 0px 0px; + color: #47bc23; + border: 0px none; + padding: 5px 12px 6px 30px; + text-decoration: none; + margin-top:0px; + margin-left:10px; + border-right:1px solid #d2d2d2; + } + +* html #content { + padding-bottom:0px + } + + +* html .right-buttons {float:right; padding-top:5px; padding-bottom:5px; margin-bottom:20px;} + +* html .space-bottom { + margin-bottom: 40px; + +} + + + +/*IE 7 workarounds */ + +*:first-child+html .nav-box-right { + height: px; + width: auto; + margin-right: 2px; + margin-top: -14px; + float: right; + text-align: center; +} + +*:first-child+html .mycourses-right-buttons {float:right; padding-right:20px; margin-top:0px; height:24px; font-size:11px; padding-top:10px; padding-bottom:10px;} Index: lams_central/web/css/ie-styles.css =================================================================== diff -u -rcd963bcc4d1d5e63bd1d3220a9c2d38faac14325 -r84eade4bc2b169cbb96bac19cf21f53ae246975d --- lams_central/web/css/ie-styles.css (.../ie-styles.css) (revision cd963bcc4d1d5e63bd1d3220a9c2d38faac14325) +++ lams_central/web/css/ie-styles.css (.../ie-styles.css) (revision 84eade4bc2b169cbb96bac19cf21f53ae246975d) @@ -1,88 +1 @@ -/* style for IE - controls the height difference display problems in IE */ - -#header { /*layout of the header */ - width:707px; - height:64px; - background:url ('../images/top_bg.jpg') no-repeat bottom; - } - -#header-my-courses { /*layout of the header */ - width: 707px; - height:65px; - background: url ('../images/css/top_bg.jpg') no-repeat bottom; -} - -.nav-box-right { - height: 31px; - width: auto; - margin-right: 1px; - margin-top: 0px; - float: right; - text-align: center; - } - -#nav-right { /* layout of box that contains the main navigation */ - margin-top:15px; - width: auto; - height: 40px; - margin-right: 1px; - -} - -.mycourses-right-buttons {float:right; height:24px; padding-top:5px; padding-bottom:5px; margin-top:4px;} - -#content a.add-lesson-button { - background: url ('../images/css/add_lesson.jpg') no-repeat 0px 0px; - color: #666; - border: 0px none; - padding: 5px 12px 6px 30px; - text-decoration: none; - border-right:1px solid #d2d2d2; - margin-left:5px; -} - -#content a:hover.add-lesson-button { - background: url ('../images/css/add_lesson.jpg') no-repeat 0px 0px; - color: #47bc23; - border: 0px none; - padding: 5px 12px 6px 30px; - text-decoration: none; - margin-top:0px; - margin-left:5px; - border-right:1px solid #d2d2d2; -} - -#content a.manage-group-button { - background: url ('../images/css/manage_groups.jpg') no-repeat 0px 0px; - color: #666; - border: 0px none; - padding: 5px 12px 6px 30px; - text-decoration: none; - border-right:1px solid #d2d2d2; - margin-top:6px; - margin-left:10px; -} - -#content a:hover.manage-group-button { - background: url ('../images/css/manage_groups.jpg') no-repeat 0px 0px; - color: #47bc23; - border: 0px none; - padding: 5px 12px 6px 30px; - text-decoration: none; - margin-top:0px; - margin-left:10px; - border-right:1px solid #d2d2d2; - } - -#content { - padding-bottom:0px - } - - -.right-buttons {float:right; padding-top:5px; padding-bottom:5px; margin-bottom:20px;} - -.space-bottom { - margin-bottom: 40px; - -} - Index: lams_central/web/css/ie7-styles.css =================================================================== diff -u -r9f472790da7a14e3e9a717566d0f70cba1070781 -r84eade4bc2b169cbb96bac19cf21f53ae246975d --- lams_central/web/css/ie7-styles.css (.../ie7-styles.css) (revision 9f472790da7a14e3e9a717566d0f70cba1070781) +++ lams_central/web/css/ie7-styles.css (.../ie7-styles.css) (revision 84eade4bc2b169cbb96bac19cf21f53ae246975d) @@ -1,19 +1 @@ -/* -************************************************* -LAMS 2.0 -CVS ID $id$ - -************************************************* -IE 7 Style Adjustments -********************************************** */ -/* style for IE - controls the height difference display problems in IE */ - - -.nav-box-right { - height: 31px; - width: auto; - margin-right: 2px; - margin-top: 0px; - float: right; - text-align: center; -} Index: lams_central/web/css/ramsthemeHTML.css =================================================================== diff -u --- lams_central/web/css/ramsthemeHTML.css (revision 0) +++ lams_central/web/css/ramsthemeHTML.css (revision 84eade4bc2b169cbb96bac19cf21f53ae246975d) @@ -0,0 +1,328 @@ +a { + color: #b9313d; + border-bottom: 1px dotted #b9313d; + +} + +a:hover { + color: #b9313d; + border-bottom: 1px solid #b9313d; + +} + +a:hover.button-add-item { + color: #f98c3d; +} + +h1 {color:#f88431; + } + +h1.no-tabs-below { + color:#f88431; + } + +h2 {color:#b9313d; + } + +h3 {color:#f88431; + } + +h4 {color:#b9313d; + } + + +/* LOGIN */ + +#login-left-col h2 { + color:#b9313d; +} + +#login-left-col h3 { + color:#f98c3d; + margin-bottom:5px; +} + +#login-right-col h2 { + color:#f98c3d; +} + +#login-right-col a:hover.button { + background:url('../images/ramsthemecss/btn_over.gif') repeat-x 0px 0px; + color:#f98c3d; +} + +#login-right-col p.version { + color:#ccc; +} + +#content a:hover.button-add-item { + color: #f98c3d; +} + +#footer a{ /*layout of the footer - the bottom of the box */ + color:#999; + border-bottom:1px solid #999; +} + +#footer { /*layout of the footer - the bottom of the box */ + background: url('../images/ramsthemecss/footer_bg.jpg') no-repeat bottom; +} + +#login-page #footer { /*layout of the footer - the bottom of the box */ + background: url('../images/ramsthemecss/footer_bg.jpg') no-repeat top; +} + +#page-mycourses #footer { /*layout of the footer - the bottom of the box */ + background: url('../images/ramsthemecss/footer_bg.jpg') no-repeat top; +} + +/* MY COURSES - AUTHOR */ + +#content { + background: url('../images/ramsthemecss/body_bg.jpg') repeat-y; +} + +#login-content { + background:url('../images/ramsthemecss/body_bg.jpg') repeat-y; +} + + +#content a { + color: #f98c3d; + border-bottom: 1px dotted #f98c3d; +} + +#content a:hover { + color: #f98c3d; + border-bottom: 1px solid #f98c3d; +} + +#content a:hover.button { + background: url('../images/ramsthemecss/btn_over.gif') repeat-x 0px 0px; + color: #f98c3d; +} + +#saveCancelButtons a:hover.button { + background: url('../images/ramsthemecss/btn_over.gif') repeat-x 0px 2px; + color: #f98c3d; +} + +a:hover.button { + background: url('../images/ramsthemecss/btn_over.gif') repeat-x 0px 0px; + color: #f98c3d; +} + +a:hover.button-add-item { + color: #f98c3d; +} + +#content a:hover.add-lesson-button { + color: #f98c3d; +} + +#content a:hover.#content a.sequence-name-link { + color: #f98c3d; + } + +#content a:hover.button-add-item { + color: #f98c3d; +} + +.course-bg h2 { + color:#333; +} + +.course-bg h4 { + color:#333; +} + + +#content a.sequence-action-link { + color:#f98c3d; + } + +#content a:hover.sequence-action-link { + color:#f98c3d; + + } + +#content a.add-lesson-button { + background: url('../images/ramsthemecss/add_lesson.jpg') no-repeat 0px 0px; +} + +#content a:hover.add-lesson-button { + background: url('../images/ramsthemecss/add_lesson.jpg') no-repeat 0px 0px; +} + +#page { /*whole layout of page*/ + background: url('../images/ramsthemecss/rams_logo.gif') no-repeat 565px 10px; +} + +#page-mycourses { /*whole layout of page*/ + margin: 25px auto; + width: 707px; + background: url('../images/ramsthemecss/rams_logo.gif') no-repeat left -7px; + +} + +#nav-right a { + color: #fa944a; +} + +#nav-right a:hover { + color: #f88431; +} + +#nav .tab-middle-link { + color: #fa944a; +} + +#nav a:hover.tab-middle-link { + color: #f88431; +} + + +.field-name-alternative-color { +color:#f88431; +} + +.field-name { +color:#b9313d; +} + +h2 {color:#f88431; } + +table.alternative-color th { + background: url('../images/ramsthemecss/green_bg.jpg') repeat-x; + color: #f88431; +} + +a.button-add-item { + background: url('../images/ramsthemecss/btn_add_off.gif') no-repeat 0px 0px; +} + +#content a.button-add-item { + background: url('../images/ramsthemecss/btn_add_off.gif') no-repeat 0px 0px; +} + +a:hover.button-add-item { + background: url('../images/ramsthemecss/btn_add_over.gif') no-repeat 0px 0px; +} + +#content a:hover.button-add-item { + background: url('../images/ramsthemecss/btn_add_over.gif') no-repeat 0px 0px; +} + +input:hover.button { + background: url('../images/ramsthemecss/btn_over.gif') repeat-x 0px 0px; +} + +.tab-left { /* defines left side of selected tab */ + background: url('../images/ramsthemecss/button_left.jpg') no-repeat top left; +} + +.tab-middle { /* defines middle of selected tab */ + background: url('../images/ramsthemecss/button_bg.jpg') repeat-x; +} + +.tab-right { /* defines right side of selected tab */ + background: url('../images/ramsthemecss/button_right.jpg') no-repeat top right; +} + +.tab-middle-highlight { /* defines middle of selected tab */ + background: url('../images/ramsthemecss/button_highlight_bg.jpg') repeat-x; +} + +.tab-left-highlight { /* defines left side of selected tab */ + background: url('../images/ramsthemecss/button_highlight_left.jpg') no-repeat top left; +} + +.tab-right-highlight { /* defines right side of selected tab */ + background: url('../images/ramsthemecss/button_highlight_right.jpg') no-repeat top right; +} + +#nav a.tab-middle-link-selected { + color: #333333 +} + +body.stripes { + background: url('../images/ramsthemecss/diagonal_bg.gif'); +} + +.my-courses { + background: url('../images/ramsthemecss/diagonal_bg.gif') repeat; +} + +#login-right-col { + background: url('../images/ramsthemecss/lams_login_bar.jpg') no-repeat 0 0; +} + +#header { /*layout of the header */ + background: url('../images/ramsthemecss/top_bg.jpg') no-repeat bottom; +} + +#header-no-tabs { /*layout of the header when no-tabs are required. Big enough to line up with LAMS icon - don't use for learner (see header-no-tabs-learner) */ + background:url('../images/ramsthemecss/top_bg.jpg') no-repeat bottom; +} + +/*layout of the header when no-tabs are required */ +#login-header { + background:url('../images/ramsthemecss/top_bg.jpg') no-repeat bottom; +} + +#header-my-courses { /*layout of the header */ + background: url('../images/ramsthemecss/top_bg.jpg') no-repeat bottom; +} + +.course-bg { /*---- box around the green tabbed items -- */ + background:#fff url('../images/ramsthemecss/mycourses_greytab.jpg') no-repeat top; +} + +.user-img {background: url('../images/ramsthemecss/user.jpg') no-repeat 0 3px; margin-right:5px; padding:5px 0px 5px 25px; +} + +.mycourses-monitor-img {background: url('../images/ramsthemecss/mycourses_monitor.jpg') no-repeat 0 3px; margin-right:5px; padding:5px 0px 5px 25px; +} + +.mycourses-addlesson-img {background: url('../images/ramsthemecss/mycourses_addlesson.jpg') no-repeat 0 3px; margin-right:5px; padding:5px 0px 5px 25px; +} + +/*layout of the forum tables with the colored table heading cell */ +table.forum { + width:93%; + margin-left:20px; + padding-top:5px; + margin-bottom:10px; + background:url('../images/css/greyfade_bg.jpg') repeat-x 3px 49px; + text-align:left; + border-bottom:1px solid #efefef;} + +table.forum th { + background: url('../images/ramsthemecss/orange_bg_forum.jpg') repeat-x #fbe9d3; + height:20px; + padding-top:5px; + color:#f88431; + padding-left:15px; + border-left:1px solid #cacdd1; + font-size:12px; + vertical-align:middle; +} + +table.forum td.posted-by { + background: url('../images/ramsthemecss/postedby_orange_bg.jpg') repeat-x; + height:20px; + padding-left:15px; + padding-top:0px; + font-size:10px; + vertical-align:top; + border-left:1px solid #cacdd1; + color:#666; +} + + +table.forum td { + padding-left:20px; + font-size:11px; + vertical-align:top; +} + Index: lams_central/web/css/ramsthemeHTML_learner.css =================================================================== diff -u --- lams_central/web/css/ramsthemeHTML_learner.css (revision 0) +++ lams_central/web/css/ramsthemeHTML_learner.css (revision 84eade4bc2b169cbb96bac19cf21f53ae246975d) @@ -0,0 +1,165 @@ +a { + color: #f98c3d; + border-bottom: 1px dotted #f98c3d; + +} + +a:hover { + color: #f98c3d; + border-bottom: 1px solid #f98c3d; + +} + +a:hover.button-add-item { + color: #f98c3d; +} + + +#content a:hover.button-add-item { + color: #f98c3d; +} + +#footer a{ /*layout of the footer - the bottom of the box */ + color:#999; + border-bottom:1px solid #999; +} + + +#content a { + color: #f98c3d; + border-bottom: 1px dotted #f98c3d; +} + +#content a:hover { + color: #f98c3d; + border-bottom: 1px solid #f98c3d; +} + +#content a:hover.button { + background: url('../images/ramsthemecss/btn_over.gif') repeat-x 0px 0px; + color: #f98c3d; +} + + +input:hover.button { + background: url('../images/ramsthemecss/btn_over.gif') repeat-x 0px 0px; + color: #f98c3d; +} + + +#saveCancelButtons a:hover.button { + background: url('../images/ramsthemecss/btn_over.gif') repeat-x 0px 0px; + color: #f98c3d; +} + +a:hover.button { + color: #f98c3d; +} + +a:hover.button-add-item { + color: #f98c3d; +} + +#content a:hover.button-add-item { + color: #f98c3d; +} + +.course-bg h2 { + color:#333; +} + +#nav-right a { + color: #fa944a; +} + +#nav-right a:hover { + color: #f88431; +} + +#nav .tab-middle-link { + color: #fa944a; +} + +#nav a:hover.tab-middle-link { + color: #f88431; +} + +h1 { + color:#b9313d; + } + +.field-name-alternative-color { +color:#f88431; +} + +.field-name { +color:#b9313d; +} + +h2 {color:#f88431; } + +table.alternative-color th { + background: url('../images/ramsthemecss/green_bg.jpg') repeat-x; + color: #f88431; +} + +a.button-add-item { + background: url('../images/ramsthemecss/btn_add_off.gif') no-repeat 0px 20px; +} + +#content a.button-add-item { + background: url('../images/ramsthemecss/btn_add_off.gif') no-repeat 0px 20px; +} + +a:hover.button-add-item { + background: url('../images/ramsthemecss/btn_add_over.gif') no-repeat 0px 20px; +} + +#content a:hover.button-add-item { + background: url('../images/ramsthemecss/btn_add_over.gif') no-repeat 0px 20px; +} + +body.stripes { + background: url('../images/ramsthemecss/diagonal_bg.gif'); +} + + +/*layout of the forum tables with the colored table heading cell */ +table.forum { + width:100%; + margin-left:0px; + padding-top:5px; + margin-bottom:10px; + background:url('../images/css/greyfade_bg.jpg') repeat-x 3px 49px; + text-align:left; + border-bottom:1px solid #efefef;} + +table.forum th { + background: url('../images/ramsthemecss/orange_bg_forum.jpg') repeat-x #fbe9d3; + height:20px; + padding-top:5px; + color:#f88431; + padding-left:15px; + border-left:1px solid #cacdd1; + font-size:12px; + vertical-align:middle; +} + +table.forum td.posted-by { + background: url('../images/ramsthemecss/postedby_orange_bg.jpg') repeat-x; + height:20px; + padding-left:15px; + padding-top:0px; + font-size:10px; + vertical-align:top; + border-left:1px solid #cacdd1; + color:#666; +} + + +table.forum td { + padding-left:20px; + font-size:11px; + vertical-align:top; +} + \ No newline at end of file Index: lams_central/web/css/ramsthemeHTML_rtl.css =================================================================== diff -u --- lams_central/web/css/ramsthemeHTML_rtl.css (revision 0) +++ lams_central/web/css/ramsthemeHTML_rtl.css (revision 84eade4bc2b169cbb96bac19cf21f53ae246975d) @@ -0,0 +1 @@ \ No newline at end of file Index: lams_central/web/css/ramsthemeHTML_rtl_learner.css =================================================================== diff -u --- lams_central/web/css/ramsthemeHTML_rtl_learner.css (revision 0) +++ lams_central/web/css/ramsthemeHTML_rtl_learner.css (revision 84eade4bc2b169cbb96bac19cf21f53ae246975d) @@ -0,0 +1 @@ \ No newline at end of file Index: lams_central/web/images/ramsthemecss/add_lesson.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/add_lesson.rtl.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/body_bg.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/btn_add_off.gif =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/btn_add_off_rtl.gif =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/btn_add_over.gif =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/btn_add_over_rtl.gif =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/btn_over.gif =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/button_bg.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/button_highlight_bg.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/button_highlight_left.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/button_highlight_right.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/button_left.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/button_right.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/diagonal_bg.gif =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/footer_bg.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/green_bg.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/lams_login_bar.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/mycourses_addlesson.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/mycourses_addlesson.rtl.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/mycourses_greytab.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/orange_bg_forum.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/postedby_orange_bg.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/rams_login.gif =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/rams_logo.gif =================================================================== diff -u Binary files differ Index: lams_central/web/images/ramsthemecss/top_bg.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/indexCommon.jsp =================================================================== diff -u -reaa3076ae7e2216e6ec724be5f8678ce7cb43a3d -r84eade4bc2b169cbb96bac19cf21f53ae246975d --- lams_central/web/indexCommon.jsp (.../indexCommon.jsp) (revision eaa3076ae7e2216e6ec724be5f8678ce7cb43a3d) +++ lams_central/web/indexCommon.jsp (.../indexCommon.jsp) (revision 84eade4bc2b169cbb96bac19cf21f53ae246975d) @@ -33,8 +33,9 @@ - monitor - + + +

@@ -49,8 +50,9 @@ - add lesson - + + +

@@ -67,8 +69,9 @@ - monitor - + + +

Index: lams_central/web/main.jsp =================================================================== diff -u -r186f3f31c5716f7805f67125e2cb7620c68f6e6a -r84eade4bc2b169cbb96bac19cf21f53ae246975d --- lams_central/web/main.jsp (.../main.jsp) (revision 186f3f31c5716f7805f67125e2cb7620c68f6e6a) +++ lams_central/web/main.jsp (.../main.jsp) (revision 84eade4bc2b169cbb96bac19cf21f53ae246975d) @@ -98,9 +98,9 @@
- + - +