LEFT | RIGHT |
1 /* | 1 /* |
2 * This file is part of Adblock Plus <https://adblockplus.org/>, | 2 * This file is part of Adblock Plus <https://adblockplus.org/>, |
3 * Copyright (C) 2006-2016 Eyeo GmbH | 3 * Copyright (C) 2006-2016 Eyeo GmbH |
4 * | 4 * |
5 * Adblock Plus is free software: you can redistribute it and/or modify | 5 * Adblock Plus is free software: you can redistribute it and/or modify |
6 * it under the terms of the GNU General Public License version 3 as | 6 * it under the terms of the GNU General Public License version 3 as |
7 * published by the Free Software Foundation. | 7 * published by the Free Software Foundation. |
8 * | 8 * |
9 * Adblock Plus is distributed in the hope that it will be useful, | 9 * Adblock Plus is distributed in the hope that it will be useful, |
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 } | 381 } |
382 | 382 |
383 .table.cols | 383 .table.cols |
384 { | 384 { |
385 border-bottom: 1px solid #CDCDCD; | 385 border-bottom: 1px solid #CDCDCD; |
386 border-top: 1px solid #CDCDCD; | 386 border-top: 1px solid #CDCDCD; |
387 } | 387 } |
388 | 388 |
389 button[disabled="true"] | 389 button[disabled="true"] |
390 { | 390 { |
| 391 border-radius: 2px; |
391 background-color: #ccc; | 392 background-color: #ccc; |
392 border-radius: 2px; | |
393 } | 393 } |
394 | 394 |
395 .table button.delete | 395 .table button.delete |
396 { | 396 { |
397 background-color: transparent; | 397 background-color: transparent; |
398 background-position: -9px -32px; | 398 background-position: -9px -32px; |
399 border: 0px; | 399 border: 0px; |
400 height: 10px; | 400 height: 10px; |
401 margin-top: 5px; | 401 margin-top: 5px; |
402 -moz-margin-end: 20px; | 402 -moz-margin-end: 20px; |
(...skipping 15 matching lines...) Expand all Loading... |
418 { | 418 { |
419 display: flex; | 419 display: flex; |
420 margin-bottom: 0px; | 420 margin-bottom: 0px; |
421 padding: 0px; | 421 padding: 0px; |
422 } | 422 } |
423 | 423 |
424 .tabs.horizontal li | 424 .tabs.horizontal li |
425 { | 425 { |
426 display: inline-block; | 426 display: inline-block; |
427 border-bottom: 1px solid #A1A1A1; | 427 border-bottom: 1px solid #A1A1A1; |
| 428 padding: 10px 46px; |
428 color: #3A7BA6; | 429 color: #3A7BA6; |
429 padding: 10px 46px; | |
430 text-align: center; | 430 text-align: center; |
431 } | 431 } |
432 | 432 |
433 .icon, | 433 .icon, |
434 button[role="checkbox"], | 434 button[role="checkbox"], |
435 .table button.delete, | 435 .table button.delete, |
436 #content-help a::before, | 436 #content-help a::before, |
437 #dialog-close::before, | 437 #dialog-close::before, |
438 #custom-filters-add button::after, | 438 #custom-filters-add button::after, |
439 #dialog-body button::before, | 439 #dialog-body button::before, |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
630 { | 630 { |
631 display: inline-block; | 631 display: inline-block; |
632 } | 632 } |
633 | 633 |
634 #all-filter-lists .table li | 634 #all-filter-lists .table li |
635 { | 635 { |
636 padding-left: 16px; | 636 padding-left: 16px; |
637 padding-right: 16px; | 637 padding-right: 16px; |
638 } | 638 } |
639 | 639 |
640 #all-filter-lists .table li > span:first-of-type | 640 #all-filter-lists .table li > div |
641 { | 641 { |
642 display: inline-block; | 642 display: flex; |
643 width: 330px; | 643 width: 330px; |
644 } | 644 } |
645 | 645 |
646 .table-header | 646 .table-header |
647 { | 647 { |
648 display: flex; | 648 display: flex; |
649 } | 649 } |
650 | 650 |
651 #filter-lists h3 | 651 #filter-lists h3 |
652 { | 652 { |
(...skipping 26 matching lines...) Expand all Loading... |
679 border-top: none; | 679 border-top: none; |
680 } | 680 } |
681 | 681 |
682 #all-filter-lists .controls button | 682 #all-filter-lists .controls button |
683 { | 683 { |
684 margin-top: 14px; | 684 margin-top: 14px; |
685 } | 685 } |
686 | 686 |
687 #all-filter-lists .arrow | 687 #all-filter-lists .arrow |
688 { | 688 { |
| 689 position: relative; |
| 690 margin: auto 6px; |
689 border-style: none; | 691 border-style: none; |
690 padding: 0px; | 692 padding: 0px; |
691 width: 6px; | 693 width: 6px; |
692 height: 4px; | 694 height: 4px; |
693 margin: 0px; | |
694 background-color: transparent; | |
695 background-position: -1px -54px; | 695 background-position: -1px -54px; |
696 cursor: pointer; | 696 cursor: pointer; |
697 } | 697 } |
698 | 698 |
699 #all-filter-lists .table li:last-of-type a | 699 #all-filter-lists .table li:last-of-type a |
700 { | 700 { |
701 color: #3A7BA6; | 701 color: #3A7BA6; |
702 text-decoration: none; | 702 text-decoration: none; |
703 cursor: pointer; | 703 cursor: pointer; |
704 } | 704 } |
705 | 705 |
706 #all-filter-lists .table li:last-of-type span:last-child | 706 #all-filter-lists .table li:last-of-type > span:last-child |
707 { | 707 { |
708 -webkit-margin-start: auto; | 708 -webkit-margin-start: auto; |
709 -moz-margin-start: auto; | 709 -moz-margin-start: auto; |
| 710 } |
| 711 |
| 712 #all-filter-lists li.show-message .date, |
| 713 #all-filter-lists li.show-message .time, |
| 714 #all-filter-lists li:not(.show-message) .message |
| 715 { |
| 716 display: none; |
710 } | 717 } |
711 | 718 |
712 .date::before | 719 .date::before |
713 { | 720 { |
714 content: ""; | 721 content: ""; |
715 -webkit-margin-end: 6px; | 722 -webkit-margin-end: 6px; |
716 -moz-margin-end: 6px; | 723 -moz-margin-end: 6px; |
717 height: 12px; | 724 height: 12px; |
718 width: 12px; | 725 width: 12px; |
719 background-position: -7px -49px; | 726 background-position: -7px -49px; |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
939 .tooltip:not(:hover) > div[role="tooltip"], | 946 .tooltip:not(:hover) > div[role="tooltip"], |
940 div[role="tooltip"]:hover | 947 div[role="tooltip"]:hover |
941 { | 948 { |
942 visibility: hidden; | 949 visibility: hidden; |
943 opacity: 0; | 950 opacity: 0; |
944 -webkit-transition-delay: 0ms; | 951 -webkit-transition-delay: 0ms; |
945 transition-delay: 0ms; | 952 transition-delay: 0ms; |
946 } | 953 } |
947 | 954 |
948 div[role="tooltip"]::before, | 955 div[role="tooltip"]::before, |
949 div.context-menu-container::before | 956 div.context-menu::before |
950 { | 957 { |
951 background-image: url(options-sprite.png); | 958 background-image: url(options-sprite.png); |
952 background-position: -8px -42px; | 959 background-position: -8px -42px; |
953 content: ""; | 960 content: ""; |
954 height: 6px; | 961 height: 6px; |
955 position: absolute; | 962 position: absolute; |
956 top: -6px; | 963 top: -6px; |
957 width: 14px; | 964 width: 14px; |
958 left: 30px; | 965 left: 30px; |
959 } | 966 } |
960 | 967 |
961 div.context-menu-container | 968 div.context-menu |
962 { | 969 { |
963 position: absolute; | 970 position: absolute; |
964 top: 25px; | 971 top: 16px; |
965 z-index: 1; | 972 z-index: 1; |
966 visibility: hidden; | 973 visibility: hidden; |
967 } | 974 } |
968 | 975 |
969 li.show-context-menu div.context-menu-container | 976 div.context-menu::before |
970 { | |
971 visibility: visible; | |
972 } | |
973 | |
974 div.context-menu-container::before | |
975 { | 977 { |
976 left: -4px; | 978 left: -4px; |
977 } | 979 } |
978 | 980 |
979 html[dir="rtl"] div.context-menu-container::before | 981 html[dir="rtl"] div.context-menu::before |
980 { | 982 { |
981 left: inherit; | 983 left: inherit; |
982 right: -4px; | 984 right: -4px; |
983 } | 985 } |
984 | 986 |
985 .context-menu div.context-menu-container > div | 987 div.context-menu .content |
986 { | 988 { |
987 position: relative; | 989 position: relative; |
988 left: calc(-50% + 2px); | 990 left: calc(-50% + 2px); |
| 991 border-radius: 3px; |
| 992 padding: 4px 10px; |
989 background-color: rgba(45, 45, 45, 0.95); | 993 background-color: rgba(45, 45, 45, 0.95); |
990 padding: 4px 10px; | 994 cursor: default; |
991 border-radius: 3px; | 995 } |
992 } | 996 |
993 | 997 html[dir="rtl"] div.context-menu .content |
994 html[dir="rtl"] div.context-menu-container > div | |
995 { | 998 { |
996 left: inherit; | 999 left: inherit; |
997 right: -50%; | 1000 right: -50%; |
998 } | 1001 } |
999 | 1002 |
1000 div.context-menu-container > div a::before | 1003 li.show-context-menu div.context-menu |
| 1004 { |
| 1005 visibility: visible; |
| 1006 } |
| 1007 |
| 1008 div.context-menu > div a::before |
1001 { | 1009 { |
1002 content: ""; | 1010 content: ""; |
1003 -moz-margin-end: 8px; | 1011 -moz-margin-end: 8px; |
1004 -webkit-margin-end: 8px; | 1012 -webkit-margin-end: 8px; |
1005 } | 1013 } |
1006 | 1014 |
1007 div.context-menu-container > div a | 1015 div.context-menu > div a |
1008 { | 1016 { |
1009 display: block; | 1017 display: block; |
1010 text-decoration: none; | |
1011 padding: 7px 4px; | 1018 padding: 7px 4px; |
1012 border-bottom: 1px solid #CDCDCD; | 1019 border-bottom: 1px solid #CDCDCD; |
| 1020 text-decoration: none; |
1013 cursor: pointer; | 1021 cursor: pointer; |
1014 vertical-align: middle; | 1022 vertical-align: middle; |
1015 } | 1023 } |
1016 | 1024 |
1017 div.context-menu-container > div a:before | 1025 div.context-menu > div a::before |
1018 { | 1026 { |
1019 vertical-align: middle; | 1027 vertical-align: middle; |
1020 height: 16px; | 1028 height: 16px; |
1021 width: 16px; | 1029 width: 16px; |
1022 } | 1030 } |
1023 | 1031 |
1024 div.context-menu-container > div a:last-child | 1032 div.context-menu > div a:last-child |
1025 { | 1033 { |
1026 border: none; | 1034 border: none; |
1027 } | 1035 } |
1028 | 1036 |
1029 .context-menu .update-now::before | 1037 .context-menu .update-subscription::before |
1030 { | 1038 { |
1031 background-position: -38px -31px; | 1039 background-position: -38px -31px; |
1032 } | 1040 } |
1033 | 1041 |
1034 .context-menu .website::before | 1042 .context-menu .website::before |
1035 { | 1043 { |
1036 background-position: -33px -47px; | 1044 background-position: -33px -47px; |
1037 } | 1045 } |
1038 | 1046 |
1039 .context-menu .source::before | 1047 .context-menu .source::before |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1304 #other-language .button-add::before | 1312 #other-language .button-add::before |
1305 { | 1313 { |
1306 display: none; | 1314 display: none; |
1307 } | 1315 } |
1308 | 1316 |
1309 #other-language .display | 1317 #other-language .display |
1310 { | 1318 { |
1311 -webkit-margin-start: 10px; | 1319 -webkit-margin-start: 10px; |
1312 -moz-margin-start: 10px; | 1320 -moz-margin-start: 10px; |
1313 } | 1321 } |
LEFT | RIGHT |