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 | va-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 | 505 |
| 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/va- styles.css | |||||
| 3 | Descript ion.....: Main Inter net redesi gn styles | |||||
| 4 | Version. ........: 1.1 | |||||
| 5 | Release Date....: December 1 9, 2005 | |||||
| 6 | ||||||
| 7 | Update 1 .1: | |||||
| 8 | 1-9-20 06 - Added fixed wid th to the red title bar to ens ure it doe s not exte nd beyond the banner | |||||
| 9 | when p ages are c reated tha t are larg er than th e top bann er width ( 767px). | |||||
| 10 | */ | |||||
| 11 | /* el ements */ | |||||
| 12 | body { | |||||
| 13 | margin : 0; | |||||
| 14 | paddin g: 0; | |||||
| 15 | color: #000000; | |||||
| 16 | font-f amily: Ver dana, Aria l, Helveti ca, sans-s erif; | |||||
| 17 | font-s ize: 75%; | |||||
| 18 | line-h eight: 140 %; | |||||
| 19 | text-a lign: left ; | |||||
| 20 | } | |||||
| 21 | ||||||
| 22 | h1 { | |||||
| 23 | margin : 0 0 8px 0; | |||||
| 24 | paddin g: 0; | |||||
| 25 | font-s ize: 18px; | |||||
| 26 | } | |||||
| 27 | ||||||
| 28 | h2 { | |||||
| 29 | font-s ize: 16px; | |||||
| 30 | } | |||||
| 31 | ||||||
| 32 | h3 { | |||||
| 33 | font-s ize: 14px; | |||||
| 34 | } | |||||
| 35 | ||||||
| 36 | h4 { | |||||
| 37 | font-s ize: 13px; | |||||
| 38 | } | |||||
| 39 | ||||||
| 40 | h2,h3,h4 { | |||||
| 41 | margin : 0 0 2px 0; | |||||
| 42 | paddin g: 0; | |||||
| 43 | } | |||||
| 44 | ||||||
| 45 | p { | |||||
| 46 | margin -top: 0; | |||||
| 47 | paddin g-top: 0; | |||||
| 48 | } | |||||
| 49 | ||||||
| 50 | ul { | |||||
| 51 | margin -top: 8px; | |||||
| 52 | paddin g-top: 0; | |||||
| 53 | } | |||||
| 54 | ||||||
| 55 | li { | |||||
| 56 | paddin g-bottom: 2px; | |||||
| 57 | } | |||||
| 58 | ||||||
| 59 | caption { | |||||
| 60 | font-w eight: bol d; | |||||
| 61 | text-a lign: left ; | |||||
| 62 | } | |||||
| 63 | ||||||
| 64 | label { | |||||
| 65 | margin : 0; | |||||
| 66 | paddin g: 0; | |||||
| 67 | font-s ize: 12px; | |||||
| 68 | font-w eight: bol d; | |||||
| 69 | } | |||||
| 70 | /* link s */ | |||||
| 71 | a:link { | |||||
| 72 | color: #234C9F; | |||||
| 73 | } | |||||
| 74 | ||||||
| 75 | a:active,a :visited { | |||||
| 76 | color: #891228; | |||||
| 77 | } | |||||
| 78 | ||||||
| 79 | a:hover { | |||||
| 80 | color: #4CA8FF; | |||||
| 81 | } | |||||
| 82 | ||||||
| 83 | /* ma jor sectio ns of the template */ | |||||
| 84 | #container { | |||||
| 85 | ||||||
| 86 | } | |||||
| 87 | /* skip link */ | |||||
| 88 | #skiplink a { | |||||
| 89 | width: 0; | |||||
| 90 | positi on: absolu te; | |||||
| 91 | overfl ow: hidden ; | |||||
| 92 | height : 0; | |||||
| 93 | } | |||||
| 94 | ||||||
| 95 | #skiplink a:active,# skiplink a :focus { | |||||
| 96 | width: auto; | |||||
| 97 | paddin g: 3px 5px 5px; | |||||
| 98 | border : 1px soli d #FFFFFF; | |||||
| 99 | backgr ound-color : #666666; | |||||
| 100 | color: #FFFFFF; | |||||
| 101 | font-w eight: bol d; | |||||
| 102 | font-s ize: 13px; | |||||
| 103 | positi on: absolu te; | |||||
| 104 | overfl ow: visibl e; | |||||
| 105 | height : auto; | |||||
| 106 | top: 3 px; | |||||
| 107 | left: 3px; | |||||
| 108 | z-inde x: 5; | |||||
| 109 | } | |||||
| 110 | /* he ader/nav */ | |||||
| 111 | #container -header { | |||||
| 112 | ||||||
| 113 | } | |||||
| 114 | ||||||
| 115 | #branding { | |||||
| 116 | ||||||
| 117 | } | |||||
| 118 | ||||||
| 119 | #search-bg { | |||||
| 120 | margin : 0; | |||||
| 121 | paddin g: 0; | |||||
| 122 | width: 100%; | |||||
| 123 | text-a lign: left ; | |||||
| 124 | height : 41px; | |||||
| 125 | } | |||||
| 126 | ||||||
| 127 | #seal { | |||||
| 128 | margin : 0; | |||||
| 129 | paddin g: 0; | |||||
| 130 | positi on: absolu te; | |||||
| 131 | top: 0 ; | |||||
| 132 | left: 0; | |||||
| 133 | z-inde x: 1; | |||||
| 134 | } | |||||
| 135 | ||||||
| 136 | #branding- photos { | |||||
| 137 | height : 94px; | |||||
| 138 | } | |||||
| 139 | ||||||
| 140 | #search { | |||||
| 141 | text-a lign: righ t; | |||||
| 142 | margin : 0; | |||||
| 143 | paddin g: 2px 5px 0px 1px; | |||||
| 144 | /* fl oat: right ; */ | |||||
| 145 | backgr ound-color : #2E3A3F; | |||||
| 146 | } | |||||
| 147 | ||||||
| 148 | #search fo rm { | |||||
| 149 | paddin g: 0; | |||||
| 150 | margin : 0; | |||||
| 151 | } | |||||
| 152 | ||||||
| 153 | #search #s earchtxt { | |||||
| 154 | border : 1px soli d #666666; | |||||
| 155 | font-s ize: 9px; | |||||
| 156 | } | |||||
| 157 | ||||||
| 158 | #search #s earchbtn { | |||||
| 159 | margin -left: 0; | |||||
| 160 | font-s ize: 9px; | |||||
| 161 | } | |||||
| 162 | ||||||
| 163 | /* navb ar */ | |||||
| 164 | #nav-sideb ar { | |||||
| 165 | width: auto; | |||||
| 166 | backgr ound-color : #1E2D54; | |||||
| 167 | /* bor der-top: 1 px solid w hite; */ | |||||
| 168 | z-inde x: 1; | |||||
| 169 | vertic al-align: top; | |||||
| 170 | } | |||||
| 171 | ||||||
| 172 | #nav-main { | |||||
| 173 | width: 100%; | |||||
| 174 | backgr ound-color : #2E3A3F; | |||||
| 175 | left: 0; | |||||
| 176 | z-inde x: 21; | |||||
| 177 | color: #FFFFFF; | |||||
| 178 | font-w eight: bol d; | |||||
| 179 | margin : 0; | |||||
| 180 | paddin g: 0 0px 0 0; | |||||
| 181 | } | |||||
| 182 | /* | |||||
| 183 | #nav-foote r { | |||||
| 184 | margin : 0; | |||||
| 185 | paddin g: 6px 20p x 10px 20p x; | |||||
| 186 | border -top: 1px solid #000 000; | |||||
| 187 | width: 571px; | |||||
| 188 | backgr ound-color : #Fff; | |||||
| 189 | color: #6a6a6a; | |||||
| 190 | font-s ize: 11px; | |||||
| 191 | line-h eight: 1.6 em; | |||||
| 192 | } | |||||
| 193 | */ | |||||
| 194 | #nav-foote r { | |||||
| 195 | font-s ize: 11px; | |||||
| 196 | font-w eight: nor mal; | |||||
| 197 | } | |||||
| 198 | ||||||
| 199 | ||||||
| 200 | #nav-foote r a:link,# nav-footer a:active, #nav-foote r a:visite d { | |||||
| 201 | color: #101863; | |||||
| 202 | text-d ecoration: none; | |||||
| 203 | } | |||||
| 204 | ||||||
| 205 | #nav-foote r a:hover { | |||||
| 206 | text-d ecoration: underline ; | |||||
| 207 | } | |||||
| 208 | ||||||
| 209 | #nav-revie w { | |||||
| 210 | margin : 0; | |||||
| 211 | paddin g: 6px 20p x 10px 20p x; | |||||
| 212 | width: 551px; | |||||
| 213 | backgr ound-color : #ffffff; | |||||
| 214 | color: #666666; | |||||
| 215 | font-s ize: 11px; | |||||
| 216 | line-h eight: 1.6 em; | |||||
| 217 | } | |||||
| 218 | ||||||
| 219 | #nav-discl aimer { | |||||
| 220 | margin : 0; | |||||
| 221 | paddin g: 6px 20p x 10px 20p x; | |||||
| 222 | width: 551px; | |||||
| 223 | backgr ound-color : #ffffff; | |||||
| 224 | color: #666666; | |||||
| 225 | font-s ize: 11px; | |||||
| 226 | line-h eight: 1.6 em; | |||||
| 227 | } | |||||
| 228 | ||||||
| 229 | #nav-pocli st { | |||||
| 230 | margin : 0; | |||||
| 231 | paddin g: 6px 20p x 10px 20p x; | |||||
| 232 | width: 551px; | |||||
| 233 | backgr ound-color : #ffffff; | |||||
| 234 | color: #666666; | |||||
| 235 | font-s ize: 11px; | |||||
| 236 | line-h eight: 1.6 em; | |||||
| 237 | } | |||||
| 238 | ||||||
| 239 | /* end navbar */ | |||||
| 240 | /* su b sections */ | |||||
| 241 | /* ma in content */ | |||||
| 242 | #vista-log o-sidebar { | |||||
| 243 | width: 13.5em; | |||||
| 244 | backgr ound-color : #1E2D54; | |||||
| 245 | border -top: 1px solid whit e; | |||||
| 246 | z-inde x: 1; | |||||
| 247 | vertic al-align: top; | |||||
| 248 | } | |||||
| 249 | ||||||
| 250 | #content { | |||||
| 251 | border -left: 1px solid whi te; | |||||
| 252 | border -top: 1px solid whit e; | |||||
| 253 | backgr ound-color : white; | |||||
| 254 | vertic al-align: top; | |||||
| 255 | width: 100%; | |||||
| 256 | } | |||||
| 257 | ||||||
| 258 | #content-v a { | |||||
| 259 | border -left: 1px solid whi te; | |||||
| 260 | border -top: 1px solid whit e; | |||||
| 261 | backgr ound-color : white; | |||||
| 262 | vertic al-align: top; | |||||
| 263 | width: 100%; | |||||
| 264 | } | |||||
| 265 | ||||||
| 266 | #content-m ain { | |||||
| 267 | width: 100%; | |||||
| 268 | paddin g-left: 20 px; | |||||
| 269 | } | |||||
| 270 | ||||||
| 271 | #content-m ain h2 { | |||||
| 272 | margin : 32px 0 1 0px 0; | |||||
| 273 | } | |||||
| 274 | ||||||
| 275 | #content-h ot-topic-t itle p { | |||||
| 276 | paddin g: 15px 25 px 6px 21p x; | |||||
| 277 | border -bottom: 1 px solid # 000000; | |||||
| 278 | backgr ound-color : #6B1424; | |||||
| 279 | color: #FFFFFF; | |||||
| 280 | font-s ize: 12px; | |||||
| 281 | font-f amily: Ver dana, Gene va, Arial, Helvetica , sans-ser if; | |||||
| 282 | font-v ariant: sm all-caps; | |||||
| 283 | font-w eight: bol d; | |||||
| 284 | letter -spacing: 1px; | |||||
| 285 | margin : 0 0 2px 0; | |||||
| 286 | } | |||||
| 287 | ||||||
| 288 | #content-h ot-topic { | |||||
| 289 | paddin g: 6px 10p x 6px 20px ; | |||||
| 290 | border -right: 1p x solid #B 2B2B2; | |||||
| 291 | border -bottom: 1 px solid # B2B2B2; | |||||
| 292 | backgr ound-color : #F8F3E2; | |||||
| 293 | vertic al-align: top; | |||||
| 294 | } | |||||
| 295 | ||||||
| 296 | #content-f eatured-ti tle p { | |||||
| 297 | paddin g: 15px 25 px 6px 21p x; | |||||
| 298 | border -bottom: 1 px solid # 000000; | |||||
| 299 | backgr ound-color : #6B1424; | |||||
| 300 | color: #FFFFFF; | |||||
| 301 | font-s ize: 12px; | |||||
| 302 | font-f amily: Ver dana, Gene va, Arial, Helvetica , sans-ser if; | |||||
| 303 | font-v ariant: sm all-caps; | |||||
| 304 | font-w eight: bol d; | |||||
| 305 | letter -spacing: 1px; | |||||
| 306 | margin : 0 0 2px 0; | |||||
| 307 | } | |||||
| 308 | ||||||
| 309 | #content-f eatured { | |||||
| 310 | paddin g: 6px 10p x 6px 20px ; | |||||
| 311 | border -right: 1p x solid #B 2B2B2; | |||||
| 312 | border -bottom: 1 px solid # B2B2B2; | |||||
| 313 | vertic al-align: top; | |||||
| 314 | } | |||||
| 315 | ||||||
| 316 | #content-r eturning-s pecial-wra pper { | |||||
| 317 | width: 100%; | |||||
| 318 | backgr ound-color : #E5E5E5; | |||||
| 319 | } | |||||
| 320 | ||||||
| 321 | #content-r eturning-v eterans { | |||||
| 322 | border -top: 10px solid #33 3C63; | |||||
| 323 | border -right: 1p x solid wh ite; | |||||
| 324 | paddin g: 5px 10p x 10px 20p x !importa nt; | |||||
| 325 | paddin g-right: 1 0px; | |||||
| 326 | width: 378px; | |||||
| 327 | backgr ound-color : #E5E5E5; | |||||
| 328 | vertic al-align: top; | |||||
| 329 | } | |||||
| 330 | ||||||
| 331 | #content-r eturning-v eterans h2 { | |||||
| 332 | font-s ize: 12px; | |||||
| 333 | font-w eight: bol d; | |||||
| 334 | } | |||||
| 335 | ||||||
| 336 | #content-r eturning-v eterans li { | |||||
| 337 | margin -left: -40 px; | |||||
| 338 | list-s tyle-type: none; | |||||
| 339 | } | |||||
| 340 | ||||||
| 341 | #content-s pecial-pro grams { | |||||
| 342 | border -top: 10px solid #33 3C63; /* border: 1p x solid #9 99;*/ | |||||
| 343 | paddin g: 5px 10p x 10px 10p x; | |||||
| 344 | width: 100%; | |||||
| 345 | backgr ound-color : inherit; | |||||
| 346 | vertic al-align: top; | |||||
| 347 | } | |||||
| 348 | ||||||
| 349 | #content-s pecial-pro grams h2 { | |||||
| 350 | font-s ize: 12px; | |||||
| 351 | font-w eight: bol d; | |||||
| 352 | } | |||||
| 353 | ||||||
| 354 | #content-s pecial-pro grams li { | |||||
| 355 | margin -left: -40 px; | |||||
| 356 | list-s tyle-type: none; | |||||
| 357 | } | |||||
| 358 | ||||||
| 359 | #content-b enefits-bo oklet { | |||||
| 360 | border -top: 1px solid #FFF FFF; | |||||
| 361 | paddin g: 5px 10p x 10px 10p x; | |||||
| 362 | } | |||||
| 363 | ||||||
| 364 | #content-b enefits-bo oklet li { | |||||
| 365 | margin -left: -40 px; | |||||
| 366 | list-s tyle-type: none; | |||||
| 367 | } | |||||
| 368 | ||||||
| 369 | #content-f ooter { | |||||
| 370 | width: 617px; | |||||
| 371 | } | |||||
| 372 | ||||||
| 373 | #lastdate { | |||||
| 374 | text-a lign: left ; | |||||
| 375 | color: #666666; | |||||
| 376 | font-f amily: Ver dana, Aria l, Helveti ca, sans-s erif; | |||||
| 377 | font-s ize: 70%; | |||||
| 378 | } | |||||
| 379 | ||||||
| 380 | /* cl asses */ | |||||
| 381 | .nav-secti on-hdr { | |||||
| 382 | margin : 0; | |||||
| 383 | border : 0; | |||||
| 384 | paddin g: 0; | |||||
| 385 | } | |||||
| 386 | ||||||
| 387 | .title-bar { | |||||
| 388 | width: 99%; | |||||
| 389 | paddin g: 15px 0% 5px 1%; | |||||
| 390 | border -bottom: 1 px solid # 000000; | |||||
| 391 | backgr ound-color : #6B1424; | |||||
| 392 | color: #FFFFFF; | |||||
| 393 | font-s ize: 16px; | |||||
| 394 | font-f amily: Ver dana, Gene va, Arial, Helvetica , sans-ser if; | |||||
| 395 | font-v ariant: sm all-caps; | |||||
| 396 | font-w eight: bol d; | |||||
| 397 | letter -spacing: 1px; | |||||
| 398 | } | |||||
| 399 | ||||||
| 400 | .page-titl e { | |||||
| 401 | font-s ize: 125%; | |||||
| 402 | font-w eight: bol d; | |||||
| 403 | } | |||||
| 404 | ||||||
| 405 | .img-hm-1 { | |||||
| 406 | paddin g: 8px 8px 8px 0px; | |||||
| 407 | border : 0; | |||||
| 408 | } | |||||
| 409 | ||||||
| 410 | .img-hm-2 { | |||||
| 411 | paddin g: 8px; | |||||
| 412 | border : 0; | |||||
| 413 | } | |||||
| 414 | ||||||
| 415 | .continue- story { | |||||
| 416 | ||||||
| 417 | } | |||||
| 418 | ||||||
| 419 | .container -list { | |||||
| 420 | width: 80%; | |||||
| 421 | } | |||||
| 422 | /* data tables */ | |||||
| 423 | .data-tabl e { | |||||
| 424 | margin -bottom: 1 2px; | |||||
| 425 | backgr ound-color : #CCCCCC; | |||||
| 426 | } | |||||
| 427 | ||||||
| 428 | .data-tabl e caption { | |||||
| 429 | margin -bottom: 2 px; | |||||
| 430 | font-f amily: Ver dana, Aria l, Helveti ca, sans-s erif; | |||||
| 431 | font-s ize: 13px; | |||||
| 432 | font-w eight: bol d; | |||||
| 433 | text-a lign: left ; | |||||
| 434 | } | |||||
| 435 | ||||||
| 436 | .data-tabl e th { | |||||
| 437 | paddin g: 3px; | |||||
| 438 | backgr ound-color : #FFFFFF; | |||||
| 439 | font-s ize: 12px; | |||||
| 440 | vertic al-align: top; | |||||
| 441 | } | |||||
| 442 | ||||||
| 443 | .data-tabl e td { | |||||
| 444 | paddin g: 3px; | |||||
| 445 | backgr ound-color : #FFFFFF; | |||||
| 446 | font-s ize: 12px; | |||||
| 447 | vertic al-align: top; | |||||
| 448 | } | |||||
| 449 | ||||||
| 450 | .data-tabl e td p { | |||||
| 451 | font-s ize: 12px; | |||||
| 452 | } | |||||
| 453 | ||||||
| 454 | .data-tabl e td li { | |||||
| 455 | font-s ize: 12px; | |||||
| 456 | } | |||||
| 457 | ||||||
| 458 | /* foot er */ | |||||
| 459 | .site-foot er { | |||||
| 460 | margin : 0; | |||||
| 461 | width: 100%; | |||||
| 462 | backgr ound-color : #FFFFFF; | |||||
| 463 | color: #999999; | |||||
| 464 | font-s ize: 11px; | |||||
| 465 | line-h eight: 1.6 em; | |||||
| 466 | } | |||||
| 467 | ||||||
| 468 | .site-foot er a:link, .site-foot er a:activ e,.site-fo oter a:vis ited { | |||||
| 469 | color: #101863; | |||||
| 470 | text-d ecoration: none; | |||||
| 471 | } | |||||
| 472 | ||||||
| 473 | .site-foot er a:hover { | |||||
| 474 | text-d ecoration: underline ; | |||||
| 475 | } | |||||
| 476 | ||||||
| 477 | /* spec ial */ | |||||
| 478 | .inset { | |||||
| 479 | margin : 20px 20p x 30px 20p x; | |||||
| 480 | width: 180px; | |||||
| 481 | } | |||||
| 482 | ||||||
| 483 | .inset-pho to { | |||||
| 484 | border : 2px soli d #470808; | |||||
| 485 | width: 180px; | |||||
| 486 | } | |||||
| 487 | ||||||
| 488 | .inset-pho to-vert { | |||||
| 489 | border : 2px soli d #470808; | |||||
| 490 | width: 155px; | |||||
| 491 | } | |||||
| 492 | ||||||
| 493 | .inset-pho to-caption { | |||||
| 494 | font-s ize: 86%; | |||||
| 495 | width: 180px; | |||||
| 496 | } | |||||
| 497 | ||||||
| 498 | .inset-pho to-caption p { | |||||
| 499 | margin -top: 3px; | |||||
| 500 | margin -bottom: 1 0px; | |||||
| 501 | } | |||||
| 502 | ||||||
| 503 | .hideme { | |||||
| 504 | displa y: none; | |||||
| 505 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.