OLD | NEW |
1 html { | 1 html { |
2 /* This is needed because of chrome://theme/css/new_tab.css */ | 2 /* This is needed because of chrome://theme/css/new_tab.css */ |
3 height: 100%; | 3 height: 100%; |
4 } | 4 } |
5 | 5 |
6 body { | 6 body { |
7 margin: 0; | 7 margin: 0; |
8 } | 8 } |
9 | 9 |
10 #main { | 10 #main { |
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 display: block; | 394 display: block; |
395 line-height: 20px; | 395 line-height: 20px; |
396 -webkit-box-sizing: border-box; | 396 -webkit-box-sizing: border-box; |
397 white-space: nowrap; | 397 white-space: nowrap; |
398 overflow: hidden; | 398 overflow: hidden; |
399 text-overflow: ellipsis; | 399 text-overflow: ellipsis; |
400 text-decoration: none; | 400 text-decoration: none; |
401 font-size: 100%; | 401 font-size: 100%; |
402 } | 402 } |
403 | 403 |
| 404 .item:visited, |
| 405 .item:link { |
| 406 color: hsl(213, 90%, 24%); |
| 407 } |
| 408 |
404 html[dir='rtl'] .item { | 409 html[dir='rtl'] .item { |
405 background-position-x: 100%; | 410 background-position-x: 100%; |
406 padding-right: 18px; | 411 padding-right: 18px; |
407 padding-left: 2px; | 412 padding-left: 2px; |
408 text-align: right; | 413 text-align: right; |
409 } | 414 } |
410 | 415 |
411 .tips-title { | 416 .tips-title { |
412 color: black; | 417 color: black; |
413 text-decoration: none; | 418 text-decoration: none; |
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
711 } | 716 } |
712 | 717 |
713 #t3, #t7 { | 718 #t3, #t7 { |
714 left: 534px; | 719 left: 534px; |
715 } | 720 } |
716 | 721 |
717 #t4, #t5, #t6, #t7 { | 722 #t4, #t5, #t6, #t7 { |
718 top: 147px; | 723 top: 147px; |
719 } | 724 } |
720 } | 725 } |
OLD | NEW |