Changeset 1068
- Timestamp:
- 11/06/06 16:40:02
- Files:
-
- trunk/deployment/webadmin/webapp/resources/default/default/subColors.css (modified) (6 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/blue.css (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/green.css (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/red.css (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/subColors.css (modified) (6 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css (modified) (2 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/subColors.css (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/subColors.css
r1067 r1068 5 5 the default.css stylesheet. */ 6 6 7 /* **********************************************************************7 /* ********************************************************************** 8 8 Copyright 2006 Rensselaer Polytechnic Institute. All worldwide rights reserved. 9 9 … … 30 30 to the maximum extent the law permits. */ 31 31 32 32 33 .bwwhite { 33 34 background-color: #ffffff !important; 34 35 color: black; 36 border-bottom: 1px solid #999; 35 37 } 36 38 .bwltpink { 37 39 background-color: #fddeee !important; 38 40 color: black; 41 border-bottom: 1px solid #999; 39 42 } 40 43 .bwltpurple { 41 44 background-color: #ddd4e8 !important; 42 45 color: black; 46 border-bottom: 1px solid #999; 43 47 } 44 48 .bwltsteelblue { 45 49 background-color: #bfd5e8 !important; 46 50 color: black; 51 border-bottom: 1px solid #999; 47 52 } 48 53 .bwltblue { 49 54 background-color: #ccecef !important; 50 55 color: black; 56 border-bottom: 1px solid #999; 51 57 } 52 58 .bwltaquamarine { 53 59 background-color: #b3e2dd !important; 54 60 color: black; 61 border-bottom: 1px solid #999; 55 62 } 56 63 .bwltaquamarine { 57 64 background-color: #cfeccf !important; 58 65 color: black; 66 border-bottom: 1px solid #999; 59 67 } 60 68 .bwltgreen { 61 69 background-color: #e0f3b0 !important; 62 70 color: black; 71 border-bottom: 1px solid #999; 63 72 } 64 73 .bwltyellow { 65 74 background-color: #ffffb0 !important; 66 75 color: black; 76 border-bottom: 1px solid #999; 67 77 } 68 78 .bwltsalmon { 69 79 background-color: #feebc9 !important; 70 80 color: black; 81 border-bottom: 1px solid #999; 71 82 } 72 83 /* medium pastels */ … … 74 85 background-color: #eeeeee !important; 75 86 color: black; 87 border-bottom: 1px solid #999; 76 88 } 77 89 .bwpink { 78 90 background-color: #fbb6d1 !important; 79 91 color: black; 92 border-bottom: 1px solid #999; 80 93 } 81 94 .bwpurple { 82 95 background-color: #c1b3d7 !important; 83 96 color: black; 84 /* purple swallows up the default border color, so for this one alone,85 override it */86 97 border-bottom: 1px solid #999 !important; 87 98 } … … 89 100 background-color: #94a8d0 !important; 90 101 color: black; 102 border-bottom: 1px solid #999; 91 103 } 92 104 .bwblue { 93 105 background-color: #9acedf !important; 94 106 color: black; 107 border-bottom: 1px solid #999; 95 108 } 96 109 .bwaquamarine { 97 110 background-color: #86cfbe !important; 98 111 color: black; 112 border-bottom: 1px solid #999; 99 113 } 100 114 .bwseagreen { 101 115 background-color: #b5e1ae !important; 102 116 color: black; 117 border-bottom: 1px solid #999; 103 118 } 104 119 .bwgreen { 105 120 background-color: #bfe476 !important; 106 121 color: black; 107 /* gree swallows up the default border color, so for this one alone,108 override it */109 122 border-bottom: 1px solid #999 !important; 110 123 } … … 112 125 background-color: #fffa81 !important; 113 126 color: black; 127 border-bottom: 1px solid #999; 114 128 } 115 129 .bwsalmon { 116 130 background-color: #fdcaa2 !important; 117 131 color: black; 132 border-bottom: 1px solid #999; 118 133 } 119 134 /* dark pastels */ … … 121 136 background-color: #dddddd !important; 122 137 color: black; 138 border-bottom: 1px solid #999; 123 139 } 124 140 .bwmdpink { 125 141 background-color: #f98cb6 !important; 126 142 color: black; 143 border-bottom: 1px solid #999; 127 144 } 128 145 .bwmdpurple { 129 146 background-color: #a589c1 !important; 130 147 color: black; 148 border-bottom: 1px solid #999; 131 149 } 132 150 .bwmdsteelblue { 133 151 background-color: #7589bf !important; 134 152 color: black; 153 border-bottom: 1px solid #999; 135 154 } 136 155 .bwmdblue { 137 156 background-color: #6fb7d6 !important; 138 157 color: black; 158 border-bottom: 1px solid #999; 139 159 } 140 160 .bwmdaquamarine { 141 161 background-color: #48b5a3 !important; 142 162 color: black; 163 border-bottom: 1px solid #999; 143 164 } 144 165 .bwmdseagreen { 145 166 background-color: #91d290 !important; 146 167 color: black; 168 border-bottom: 1px solid #999; 147 169 } 148 170 .bwmdgreen { 149 171 background-color: #85ca5d !important; 150 172 color: black; 173 border-bottom: 1px solid #999; 151 174 } 152 175 .bwmdyellow { 153 176 background-color: #ffed62 !important; 154 177 color: black; 178 border-bottom: 1px solid #999; 155 179 } 156 180 .bwmdsalmon { 157 181 background-color: #fca985 !important; 158 182 color: black; 183 border-bottom: 1px solid #999; 159 184 } trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/blue.css
r1055 r1068 302 302 #searchTable td { 303 303 padding: 4px; 304 vertical-align: top; 304 305 } 305 306 #searchTable tr.fieldNames td { 306 307 background: #eee; 307 308 border-bottom: 1px solid #ccc; 309 } 310 #searchTable td.relevance { 311 white-space: nowrap; 308 312 } 309 313 #searchTable .searchRelevance { trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl
r1067 r1068 1206 1206 <xsl:variable name="recurrenceId" select="event/recurrenceId"/> 1207 1207 <tr> 1208 <td >1208 <td class="relevance"> 1209 1209 <xsl:value-of select="ceiling(number(score)*100)"/>% 1210 1210 <img src="{$resourcesRoot}/images/spacer.gif" height="4" class="searchRelevance"> 1211 <xsl:attribute name="width"><xsl:value-of select="ceiling( number(score)*100)"/></xsl:attribute>1211 <xsl:attribute name="width"><xsl:value-of select="ceiling((number(score)*100) div 1.5)"/></xsl:attribute> 1212 1212 </img> 1213 1213 </td> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/green.css
r1055 r1068 314 314 #searchTable td { 315 315 padding: 4px; 316 vertical-align: top; 316 317 } 317 318 #searchTable tr.fieldNames td { 318 319 background: #eee; 319 320 border-bottom: 1px solid #ccc; 321 } 322 #searchTable td.relevance { 323 white-space: nowrap; 320 324 } 321 325 #searchTable .searchRelevance { trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/red.css
r1055 r1068 314 314 #searchTable td { 315 315 padding: 4px; 316 vertical-align: top; 316 317 } 317 318 #searchTable tr.fieldNames td { 318 319 background: #eee; 319 320 border-bottom: 1px solid #ccc; 321 } 322 #searchTable td.relevance { 323 white-space: nowrap; 320 324 } 321 325 #searchTable .searchRelevance { trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/subColors.css
r1067 r1068 5 5 the default.css stylesheet. */ 6 6 7 /* **********************************************************************7 /* ********************************************************************** 8 8 Copyright 2006 Rensselaer Polytechnic Institute. All worldwide rights reserved. 9 9 … … 34 34 background-color: #ffffff !important; 35 35 color: black; 36 border-bottom: 1px solid #999; 36 37 } 37 38 .bwltpink { 38 39 background-color: #fddeee !important; 39 40 color: black; 41 border-bottom: 1px solid #999; 40 42 } 41 43 .bwltpurple { 42 44 background-color: #ddd4e8 !important; 43 45 color: black; 46 border-bottom: 1px solid #999; 44 47 } 45 48 .bwltsteelblue { 46 49 background-color: #bfd5e8 !important; 47 50 color: black; 51 border-bottom: 1px solid #999; 48 52 } 49 53 .bwltblue { 50 54 background-color: #ccecef !important; 51 55 color: black; 56 border-bottom: 1px solid #999; 52 57 } 53 58 .bwltaquamarine { 54 59 background-color: #b3e2dd !important; 55 60 color: black; 61 border-bottom: 1px solid #999; 56 62 } 57 63 .bwltaquamarine { 58 64 background-color: #cfeccf !important; 59 65 color: black; 66 border-bottom: 1px solid #999; 60 67 } 61 68 .bwltgreen { 62 69 background-color: #e0f3b0 !important; 63 70 color: black; 71 border-bottom: 1px solid #999; 64 72 } 65 73 .bwltyellow { 66 74 background-color: #ffffb0 !important; 67 75 color: black; 76 border-bottom: 1px solid #999; 68 77 } 69 78 .bwltsalmon { 70 79 background-color: #feebc9 !important; 71 80 color: black; 81 border-bottom: 1px solid #999; 72 82 } 73 83 /* medium pastels */ … … 75 85 background-color: #eeeeee !important; 76 86 color: black; 87 border-bottom: 1px solid #999; 77 88 } 78 89 .bwpink { 79 90 background-color: #fbb6d1 !important; 80 91 color: black; 92 border-bottom: 1px solid #999; 81 93 } 82 94 .bwpurple { 83 95 background-color: #c1b3d7 !important; 84 96 color: black; 85 /* purple swallows up the default border color, so for this one alone,86 override it */87 97 border-bottom: 1px solid #999 !important; 88 98 } … … 90 100 background-color: #94a8d0 !important; 91 101 color: black; 102 border-bottom: 1px solid #999; 92 103 } 93 104 .bwblue { 94 105 background-color: #9acedf !important; 95 106 color: black; 107 border-bottom: 1px solid #999; 96 108 } 97 109 .bwaquamarine { 98 110 background-color: #86cfbe !important; 99 111 color: black; 112 border-bottom: 1px solid #999; 100 113 } 101 114 .bwseagreen { 102 115 background-color: #b5e1ae !important; 103 116 color: black; 117 border-bottom: 1px solid #999; 104 118 } 105 119 .bwgreen { 106 120 background-color: #bfe476 !important; 107 121 color: black; 108 /* gree swallows up the default border color, so for this one alone,109 override it */110 122 border-bottom: 1px solid #999 !important; 111 123 } … … 113 125 background-color: #fffa81 !important; 114 126 color: black; 127 border-bottom: 1px solid #999; 115 128 } 116 129 .bwsalmon { 117 130 background-color: #fdcaa2 !important; 118 131 color: black; 132 border-bottom: 1px solid #999; 119 133 } 120 134 /* dark pastels */ … … 122 136 background-color: #dddddd !important; 123 137 color: black; 138 border-bottom: 1px solid #999; 124 139 } 125 140 .bwmdpink { 126 141 background-color: #f98cb6 !important; 127 142 color: black; 143 border-bottom: 1px solid #999; 128 144 } 129 145 .bwmdpurple { 130 146 background-color: #a589c1 !important; 131 147 color: black; 148 border-bottom: 1px solid #999; 132 149 } 133 150 .bwmdsteelblue { 134 151 background-color: #7589bf !important; 135 152 color: black; 153 border-bottom: 1px solid #999; 136 154 } 137 155 .bwmdblue { 138 156 background-color: #6fb7d6 !important; 139 157 color: black; 158 border-bottom: 1px solid #999; 140 159 } 141 160 .bwmdaquamarine { 142 161 background-color: #48b5a3 !important; 143 162 color: black; 163 border-bottom: 1px solid #999; 144 164 } 145 165 .bwmdseagreen { 146 166 background-color: #91d290 !important; 147 167 color: black; 168 border-bottom: 1px solid #999; 148 169 } 149 170 .bwmdgreen { 150 171 background-color: #85ca5d !important; 151 172 color: black; 173 border-bottom: 1px solid #999; 152 174 } 153 175 .bwmdyellow { 154 176 background-color: #ffed62 !important; 155 177 color: black; 178 border-bottom: 1px solid #999; 156 179 } 157 180 .bwmdsalmon { 158 181 background-color: #fca985 !important; 159 182 color: black; 183 border-bottom: 1px solid #999; 160 184 } trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css
r1067 r1068 320 320 } 321 321 #searchTable td { 322 vertical-align: top; 322 323 padding: 4px; 323 324 } … … 325 326 background: #eee; 326 327 border-bottom: 1px solid #ccc; 328 } 329 #searchTable td.relevance { 330 white-space: nowrap; 327 331 } 328 332 #searchTable .searchRelevance { trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1067 r1068 5245 5245 <xsl:variable name="recurrenceId" select="event/recurrenceId"/> 5246 5246 <tr> 5247 <td >5247 <td class="relevance"> 5248 5248 <xsl:value-of select="ceiling(number(score)*100)"/>% 5249 5249 <img src="{$resourcesRoot}/resources/spacer.gif" height="4" class="searchRelevance"> 5250 <xsl:attribute name="width"><xsl:value-of select="ceiling( number(score)*100)"/></xsl:attribute>5250 <xsl:attribute name="width"><xsl:value-of select="ceiling((number(score)*100) div 1.5)"/></xsl:attribute> 5251 5251 </img> 5252 5252 </td> trunk/deployment/webuser/webapp/resources/demoskins/default/default/subColors.css
r1067 r1068 34 34 background-color: #ffffff !important; 35 35 color: black; 36 border-bottom: 1px solid #999; 36 37 } 37 38 .bwltpink { 38 39 background-color: #fddeee !important; 39 40 color: black; 41 border-bottom: 1px solid #999; 40 42 } 41 43 .bwltpurple { 42 44 background-color: #ddd4e8 !important; 43 45 color: black; 46 border-bottom: 1px solid #999; 44 47 } 45 48 .bwltsteelblue { 46 49 background-color: #bfd5e8 !important; 47 50 color: black; 51 border-bottom: 1px solid #999; 48 52 } 49 53 .bwltblue { 50 54 background-color: #ccecef !important; 51 55 color: black; 56 border-bottom: 1px solid #999; 52 57 } 53 58 .bwltaquamarine { 54 59 background-color: #b3e2dd !important; 55 60 color: black; 61 border-bottom: 1px solid #999; 56 62 } 57 63 .bwltaquamarine { 58 64 background-color: #cfeccf !important; 59 65 color: black; 66 border-bottom: 1px solid #999; 60 67 } 61 68 .bwltgreen { 62 69 background-color: #e0f3b0 !important; 63 70 color: black; 71 border-bottom: 1px solid #999; 64 72 } 65 73 .bwltyellow { 66 74 background-color: #ffffb0 !important; 67 75 color: black; 76 border-bottom: 1px solid #999; 68 77 } 69 78 .bwltsalmon { 70 79 background-color: #feebc9 !important; 71 80 color: black; 81 border-bottom: 1px solid #999; 72 82 } 73 83 /* medium pastels */ … … 75 85 background-color: #eeeeee !important; 76 86 color: black; 87 border-bottom: 1px solid #999; 77 88 } 78 89 .bwpink { 79 90 background-color: #fbb6d1 !important; 80 91 color: black; 92 border-bottom: 1px solid #999; 81 93 } 82 94 .bwpurple { 83 95 background-color: #c1b3d7 !important; 84 96 color: black; 85 /* purple swallows up the default border color, so for this one alone,86 override it */87 97 border-bottom: 1px solid #999 !important; 88 98 } … … 90 100 background-color: #94a8d0 !important; 91 101 color: black; 102 border-bottom: 1px solid #999; 92 103 } 93 104 .bwblue { 94 105 background-color: #9acedf !important; 95 106 color: black; 107 border-bottom: 1px solid #999; 96 108 } 97 109 .bwaquamarine { 98 110 background-color: #86cfbe !important; 99 111 color: black; 112 border-bottom: 1px solid #999; 100 113 } 101 114 .bwseagreen { 102 115 background-color: #b5e1ae !important; 103 116 color: black; 117 border-bottom: 1px solid #999; 104 118 } 105 119 .bwgreen { 106 120 background-color: #bfe476 !important; 107 121 color: black; 108 /* gree swallows up the default border color, so for this one alone,109 override it */110 122 border-bottom: 1px solid #999 !important; 111 123 } … … 113 125 background-color: #fffa81 !important; 114 126 color: black; 127 border-bottom: 1px solid #999; 115 128 } 116 129 .bwsalmon { 117 130 background-color: #fdcaa2 !important; 118 131 color: black; 132 border-bottom: 1px solid #999; 119 133 } 120 134 /* dark pastels */ … … 122 136 background-color: #dddddd !important; 123 137 color: black; 138 border-bottom: 1px solid #999; 124 139 } 125 140 .bwmdpink { 126 141 background-color: #f98cb6 !important; 127 142 color: black; 143 border-bottom: 1px solid #999; 128 144 } 129 145 .bwmdpurple { 130 146 background-color: #a589c1 !important; 131 147 color: black; 148 border-bottom: 1px solid #999; 132 149 } 133 150 .bwmdsteelblue { 134 151 background-color: #7589bf !important; 135 152 color: black; 153 border-bottom: 1px solid #999; 136 154 } 137 155 .bwmdblue { 138 156 background-color: #6fb7d6 !important; 139 157 color: black; 158 border-bottom: 1px solid #999; 140 159 } 141 160 .bwmdaquamarine { 142 161 background-color: #48b5a3 !important; 143 162 color: black; 163 border-bottom: 1px solid #999; 144 164 } 145 165 .bwmdseagreen { 146 166 background-color: #91d290 !important; 147 167 color: black; 168 border-bottom: 1px solid #999; 148 169 } 149 170 .bwmdgreen { 150 171 background-color: #85ca5d !important; 151 172 color: black; 173 border-bottom: 1px solid #999; 152 174 } 153 175 .bwmdyellow { 154 176 background-color: #ffed62 !important; 155 177 color: black; 178 border-bottom: 1px solid #999; 156 179 } 157 180 .bwmdsalmon { 158 181 background-color: #fca985 !important; 159 182 color: black; 183 border-bottom: 1px solid #999; 160 184 }
