Produced by Araxis Merge on 6/9/2017 3:51:36 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Fri Jun 9 19:51:36 2017 UTC | ||
| 2 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-web\src\main\webapp\vhaoi_files\styles | top-menu-styles.css | Fri Apr 21 20:03:32 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 300 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | /* | |||||
| 2 | File.... ........: /va_files/ styles/top -menu-styl es.css | |||||
| 3 | Descript ion.....: Styles use d for the top naviga tion | |||||
| 4 | Version. ........: 1.1 | |||||
| 5 | Release Date....: December 1 9, 2005 | |||||
| 6 | ||||||
| 7 | Updates | |||||
| 8 | 1. 1 - Januar y 10, 2006 | |||||
| 9 | Adde d IFRAME s tyles to p revent sel ect boxes and embedd ed objects from show ing throug h the flyo uts | |||||
| 10 | when viewed in Internet Explorer. | |||||
| 11 | */ | |||||
| 12 | #nav-top,# nav-top ul { /* all lists */ | |||||
| 13 | pa dding: 0; | |||||
| 14 | ma rgin: 0; | |||||
| 15 | li st-style: none; | |||||
| 16 | fl oat: left; | |||||
| 17 | fo nt-size: 1 0px; | |||||
| 18 | fo nt-weight: bold; | |||||
| 19 | co lor: #FFFF FF; | |||||
| 20 | ba ckground-c olor: #2E3 A3F; | |||||
| 21 | } | |||||
| 22 | ||||||
| 23 | #nav-top h 1 { | |||||
| 24 | fo nt-size: 1 0px; | |||||
| 25 | ma rgin: 0px; | |||||
| 26 | } | |||||
| 27 | ||||||
| 28 | #nav-top h 2 { | |||||
| 29 | fo nt-size: 1 0px; | |||||
| 30 | ma rgin: 0px; | |||||
| 31 | } | |||||
| 32 | ||||||
| 33 | #nav-top a .parenttop { | |||||
| 34 | ||||||
| 35 | } | |||||
| 36 | ||||||
| 37 | #nav-top a .parenttop right { | |||||
| 38 | ||||||
| 39 | } | |||||
| 40 | ||||||
| 41 | #nav-top a { | |||||
| 42 | di splay: blo ck; | |||||
| 43 | wi dth: 10.0e m; | |||||
| 44 | } | |||||
| 45 | ||||||
| 46 | #nav-top l i { /* all list item s */ | |||||
| 47 | po sition: re lative; | |||||
| 48 | fl oat: left; | |||||
| 49 | wi dth: 11.5e m; /* widt h needed o r else Ope ra goes nu ts */ | |||||
| 50 | te xt-align: left; | |||||
| 51 | pa dding-left : 0; | |||||
| 52 | } | |||||
| 53 | ||||||
| 54 | #nav-top l i ul { /* second-lev el lists * / | |||||
| 55 | po sition: ab solute; | |||||
| 56 | le ft: -999em ; | |||||
| 57 | /* using lef t instead of display to hide m enus becau se display : none isn 't read by screen re aders */ | |||||
| 58 | ba ckground-c olor: #3D4 B51; | |||||
| 59 | wi dth: 10.0e m; | |||||
| 60 | } | |||||
| 61 | ||||||
| 62 | #nav-top l i iframe { | |||||
| 63 | po sition: ab solute; | |||||
| 64 | le ft: -999em ; | |||||
| 65 | /* using lef t instead of display to hide m enus becau se display : none isn 't read by screen re aders */ | |||||
| 66 | ba ckground-c olor: #3D4 B51; | |||||
| 67 | wi dth: 17.3e m; | |||||
| 68 | } | |||||
| 69 | ||||||
| 70 | #nav-top l i ul ul { /* third-a nd-above-l evel lists */ | |||||
| 71 | le ft: -999em ; | |||||
| 72 | ma rgin: -3.2 5em 0 0 17 .2em; | |||||
| 73 | } | |||||
| 74 | ||||||
| 75 | #nav-top l i a { | |||||
| 76 | wi dth: 10.0e m; | |||||
| 77 | /* The '\' c haracter h ides this line from all browse rs but IE */ | |||||
| 78 | di splay: blo ck; | |||||
| 79 | co lor: white ; | |||||
| 80 | te xt-decorat ion: none; | |||||
| 81 | bo rder-right : 1px soli d #6F7DA1; | |||||
| 82 | pa dding: 4px 3px 4px 1 0px; | |||||
| 83 | /* margin-bot tom: -1px; */ | |||||
| 84 | } | |||||
| 85 | ||||||
| 86 | #nav-top l i li a { | |||||
| 87 | bo rder-right : none; | |||||
| 88 | } | |||||
| 89 | ||||||
| 90 | #nav-top l i a:hover { | |||||
| 91 | co lor: white ; | |||||
| 92 | ba ckground-c olor: #3D4 B51; | |||||
| 93 | pa dding: 4px 3px 4px 1 0px; | |||||
| 94 | } | |||||
| 95 | ||||||
| 96 | #nav-top l i li a:hov er { | |||||
| 97 | ba ckground-c olor: #576 A73; | |||||
| 98 | } | |||||
| 99 | ||||||
| 100 | #nav-top l i:hover ul ul,#nav-t op li.sfho vertop ul ul { | |||||
| 101 | le ft: -999em ; | |||||
| 102 | z- index: 33; | |||||
| 103 | } | |||||
| 104 | ||||||
| 105 | #nav-top l i:hover ul ,#nav-top li:hover i frame,#nav -top li li :hover ul, #nav-top l i.sfhovert op ul,#nav -top li.sf hovertop i frame,#nav -top li li .sfhoverto p ul | |||||
| 106 | { /* lists n ested unde r hovered list items */ | |||||
| 107 | le ft: auto; | |||||
| 108 | z- index: 33; | |||||
| 109 | } | |||||
| 110 | ||||||
| 111 | #nav-top l i:hover,#n av-top li. sfhovertop { | |||||
| 112 | ba ckground-c olor: #3D4 B51; | |||||
| 113 | z- index: 33; | |||||
| 114 | } | |||||
| 115 | ||||||
| 116 | #nav-top l i li:hover ,#nav-top li li.sfho vertop { | |||||
| 117 | ba ckground-c olor: #576 A73; | |||||
| 118 | z- index: 33; | |||||
| 119 | } | |||||
| 120 | ||||||
| 121 | /********* ********** / | |||||
| 122 | /* "VERYNA RROW" STYL ES */ | |||||
| 123 | /********* ********** / | |||||
| 124 | ||||||
| 125 | /* General width set ting */ | |||||
| 126 | #nav-top a .verynarro wtop { | |||||
| 127 | wi dth: 5em; | |||||
| 128 | } | |||||
| 129 | ||||||
| 130 | #nav-top l i.verynarr owtop { /* ****/ | |||||
| 131 | wi dth: 6.3em ; | |||||
| 132 | } | |||||
| 133 | ||||||
| 134 | #nav-top l i a.veryna rrowtop { | |||||
| 135 | wi dth: 5em; | |||||
| 136 | } | |||||
| 137 | ||||||
| 138 | #nav-top l i ul.veryn arrowtop { | |||||
| 139 | wi dth: 6.2em ; | |||||
| 140 | } | |||||
| 141 | ||||||
| 142 | #nav-top l i li.veryn arrowtop { | |||||
| 143 | wi dth: 6.1em ; | |||||
| 144 | } | |||||
| 145 | ||||||
| 146 | #nav-top l i ul a.ver ynarrowtop { | |||||
| 147 | wi dth: 5em; | |||||
| 148 | } | |||||
| 149 | ||||||
| 150 | /********* ********** / | |||||
| 151 | /* "AVERAG E" STYLES */ | |||||
| 152 | /********* ********** / | |||||
| 153 | ||||||
| 154 | /* General width set ting */ | |||||
| 155 | #nav-top a .averageto p { | |||||
| 156 | wi dth: 8.6em ; | |||||
| 157 | } | |||||
| 158 | ||||||
| 159 | #nav-top l i.averaget op { | |||||
| 160 | wi dth: 10.1e m; | |||||
| 161 | } | |||||
| 162 | ||||||
| 163 | #nav-top l i a.averag etop { | |||||
| 164 | wi dth: 8.6em ; | |||||
| 165 | } | |||||
| 166 | ||||||
| 167 | #nav-top l i ul.avera getop { | |||||
| 168 | wi dth: 8.6em ; | |||||
| 169 | } | |||||
| 170 | ||||||
| 171 | /********* ********** / | |||||
| 172 | /* "NARROW " STYLES * / | |||||
| 173 | /********* ********** / | |||||
| 174 | ||||||
| 175 | /* General width set ting */ | |||||
| 176 | #nav-top a .narrowtop { | |||||
| 177 | wi dth: 7em; | |||||
| 178 | } | |||||
| 179 | ||||||
| 180 | #nav-top l i.narrowto p { | |||||
| 181 | wi dth: 8.5em ; | |||||
| 182 | } | |||||
| 183 | ||||||
| 184 | #nav-top l i a.narrow top { | |||||
| 185 | wi dth: 7em; | |||||
| 186 | } | |||||
| 187 | ||||||
| 188 | #nav-top l i ul.narro wtop { | |||||
| 189 | wi dth: 7em; | |||||
| 190 | } | |||||
| 191 | ||||||
| 192 | /********* ********** / | |||||
| 193 | /* "WIDE" STYLES */ | |||||
| 194 | /********* ********** / | |||||
| 195 | ||||||
| 196 | /* General width set ting */ | |||||
| 197 | #nav-top a .widetop { | |||||
| 198 | wi dth: 12em; | |||||
| 199 | } | |||||
| 200 | ||||||
| 201 | #nav-top l i.widetop { /*****/ | |||||
| 202 | wi dth: 13.4e m; | |||||
| 203 | } | |||||
| 204 | ||||||
| 205 | #nav-top l i a.wideto p { | |||||
| 206 | wi dth: 12em; | |||||
| 207 | } | |||||
| 208 | ||||||
| 209 | #nav-top l i ul.widet op { | |||||
| 210 | wi dth: 13.4e m; | |||||
| 211 | } | |||||
| 212 | ||||||
| 213 | #nav-top l i li.widet op { | |||||
| 214 | wi dth: 13.4e m; | |||||
| 215 | } | |||||
| 216 | ||||||
| 217 | #nav-top l i ul a.wid etop { | |||||
| 218 | wi dth: 12em; | |||||
| 219 | } | |||||
| 220 | ||||||
| 221 | /********* ********** / | |||||
| 222 | /* "WIDER" STYLES */ | |||||
| 223 | /********* ********** / | |||||
| 224 | ||||||
| 225 | /* General width set ting */ | |||||
| 226 | #nav-top a .widertop { | |||||
| 227 | wi dth: 13em; | |||||
| 228 | } | |||||
| 229 | ||||||
| 230 | #nav-top l i.widertop { /*****/ | |||||
| 231 | wi dth: 14.2e m; | |||||
| 232 | } | |||||
| 233 | ||||||
| 234 | #nav-top l i a.widert op { | |||||
| 235 | wi dth: 13em; | |||||
| 236 | } | |||||
| 237 | ||||||
| 238 | #nav-top l i ul.wider top { | |||||
| 239 | wi dth: 14.2e m; | |||||
| 240 | } | |||||
| 241 | ||||||
| 242 | #nav-top l i li.wider top { | |||||
| 243 | wi dth: 14.1e m; | |||||
| 244 | } | |||||
| 245 | ||||||
| 246 | #nav-top l i ul a.wid ertop { | |||||
| 247 | wi dth: 13em; | |||||
| 248 | } | |||||
| 249 | ||||||
| 250 | /********* ********** / | |||||
| 251 | /* "WIDEST " STYLES * / | |||||
| 252 | /********* ********** / | |||||
| 253 | ||||||
| 254 | /* General width set ting */ | |||||
| 255 | #nav-top a .widesttop { | |||||
| 256 | wi dth: 16em; | |||||
| 257 | } | |||||
| 258 | ||||||
| 259 | #nav-top l i.widestto p { | |||||
| 260 | wi dth: 17.3e m; | |||||
| 261 | } | |||||
| 262 | ||||||
| 263 | #nav-top l i a.widest top { | |||||
| 264 | wi dth: 16em; | |||||
| 265 | } | |||||
| 266 | ||||||
| 267 | #nav-top l i ul.wides ttop { | |||||
| 268 | wi dth: 17.3e m; | |||||
| 269 | } | |||||
| 270 | ||||||
| 271 | #nav-top l i li.wider top { | |||||
| 272 | wi dth: 17.1e m; | |||||
| 273 | } | |||||
| 274 | ||||||
| 275 | #nav-top l i ul a.wid ertop { | |||||
| 276 | wi dth: 16em; | |||||
| 277 | } | |||||
| 278 | ||||||
| 279 | /********* ********** / | |||||
| 280 | /* "SUPAWY DE" STYLES */ | |||||
| 281 | /********* ********** / | |||||
| 282 | ||||||
| 283 | /* General width set ting */ | |||||
| 284 | #nav-top l i a.supawy de { | |||||
| 285 | wi dth: 25em; | |||||
| 286 | } | |||||
| 287 | ||||||
| 288 | #nav-top l i ul.supaw yde { | |||||
| 289 | wi dth: 25em; | |||||
| 290 | } | |||||
| 291 | ||||||
| 292 | /* Extends the rollo ver highli ght to the right of the menu b order */ | |||||
| 293 | #nav-top l i li.supaw yde { | |||||
| 294 | wi dth: 23em; | |||||
| 295 | } | |||||
| 296 | ||||||
| 297 | /* Makes s ure the te xt extends to the ri ght of the menu bord er */ | |||||
| 298 | #nav-top l i ul a.sup awyde { | |||||
| 299 | wi dth: 24em; | |||||
| 300 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.