Commit 00ad5548c91495e508e2b593674b435a08924ea8
1 parent
6f7cf8e6
KTS-152
"when enable the skinning functionality in the config.ini file, the UI does not render correctly" Fixed. Rolled CSS back. Committed By: Jalaloedien Abrahams Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6899 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
20 changed files
with
195 additions
and
152 deletions
skins/kts_blue/dashlet_topleft.gif
0 → 100644
1.28 KB
skins/kts_blue/dashlet_topleft.png
0 → 100644
431 Bytes
skins/kts_blue/dashlet_toprepeat.gif
skins/kts_blue/dashlet_toprepeat.png
skins/kts_blue/dashlet_topright.gif
0 → 100644
1.24 KB
skins/kts_blue/dashlet_topright.png
0 → 100644
517 Bytes
skins/kts_blue/kt-ie-morph.css
| ... | ... | @@ -28,34 +28,58 @@ |
| 28 | 28 | background: url(menu_divider.gif) top left no-repeat; |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | -.ktBlock { | |
| 32 | - background: #ffffff url(dashlet_toprepeat.gif) top left repeat-x; | |
| 33 | - border: 1px solid #C5C5C5; | |
| 31 | +/* Dashlets */ | |
| 32 | + | |
| 33 | +.dashboard_block_topleft { | |
| 34 | + background: white url(dashlet_toprepeat.gif) top left repeat-x; | |
| 34 | 35 | } |
| 35 | 36 | |
| 36 | -.ktInfo { | |
| 37 | - background: #DEDEDE url(../../resources/graphics/info_toprepeat.gif) top left repeat-x; | |
| 38 | - border: 1px solid #C5C5C5; | |
| 37 | +.dashboard_block_toprepeat { | |
| 38 | + background: white url(dashlet_toprepeat.gif) top left repeat-x; | |
| 39 | 39 | } |
| 40 | 40 | |
| 41 | -.ktError { | |
| 42 | - background: #ffdd80 url(../../resources/graphics/error_toprepeat.gif) top left repeat-x; | |
| 43 | - border: 1px solid #FFC21E; | |
| 41 | +.dashboard_block_topright { | |
| 42 | + background: white url(dashlet_toprepeat.gif) top left repeat-x; | |
| 44 | 43 | } |
| 45 | 44 | |
| 45 | +/* Portlets */ | |
| 46 | + | |
| 46 | 47 | #portletbar .portlet.expanded h4 |
| 47 | 48 | { |
| 48 | 49 | background: url(minus.gif) 10px 45% no-repeat; |
| 49 | 50 | } |
| 50 | 51 | |
| 52 | +#portletbar .portlet.expanded .portletTopRepeat { | |
| 53 | + background: url(portlet_bg.gif) top left repeat-x; | |
| 54 | +} | |
| 55 | + | |
| 51 | 56 | #portletbar .portlet.expanded { |
| 52 | - background: #ffffff url(portlet_bg.gif) top left repeat-x; | |
| 57 | + background: url(portlet_corner_topleft.gif) top left no-repeat; | |
| 58 | +} | |
| 59 | + | |
| 60 | +#portletbar .portlet.expanded .portletTopRight { | |
| 61 | + background: url(portlet_corner_topright.gif) top right no-repeat; | |
| 62 | +} | |
| 63 | + | |
| 64 | +#portletbar .portlet.portletTopRepeat { | |
| 65 | + background: url(portlet_bg_collapsed.gif) top left repeat-x; | |
| 53 | 66 | } |
| 54 | 67 | |
| 55 | -#portletbar .portlet { | |
| 56 | - background: #ffffff url(portlet_bg_collapsed.gif) top left repeat-x; | |
| 68 | +#portletbar.portlet { | |
| 69 | + background: url(portlet_corner_topleft_collapsed.gif) top left no-repeat; | |
| 57 | 70 | } |
| 58 | 71 | |
| 72 | +#portletbar .portlet.portletTopRight { | |
| 73 | + background: url(portlet_corner_topright_collapsed.gif) top right no-repeat; | |
| 74 | +} | |
| 75 | + | |
| 76 | +.collapsible.expanded h4 | |
| 77 | +{ | |
| 78 | + background: url(minus.gif) 10px 50% no-repeat; | |
| 79 | +} | |
| 80 | + | |
| 81 | +/* Content */ | |
| 82 | + | |
| 59 | 83 | .collapsible.expanded h4 |
| 60 | 84 | { |
| 61 | 85 | background: url(minus.gif) 10px 50% no-repeat; | ... | ... |
skins/kts_blue/kt-morph.css
| 1 | - | |
| 2 | -.ktActionLink.ktDownload, .ktAction.ktDownload { | |
| 3 | - background-image: url(download.png); | |
| 4 | -} | |
| 5 | - | |
| 6 | -#pageBody { | |
| 7 | - background: url(page_bg.png) bottom left repeat-x; | |
| 8 | -} | |
| 9 | - | |
| 10 | -#navbar | |
| 11 | -{ | |
| 12 | - background: url(menubg.png) top left repeat-x; | |
| 13 | -} | |
| 14 | - | |
| 15 | -#navbarLeft { | |
| 16 | - background: url(menu_corner_left.png) top left no-repeat; | |
| 17 | -} | |
| 18 | - | |
| 19 | -#navbarRight { | |
| 20 | - background: url(menu_corner_right.png) top right no-repeat; | |
| 21 | -} | |
| 22 | - | |
| 23 | -#navbar ul li.active { | |
| 24 | - background: #6c8c2f url(menubg-active.png) top left repeat-x; | |
| 25 | -} | |
| 26 | - | |
| 27 | -#menu_divider { | |
| 28 | - background: url(menu_divider.png) top left no-repeat; | |
| 29 | -} | |
| 30 | - | |
| 31 | -.ktBlock { | |
| 32 | - background: #ffffff url(dashlet_toprepeat.png) top left repeat-x; | |
| 33 | - border: 1px solid #C5C5C5; | |
| 34 | -} | |
| 35 | - | |
| 36 | -.ktInfo { | |
| 37 | - background: #DEDEDE url(../../resources/graphics/info_toprepeat.png) top left repeat-x; | |
| 38 | - border: 1px solid #C5C5C5; | |
| 39 | -} | |
| 40 | - | |
| 41 | -.ktError { | |
| 42 | - background: #ffdd80 url(../../resources/graphics/error_toprepeat.png) top left repeat-x; | |
| 43 | - border: 1px solid #FFC21E; | |
| 44 | -} | |
| 45 | - | |
| 46 | -#portletbar .portlet.expanded h4 | |
| 47 | -{ | |
| 48 | - background: url(minus.gif) 10px 45% no-repeat; | |
| 49 | -} | |
| 50 | - | |
| 51 | -#portletbar .portlet.expanded { | |
| 52 | - background: #ffffff url(portlet_bg.png) top left repeat-x; | |
| 53 | -} | |
| 54 | - | |
| 55 | -#portletbar .portlet { | |
| 56 | - background: #ffffff url(portlet_bg_collapsed.png) top left repeat-x; | |
| 57 | -} | |
| 58 | - | |
| 59 | -.collapsible.expanded h4 | |
| 60 | -{ | |
| 61 | - background: url(minus.gif) 10px 50% no-repeat; | |
| 62 | -} | |
| 63 | - | |
| 64 | -#content .dashboard_block .action_rollup | |
| 65 | -{ | |
| 66 | - background-image: url(bullet_toggle_minus.png); | |
| 67 | -} | |
| 68 | - | |
| 69 | -#content .dashboard_block.rolled-up .action_rollup | |
| 70 | -{ | |
| 71 | - background-image: url(bullet_toggle_plus.png); | |
| 72 | -} | |
| 73 | - | |
| 74 | -#content .dashboard_block .action_close | |
| 75 | -{ | |
| 76 | - background-image: url(bullet_toggle_close.png); | |
| 77 | -} | |
| 78 | - | |
| 79 | -#document-views .downloadbox ul li.download { | |
| 80 | - background-image: url(download.png); | |
| 81 | -} | |
| 1 | + | |
| 2 | +.ktActionLink.ktDownload, .ktAction.ktDownload { | |
| 3 | + background-image: url(download.png); | |
| 4 | +} | |
| 5 | + | |
| 6 | +#pageBody { | |
| 7 | + background: url(page_bg.png) bottom left repeat-x; | |
| 8 | +} | |
| 9 | + | |
| 10 | +#navbar | |
| 11 | +{ | |
| 12 | + background: url(menubg.png) top left repeat-x; | |
| 13 | +} | |
| 14 | + | |
| 15 | +#navbarLeft { | |
| 16 | + background: url(menu_corner_left.png) top left no-repeat; | |
| 17 | +} | |
| 18 | + | |
| 19 | +#navbarRight { | |
| 20 | + background: url(menu_corner_right.png) top right no-repeat; | |
| 21 | +} | |
| 22 | + | |
| 23 | +#navbar ul li.active { | |
| 24 | + background: #6c8c2f url(menubg-active.png) top left repeat-x; | |
| 25 | +} | |
| 26 | + | |
| 27 | +#menu_divider { | |
| 28 | + background: url(menu_divider.png) top left no-repeat; | |
| 29 | +} | |
| 30 | + | |
| 31 | +/* Dashlets */ | |
| 32 | + | |
| 33 | +.dashboard_block_topleft { | |
| 34 | + background: url(dashlet_topleft.png) top left no-repeat; | |
| 35 | +} | |
| 36 | + | |
| 37 | +.dashboard_block_toprepeat { | |
| 38 | + background: white url(dashlet_toprepeat.png) top left repeat-x; | |
| 39 | +} | |
| 40 | + | |
| 41 | +.dashboard_block_topright { | |
| 42 | + background: url(dashlet_topright.png) top right no-repeat; | |
| 43 | +} | |
| 44 | + | |
| 45 | +/* Portlets */ | |
| 46 | + | |
| 47 | +#portletbar .portlet.expanded h4 | |
| 48 | +{ | |
| 49 | + background: url(minus.gif) 10px 45% no-repeat; | |
| 50 | +} | |
| 51 | + | |
| 52 | +#portletbar .portlet.expanded .portletTopRepeat { | |
| 53 | + background: url(portlet_bg.png) top left repeat-x; | |
| 54 | +} | |
| 55 | + | |
| 56 | +#portletbar .portlet.expanded { | |
| 57 | + background: url(portlet_corner_topleft.png) top left no-repeat; | |
| 58 | +} | |
| 59 | + | |
| 60 | +#portletbar .portlet.expanded .portletTopRight { | |
| 61 | + background: url(portlet_corner_topright.png) top right no-repeat; | |
| 62 | +} | |
| 63 | + | |
| 64 | +#portletbar .portlet .portletTopRepeat { | |
| 65 | + background: url(portlet_bg_collapsed.png) top left repeat-x; | |
| 66 | +} | |
| 67 | + | |
| 68 | +#portletbar .portlet { | |
| 69 | + background: url(portlet_corner_topleft_collapsed.png) top left no-repeat; | |
| 70 | +} | |
| 71 | + | |
| 72 | +#portletbar .portlet .portletTopRight { | |
| 73 | + background: url(../../resources/graphics/portlet_corner_topright_collapsed.png) top right no-repeat; | |
| 74 | +} | |
| 75 | + | |
| 76 | +.collapsible.expanded h4 | |
| 77 | +{ | |
| 78 | + background: url(minus.gif) 10px 50% no-repeat; | |
| 79 | +} | |
| 80 | + | |
| 81 | +/* Content */ | |
| 82 | + | |
| 83 | +#content .dashboard_block .action_rollup | |
| 84 | +{ | |
| 85 | + background-image: url(bullet_toggle_minus.png); | |
| 86 | +} | |
| 87 | + | |
| 88 | +#content .dashboard_block.rolled-up .action_rollup | |
| 89 | +{ | |
| 90 | + background-image: url(bullet_toggle_plus.png); | |
| 91 | +} | |
| 92 | + | |
| 93 | +#content .dashboard_block .action_close | |
| 94 | +{ | |
| 95 | + background-image: url(bullet_toggle_close.png); | |
| 96 | +} | |
| 97 | + | |
| 98 | +#document-views .downloadbox ul li.download { | |
| 99 | + background-image: url(download.png); | |
| 100 | +} | |
| 82 | 101 | |
| 83 | 102 | #copyrightbarBorder { |
| 84 | 103 | margin-top: 40px; |
| 85 | 104 | margin-bottom: 50px; |
| 86 | 105 | border: 1px solid #BBBBBB; |
| 87 | 106 | background-color: #D1D1D1; |
| 88 | -} | |
| 89 | - | |
| 90 | -/* Font colour definitions */ | |
| 91 | -/* | |
| 92 | -#content h2 | |
| 93 | -{ | |
| 94 | - border-color: #eee; | |
| 95 | - color: #333; | |
| 96 | -} | |
| 97 | - | |
| 98 | -#portletbar .portlet h4 | |
| 99 | -{ | |
| 100 | - color: #FFFFFF; | |
| 101 | -} | |
| 102 | - | |
| 103 | -#portletbar .portlet.expanded h4 | |
| 104 | -{ | |
| 105 | - color: #FFFFFF; | |
| 106 | -} | |
| 107 | - | |
| 108 | -#content a.ktCancelLink { | |
| 109 | - border: 1px solid #888; | |
| 110 | - color: black; | |
| 111 | -} | |
| 112 | - | |
| 113 | -#copyrightbar { | |
| 114 | - color: #000000; | |
| 115 | -} | |
| 116 | - | |
| 117 | -.copyright { | |
| 118 | - color: #888; | |
| 119 | - border-top: 1px solid #ccc; | |
| 120 | -} | |
| 121 | - | |
| 122 | -#document-views .viewlet h3 { | |
| 123 | - color: #333; | |
| 124 | -} | |
| 125 | - | |
| 126 | -.collapsible h4 | |
| 127 | -{ | |
| 128 | - border-color: #eee; | |
| 129 | - color: #333; | |
| 130 | -} | |
| 131 | - | |
| 132 | -.collapsible.expanded h4 | |
| 133 | -{ | |
| 134 | - border-color: #eee; | |
| 135 | - color: #333; | |
| 136 | -} | |
| 137 | - | |
| 138 | -.dashboard_block_handle | |
| 139 | -{ | |
| 140 | - font-size:small; | |
| 141 | -} | |
| 142 | - | |
| 143 | -#content .ktBlock h2 | |
| 144 | -{ | |
| 145 | - color: #FFFFFF; | |
| 146 | -} | |
| 107 | +} | |
| 108 | + | |
| 109 | +/* Font colour definitions */ | |
| 110 | +/* | |
| 111 | +#content h2 | |
| 112 | +{ | |
| 113 | + border-color: #eee; | |
| 114 | + color: #333; | |
| 115 | +} | |
| 116 | + | |
| 117 | +#portletbar .portlet h4 | |
| 118 | +{ | |
| 119 | + color: #FFFFFF; | |
| 120 | +} | |
| 121 | + | |
| 122 | +#portletbar .portlet.expanded h4 | |
| 123 | +{ | |
| 124 | + color: #FFFFFF; | |
| 125 | +} | |
| 126 | + | |
| 127 | +#content a.ktCancelLink { | |
| 128 | + border: 1px solid #888; | |
| 129 | + color: black; | |
| 130 | +} | |
| 131 | + | |
| 132 | +#copyrightbar { | |
| 133 | + color: #000000; | |
| 134 | +} | |
| 135 | + | |
| 136 | +.copyright { | |
| 137 | + color: #888; | |
| 138 | + border-top: 1px solid #ccc; | |
| 139 | +} | |
| 140 | + | |
| 141 | +#document-views .viewlet h3 { | |
| 142 | + color: #333; | |
| 143 | +} | |
| 144 | + | |
| 145 | +.collapsible h4 | |
| 146 | +{ | |
| 147 | + border-color: #eee; | |
| 148 | + color: #333; | |
| 149 | +} | |
| 150 | + | |
| 151 | +.collapsible.expanded h4 | |
| 152 | +{ | |
| 153 | + border-color: #eee; | |
| 154 | + color: #333; | |
| 155 | +} | |
| 156 | + | |
| 157 | +.dashboard_block_handle | |
| 158 | +{ | |
| 159 | + font-size:small; | |
| 160 | +} | |
| 161 | + | |
| 162 | +#content .ktBlock h2 | |
| 163 | +{ | |
| 164 | + color: #FFFFFF; | |
| 165 | +} | |
| 147 | 166 | */ |
| 148 | 167 | \ No newline at end of file | ... | ... |
skins/kts_blue/portlet_bg.gif
skins/kts_blue/portlet_bg.png
skins/kts_blue/portlet_bg_collapsed.gif
skins/kts_blue/portlet_bg_collapsed.png
skins/kts_blue/portlet_corner_topleft.gif
0 → 100644
1.48 KB
skins/kts_blue/portlet_corner_topleft.png
0 → 100644
609 Bytes
skins/kts_blue/portlet_corner_topleft_collapsed.gif
0 → 100644
1.14 KB
skins/kts_blue/portlet_corner_topleft_collapsed.png
0 → 100644
518 Bytes
skins/kts_blue/portlet_corner_topright.gif
0 → 100644
1.21 KB
skins/kts_blue/portlet_corner_topright.png
0 → 100644
468 Bytes
skins/kts_blue/portlet_corner_topright_collapsed.gif
0 → 100644
958 Bytes
skins/kts_blue/portlet_corner_topright_collapsed.png
0 → 100644
299 Bytes