Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c4f6e57a

Přidáno uživatelem Adam Mištera před asi 4 roky(ů)

Issue #7848 @3h
[+] Vizualizace hlavní stránky

Zobrazit rozdíly:

public/css/app.css
18 18
  --green: #38c172;
19 19
  --teal: #4dc0b5;
20 20
  --cyan: #6cb2eb;
21
  --white: #fff;
21
  --white: #ffff;
22 22
  --gray: #6c757d;
23 23
  --gray-dark: #343a40;
24 24
  --primary: #3490dc;
......
546 546
kbd {
547 547
  padding: 0.2rem 0.4rem;
548 548
  font-size: 87.5%;
549
  color: #fff;
549
  color: #ffff;
550 550
  background-color: #212529;
551 551
  border-radius: 0.2rem;
552 552
}
......
2049 2049
}
2050 2050

  
2051 2051
.table .thead-dark th {
2052
  color: #fff;
2052
  color: #ffff;
2053 2053
  background-color: #343a40;
2054 2054
  border-color: #454d55;
2055 2055
}
......
2061 2061
}
2062 2062

  
2063 2063
.table-dark {
2064
  color: #fff;
2064
  color: #ffff;
2065 2065
  background-color: #343a40;
2066 2066
}
2067 2067

  
......
2080 2080
}
2081 2081

  
2082 2082
.table-dark.table-hover tbody tr:hover {
2083
  color: #fff;
2083
  color: #ffff;
2084 2084
  background-color: rgba(255, 255, 255, 0.075);
2085 2085
}
2086 2086

  
......
2156 2156
  font-weight: 400;
2157 2157
  line-height: 1.6;
2158 2158
  color: #495057;
2159
  background-color: #fff;
2159
  background-color: #ffff;
2160 2160
  background-clip: padding-box;
2161 2161
  border: 1px solid #ced4da;
2162 2162
  border-radius: 0.25rem;
......
2181 2181

  
2182 2182
.form-control:focus {
2183 2183
  color: #495057;
2184
  background-color: #fff;
2184
  background-color: #ffff;
2185 2185
  border-color: #a1cbef;
2186 2186
  outline: 0;
2187 2187
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
......
2220 2220

  
2221 2221
select.form-control:focus::-ms-value {
2222 2222
  color: #495057;
2223
  background-color: #fff;
2223
  background-color: #ffff;
2224 2224
}
2225 2225

  
2226 2226
.form-control-file,
......
2370 2370
  margin-top: 0.1rem;
2371 2371
  font-size: 0.7875rem;
2372 2372
  line-height: 1.6;
2373
  color: #fff;
2373
  color: #ffff;
2374 2374
  background-color: rgba(56, 193, 114, 0.9);
2375 2375
  border-radius: 0.25rem;
2376 2376
}
......
2408 2408
.custom-select.is-valid {
2409 2409
  border-color: #38c172;
2410 2410
  padding-right: calc(0.75em + 2.3125rem);
2411
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
2411
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
2412 2412
}
2413 2413

  
2414 2414
.was-validated .custom-select:valid:focus,
......
2484 2484
  margin-top: 0.1rem;
2485 2485
  font-size: 0.7875rem;
2486 2486
  line-height: 1.6;
2487
  color: #fff;
2487
  color: #ffff;
2488 2488
  background-color: rgba(227, 52, 47, 0.9);
2489 2489
  border-radius: 0.25rem;
2490 2490
}
......
2522 2522
.custom-select.is-invalid {
2523 2523
  border-color: #e3342f;
2524 2524
  padding-right: calc(0.75em + 2.3125rem);
2525
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
2525
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e") #ffff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
2526 2526
}
2527 2527

  
2528 2528
.was-validated .custom-select:invalid:focus,
......
2695 2695
}
2696 2696

  
2697 2697
.btn-primary {
2698
  color: #fff;
2698
  color: #ffff;
2699 2699
  background-color: #3490dc;
2700 2700
  border-color: #3490dc;
2701 2701
}
2702 2702

  
2703 2703
.btn-primary:hover {
2704
  color: #fff;
2704
  color: #ffff;
2705 2705
  background-color: #227dc7;
2706 2706
  border-color: #2176bd;
2707 2707
}
2708 2708

  
2709 2709
.btn-primary:focus,
2710 2710
.btn-primary.focus {
2711
  color: #fff;
2711
  color: #ffff;
2712 2712
  background-color: #227dc7;
2713 2713
  border-color: #2176bd;
2714 2714
  box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
......
2716 2716

  
2717 2717
.btn-primary.disabled,
2718 2718
.btn-primary:disabled {
2719
  color: #fff;
2719
  color: #ffff;
2720 2720
  background-color: #3490dc;
2721 2721
  border-color: #3490dc;
2722 2722
}
......
2724 2724
.btn-primary:not(:disabled):not(.disabled):active,
2725 2725
.btn-primary:not(:disabled):not(.disabled).active,
2726 2726
.show > .btn-primary.dropdown-toggle {
2727
  color: #fff;
2727
  color: #ffff;
2728 2728
  background-color: #2176bd;
2729 2729
  border-color: #1f6fb2;
2730 2730
}
......
2736 2736
}
2737 2737

  
2738 2738
.btn-secondary {
2739
  color: #fff;
2739
  color: #ffff;
2740 2740
  background-color: #6c757d;
2741 2741
  border-color: #6c757d;
2742 2742
}
2743 2743

  
2744 2744
.btn-secondary:hover {
2745
  color: #fff;
2745
  color: #ffff;
2746 2746
  background-color: #5a6268;
2747 2747
  border-color: #545b62;
2748 2748
}
2749 2749

  
2750 2750
.btn-secondary:focus,
2751 2751
.btn-secondary.focus {
2752
  color: #fff;
2752
  color: #ffff;
2753 2753
  background-color: #5a6268;
2754 2754
  border-color: #545b62;
2755 2755
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
......
2757 2757

  
2758 2758
.btn-secondary.disabled,
2759 2759
.btn-secondary:disabled {
2760
  color: #fff;
2760
  color: #ffff;
2761 2761
  background-color: #6c757d;
2762 2762
  border-color: #6c757d;
2763 2763
}
......
2765 2765
.btn-secondary:not(:disabled):not(.disabled):active,
2766 2766
.btn-secondary:not(:disabled):not(.disabled).active,
2767 2767
.show > .btn-secondary.dropdown-toggle {
2768
  color: #fff;
2768
  color: #ffff;
2769 2769
  background-color: #545b62;
2770 2770
  border-color: #4e555b;
2771 2771
}
......
2777 2777
}
2778 2778

  
2779 2779
.btn-success {
2780
  color: #fff;
2780
  color: #ffff;
2781 2781
  background-color: #38c172;
2782 2782
  border-color: #38c172;
2783 2783
}
2784 2784

  
2785 2785
.btn-success:hover {
2786
  color: #fff;
2786
  color: #ffff;
2787 2787
  background-color: #2fa360;
2788 2788
  border-color: #2d995b;
2789 2789
}
2790 2790

  
2791 2791
.btn-success:focus,
2792 2792
.btn-success.focus {
2793
  color: #fff;
2793
  color: #ffff;
2794 2794
  background-color: #2fa360;
2795 2795
  border-color: #2d995b;
2796 2796
  box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
......
2798 2798

  
2799 2799
.btn-success.disabled,
2800 2800
.btn-success:disabled {
2801
  color: #fff;
2801
  color: #ffff;
2802 2802
  background-color: #38c172;
2803 2803
  border-color: #38c172;
2804 2804
}
......
2806 2806
.btn-success:not(:disabled):not(.disabled):active,
2807 2807
.btn-success:not(:disabled):not(.disabled).active,
2808 2808
.show > .btn-success.dropdown-toggle {
2809
  color: #fff;
2809
  color: #ffff;
2810 2810
  background-color: #2d995b;
2811 2811
  border-color: #2a9055;
2812 2812
}
......
2824 2824
}
2825 2825

  
2826 2826
.btn-info:hover {
2827
  color: #fff;
2827
  color: #ffff;
2828 2828
  background-color: #4aa0e6;
2829 2829
  border-color: #3f9ae5;
2830 2830
}
2831 2831

  
2832 2832
.btn-info:focus,
2833 2833
.btn-info.focus {
2834
  color: #fff;
2834
  color: #ffff;
2835 2835
  background-color: #4aa0e6;
2836 2836
  border-color: #3f9ae5;
2837 2837
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
......
2847 2847
.btn-info:not(:disabled):not(.disabled):active,
2848 2848
.btn-info:not(:disabled):not(.disabled).active,
2849 2849
.show > .btn-info.dropdown-toggle {
2850
  color: #fff;
2850
  color: #ffff;
2851 2851
  background-color: #3f9ae5;
2852 2852
  border-color: #3495e3;
2853 2853
}
......
2900 2900
}
2901 2901

  
2902 2902
.btn-danger {
2903
  color: #fff;
2903
  color: #ffff;
2904 2904
  background-color: #e3342f;
2905 2905
  border-color: #e3342f;
2906 2906
}
2907 2907

  
2908 2908
.btn-danger:hover {
2909
  color: #fff;
2909
  color: #ffff;
2910 2910
  background-color: #d0211c;
2911 2911
  border-color: #c51f1a;
2912 2912
}
2913 2913

  
2914 2914
.btn-danger:focus,
2915 2915
.btn-danger.focus {
2916
  color: #fff;
2916
  color: #ffff;
2917 2917
  background-color: #d0211c;
2918 2918
  border-color: #c51f1a;
2919 2919
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
......
2921 2921

  
2922 2922
.btn-danger.disabled,
2923 2923
.btn-danger:disabled {
2924
  color: #fff;
2924
  color: #ffff;
2925 2925
  background-color: #e3342f;
2926 2926
  border-color: #e3342f;
2927 2927
}
......
2929 2929
.btn-danger:not(:disabled):not(.disabled):active,
2930 2930
.btn-danger:not(:disabled):not(.disabled).active,
2931 2931
.show > .btn-danger.dropdown-toggle {
2932
  color: #fff;
2932
  color: #ffff;
2933 2933
  background-color: #c51f1a;
2934 2934
  border-color: #b91d19;
2935 2935
}
......
2982 2982
}
2983 2983

  
2984 2984
.btn-dark {
2985
  color: #fff;
2985
  color: #ffff;
2986 2986
  background-color: #343a40;
2987 2987
  border-color: #343a40;
2988 2988
}
2989 2989

  
2990 2990
.btn-dark:hover {
2991
  color: #fff;
2991
  color: #ffff;
2992 2992
  background-color: #23272b;
2993 2993
  border-color: #1d2124;
2994 2994
}
2995 2995

  
2996 2996
.btn-dark:focus,
2997 2997
.btn-dark.focus {
2998
  color: #fff;
2998
  color: #ffff;
2999 2999
  background-color: #23272b;
3000 3000
  border-color: #1d2124;
3001 3001
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
......
3003 3003

  
3004 3004
.btn-dark.disabled,
3005 3005
.btn-dark:disabled {
3006
  color: #fff;
3006
  color: #ffff;
3007 3007
  background-color: #343a40;
3008 3008
  border-color: #343a40;
3009 3009
}
......
3011 3011
.btn-dark:not(:disabled):not(.disabled):active,
3012 3012
.btn-dark:not(:disabled):not(.disabled).active,
3013 3013
.show > .btn-dark.dropdown-toggle {
3014
  color: #fff;
3014
  color: #ffff;
3015 3015
  background-color: #1d2124;
3016 3016
  border-color: #171a1d;
3017 3017
}
......
3028 3028
}
3029 3029

  
3030 3030
.btn-outline-primary:hover {
3031
  color: #fff;
3031
  color: #ffff;
3032 3032
  background-color: #3490dc;
3033 3033
  border-color: #3490dc;
3034 3034
}
......
3047 3047
.btn-outline-primary:not(:disabled):not(.disabled):active,
3048 3048
.btn-outline-primary:not(:disabled):not(.disabled).active,
3049 3049
.show > .btn-outline-primary.dropdown-toggle {
3050
  color: #fff;
3050
  color: #ffff;
3051 3051
  background-color: #3490dc;
3052 3052
  border-color: #3490dc;
3053 3053
}
......
3064 3064
}
3065 3065

  
3066 3066
.btn-outline-secondary:hover {
3067
  color: #fff;
3067
  color: #ffff;
3068 3068
  background-color: #6c757d;
3069 3069
  border-color: #6c757d;
3070 3070
}
......
3083 3083
.btn-outline-secondary:not(:disabled):not(.disabled):active,
3084 3084
.btn-outline-secondary:not(:disabled):not(.disabled).active,
3085 3085
.show > .btn-outline-secondary.dropdown-toggle {
3086
  color: #fff;
3086
  color: #ffff;
3087 3087
  background-color: #6c757d;
3088 3088
  border-color: #6c757d;
3089 3089
}
......
3100 3100
}
3101 3101

  
3102 3102
.btn-outline-success:hover {
3103
  color: #fff;
3103
  color: #ffff;
3104 3104
  background-color: #38c172;
3105 3105
  border-color: #38c172;
3106 3106
}
......
3119 3119
.btn-outline-success:not(:disabled):not(.disabled):active,
3120 3120
.btn-outline-success:not(:disabled):not(.disabled).active,
3121 3121
.show > .btn-outline-success.dropdown-toggle {
3122
  color: #fff;
3122
  color: #ffff;
3123 3123
  background-color: #38c172;
3124 3124
  border-color: #38c172;
3125 3125
}
......
3208 3208
}
3209 3209

  
3210 3210
.btn-outline-danger:hover {
3211
  color: #fff;
3211
  color: #ffff;
3212 3212
  background-color: #e3342f;
3213 3213
  border-color: #e3342f;
3214 3214
}
......
3227 3227
.btn-outline-danger:not(:disabled):not(.disabled):active,
3228 3228
.btn-outline-danger:not(:disabled):not(.disabled).active,
3229 3229
.show > .btn-outline-danger.dropdown-toggle {
3230
  color: #fff;
3230
  color: #ffff;
3231 3231
  background-color: #e3342f;
3232 3232
  border-color: #e3342f;
3233 3233
}
......
3280 3280
}
3281 3281

  
3282 3282
.btn-outline-dark:hover {
3283
  color: #fff;
3283
  color: #ffff;
3284 3284
  background-color: #343a40;
3285 3285
  border-color: #343a40;
3286 3286
}
......
3299 3299
.btn-outline-dark:not(:disabled):not(.disabled):active,
3300 3300
.btn-outline-dark:not(:disabled):not(.disabled).active,
3301 3301
.show > .btn-outline-dark.dropdown-toggle {
3302
  color: #fff;
3302
  color: #ffff;
3303 3303
  background-color: #343a40;
3304 3304
  border-color: #343a40;
3305 3305
}
......
3435 3435
  color: #212529;
3436 3436
  text-align: left;
3437 3437
  list-style: none;
3438
  background-color: #fff;
3438
  background-color: #ffff;
3439 3439
  background-clip: padding-box;
3440 3440
  border: 1px solid rgba(0, 0, 0, 0.15);
3441 3441
  border-radius: 0.25rem;
......
3622 3622

  
3623 3623
.dropdown-item.active,
3624 3624
.dropdown-item:active {
3625
  color: #fff;
3625
  color: #ffff;
3626 3626
  text-decoration: none;
3627 3627
  background-color: #3490dc;
3628 3628
}
......
3984 3984
}
3985 3985

  
3986 3986
.custom-control-input:checked ~ .custom-control-label::before {
3987
  color: #fff;
3987
  color: #ffff;
3988 3988
  border-color: #3490dc;
3989 3989
  background-color: #3490dc;
3990 3990
}
......
3998 3998
}
3999 3999

  
4000 4000
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
4001
  color: #fff;
4001
  color: #ffff;
4002 4002
  background-color: #cce3f6;
4003 4003
  border-color: #cce3f6;
4004 4004
}
......
4028 4028
  height: 1rem;
4029 4029
  pointer-events: none;
4030 4030
  content: "";
4031
  background-color: #fff;
4031
  background-color: #ffff;
4032 4032
  border: #adb5bd solid 1px;
4033 4033
}
4034 4034

  
......
4048 4048
}
4049 4049

  
4050 4050
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
4051
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
4051
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
4052 4052
}
4053 4053

  
4054 4054
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
......
4057 4057
}
4058 4058

  
4059 4059
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
4060
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
4060
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffff' d='M0 2h4'/%3e%3c/svg%3e");
4061 4061
}
4062 4062

  
4063 4063
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
......
4073 4073
}
4074 4074

  
4075 4075
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
4076
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
4076
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffff'/%3e%3c/svg%3e");
4077 4077
}
4078 4078

  
4079 4079
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
......
4108 4108
}
4109 4109

  
4110 4110
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
4111
  background-color: #fff;
4111
  background-color: #ffff;
4112 4112
  transform: translateX(0.75rem);
4113 4113
}
4114 4114

  
......
4126 4126
  line-height: 1.6;
4127 4127
  color: #495057;
4128 4128
  vertical-align: middle;
4129
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
4129
  background: #ffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
4130 4130
  border: 1px solid #ced4da;
4131 4131
  border-radius: 0.25rem;
4132 4132
  -webkit-appearance: none;
......
4142 4142

  
4143 4143
.custom-select:focus::-ms-value {
4144 4144
  color: #495057;
4145
  background-color: #fff;
4145
  background-color: #ffff;
4146 4146
}
4147 4147

  
4148 4148
.custom-select[multiple],
......
4228 4228
  font-weight: 400;
4229 4229
  line-height: 1.6;
4230 4230
  color: #495057;
4231
  background-color: #fff;
4231
  background-color: #ffff;
4232 4232
  border: 1px solid #ced4da;
4233 4233
  border-radius: 0.25rem;
4234 4234
}
......
4495 4495

  
4496 4496
.nav-pills .nav-link.active,
4497 4497
.nav-pills .show > .nav-link {
4498
  color: #fff;
4498
  color: #ffff;
4499 4499
  background-color: #3490dc;
4500 4500
}
4501 4501

  
......
4906 4906
}
4907 4907

  
4908 4908
.navbar-dark .navbar-brand {
4909
  color: #fff;
4909
  color: #ffff;
4910 4910
}
4911 4911

  
4912 4912
.navbar-dark .navbar-brand:hover,
4913 4913
.navbar-dark .navbar-brand:focus {
4914
  color: #fff;
4914
  color: #ffff;
4915 4915
}
4916 4916

  
4917 4917
.navbar-dark .navbar-nav .nav-link {
......
4931 4931
.navbar-dark .navbar-nav .active > .nav-link,
4932 4932
.navbar-dark .navbar-nav .nav-link.show,
4933 4933
.navbar-dark .navbar-nav .nav-link.active {
4934
  color: #fff;
4934
  color: #ffff;
4935 4935
}
4936 4936

  
4937 4937
.navbar-dark .navbar-toggler {
......
4948 4948
}
4949 4949

  
4950 4950
.navbar-dark .navbar-text a {
4951
  color: #fff;
4951
  color: #ffff;
4952 4952
}
4953 4953

  
4954 4954
.navbar-dark .navbar-text a:hover,
4955 4955
.navbar-dark .navbar-text a:focus {
4956
  color: #fff;
4956
  color: #ffff;
4957 4957
}
4958 4958

  
4959 4959
.card {
......
4962 4962
  flex-direction: column;
4963 4963
  min-width: 0;
4964 4964
  word-wrap: break-word;
4965
  background-color: #fff;
4965
  background-color: #ffff;
4966 4966
  background-clip: border-box;
4967 4967
  border: 1px solid rgba(0, 0, 0, 0.125);
4968 4968
  border-radius: 0.25rem;
......
5233 5233
  margin-left: -1px;
5234 5234
  line-height: 1.25;
5235 5235
  color: #3490dc;
5236
  background-color: #fff;
5236
  background-color: #ffff;
5237 5237
  border: 1px solid #dee2e6;
5238 5238
}
5239 5239

  
......
5264 5264

  
5265 5265
.page-item.active .page-link {
5266 5266
  z-index: 3;
5267
  color: #fff;
5267
  color: #ffff;
5268 5268
  background-color: #3490dc;
5269 5269
  border-color: #3490dc;
5270 5270
}
......
5273 5273
  color: #6c757d;
5274 5274
  pointer-events: none;
5275 5275
  cursor: auto;
5276
  background-color: #fff;
5276
  background-color: #ffff;
5277 5277
  border-color: #dee2e6;
5278 5278
}
5279 5279

  
......
5349 5349
}
5350 5350

  
5351 5351
.badge-primary {
5352
  color: #fff;
5352
  color: #ffff;
5353 5353
  background-color: #3490dc;
5354 5354
}
5355 5355

  
5356 5356
a.badge-primary:hover,
5357 5357
a.badge-primary:focus {
5358
  color: #fff;
5358
  color: #ffff;
5359 5359
  background-color: #2176bd;
5360 5360
}
5361 5361

  
......
5366 5366
}
5367 5367

  
5368 5368
.badge-secondary {
5369
  color: #fff;
5369
  color: #ffff;
5370 5370
  background-color: #6c757d;
5371 5371
}
5372 5372

  
5373 5373
a.badge-secondary:hover,
5374 5374
a.badge-secondary:focus {
5375
  color: #fff;
5375
  color: #ffff;
5376 5376
  background-color: #545b62;
5377 5377
}
5378 5378

  
......
5383 5383
}
5384 5384

  
5385 5385
.badge-success {
5386
  color: #fff;
5386
  color: #ffff;
5387 5387
  background-color: #38c172;
5388 5388
}
5389 5389

  
5390 5390
a.badge-success:hover,
5391 5391
a.badge-success:focus {
5392
  color: #fff;
5392
  color: #ffff;
5393 5393
  background-color: #2d995b;
5394 5394
}
5395 5395

  
......
5434 5434
}
5435 5435

  
5436 5436
.badge-danger {
5437
  color: #fff;
5437
  color: #ffff;
5438 5438
  background-color: #e3342f;
5439 5439
}
5440 5440

  
5441 5441
a.badge-danger:hover,
5442 5442
a.badge-danger:focus {
5443
  color: #fff;
5443
  color: #ffff;
5444 5444
  background-color: #c51f1a;
5445 5445
}
5446 5446

  
......
5468 5468
}
5469 5469

  
5470 5470
.badge-dark {
5471
  color: #fff;
5471
  color: #ffff;
5472 5472
  background-color: #343a40;
5473 5473
}
5474 5474

  
5475 5475
a.badge-dark:hover,
5476 5476
a.badge-dark:focus {
5477
  color: #fff;
5477
  color: #ffff;
5478 5478
  background-color: #1d2124;
5479 5479
}
5480 5480

  
......
5677 5677
  flex-direction: column;
5678 5678
  justify-content: center;
5679 5679
  overflow: hidden;
5680
  color: #fff;
5680
  color: #ffff;
5681 5681
  text-align: center;
5682 5682
  white-space: nowrap;
5683 5683
  background-color: #3490dc;
......
5746 5746
  position: relative;
5747 5747
  display: block;
5748 5748
  padding: 0.75rem 1.25rem;
5749
  background-color: #fff;
5749
  background-color: #ffff;
5750 5750
  border: 1px solid rgba(0, 0, 0, 0.125);
5751 5751
}
5752 5752

  
......
5764 5764
.list-group-item:disabled {
5765 5765
  color: #6c757d;
5766 5766
  pointer-events: none;
5767
  background-color: #fff;
5767
  background-color: #ffff;
5768 5768
}
5769 5769

  
5770 5770
.list-group-item.active {
5771 5771
  z-index: 2;
5772
  color: #fff;
5772
  color: #ffff;
5773 5773
  background-color: #3490dc;
5774 5774
  border-color: #3490dc;
5775 5775
}
......
5957 5957
}
5958 5958

  
5959 5959
.list-group-item-primary.list-group-item-action.active {
5960
  color: #fff;
5960
  color: #ffff;
5961 5961
  background-color: #1b4b72;
5962 5962
  border-color: #1b4b72;
5963 5963
}
......
5974 5974
}
5975 5975

  
5976 5976
.list-group-item-secondary.list-group-item-action.active {
5977
  color: #fff;
5977
  color: #ffff;
5978 5978
  background-color: #383d41;
5979 5979
  border-color: #383d41;
5980 5980
}
......
5991 5991
}
5992 5992

  
5993 5993
.list-group-item-success.list-group-item-action.active {
5994
  color: #fff;
5994
  color: #ffff;
5995 5995
  background-color: #1d643b;
5996 5996
  border-color: #1d643b;
5997 5997
}
......
6008 6008
}
6009 6009

  
6010 6010
.list-group-item-info.list-group-item-action.active {
6011
  color: #fff;
6011
  color: #ffff;
6012 6012
  background-color: #385d7a;
6013 6013
  border-color: #385d7a;
6014 6014
}
......
6025 6025
}
6026 6026

  
6027 6027
.list-group-item-warning.list-group-item-action.active {
6028
  color: #fff;
6028
  color: #ffff;
6029 6029
  background-color: #857b26;
6030 6030
  border-color: #857b26;
6031 6031
}
......
6042 6042
}
6043 6043

  
6044 6044
.list-group-item-danger.list-group-item-action.active {
6045
  color: #fff;
6045
  color: #ffff;
6046 6046
  background-color: #761b18;
6047 6047
  border-color: #761b18;
6048 6048
}
......
6059 6059
}
6060 6060

  
6061 6061
.list-group-item-light.list-group-item-action.active {
6062
  color: #fff;
6062
  color: #ffff;
6063 6063
  background-color: #818182;
6064 6064
  border-color: #818182;
6065 6065
}
......
6076 6076
}
6077 6077

  
6078 6078
.list-group-item-dark.list-group-item-action.active {
6079
  color: #fff;
6079
  color: #ffff;
6080 6080
  background-color: #1b1e21;
6081 6081
  border-color: #1b1e21;
6082 6082
}
......
6087 6087
  font-weight: 700;
6088 6088
  line-height: 1;
6089 6089
  color: #000;
6090
  text-shadow: 0 1px 0 #fff;
6090
  text-shadow: 0 1px 0 #ffff;
6091 6091
  opacity: 0.5;
6092 6092
}
6093 6093

  
......
6257 6257
  flex-direction: column;
6258 6258
  width: 100%;
6259 6259
  pointer-events: auto;
6260
  background-color: #fff;
6260
  background-color: #ffff;
6261 6261
  background-clip: padding-box;
6262 6262
  border: 1px solid rgba(0, 0, 0, 0.2);
6263 6263
  border-radius: 0.3rem;
......
6488 6488
.tooltip-inner {
6489 6489
  max-width: 200px;
6490 6490
  padding: 0.25rem 0.5rem;
6491
  color: #fff;
6491
  color: #ffff;
6492 6492
  text-align: center;
6493 6493
  background-color: #000;
6494 6494
  border-radius: 0.25rem;
......
6517 6517
  line-break: auto;
6518 6518
  font-size: 0.7875rem;
6519 6519
  word-wrap: break-word;
6520
  background-color: #fff;
6520
  background-color: #ffff;
6521 6521
  background-clip: padding-box;
6522 6522
  border: 1px solid rgba(0, 0, 0, 0.2);
6523 6523
  border-radius: 0.3rem;
......
6561 6561
.bs-popover-auto[x-placement^=top] > .arrow::after {
6562 6562
  bottom: 1px;
6563 6563
  border-width: 0.5rem 0.5rem 0;
6564
  border-top-color: #fff;
6564
  border-top-color: #ffff;
6565 6565
}
6566 6566

  
6567 6567
.bs-popover-right,
......
6588 6588
.bs-popover-auto[x-placement^=right] > .arrow::after {
6589 6589
  left: 1px;
6590 6590
  border-width: 0.5rem 0.5rem 0.5rem 0;
6591
  border-right-color: #fff;
6591
  border-right-color: #ffff;
6592 6592
}
6593 6593

  
6594 6594
.bs-popover-bottom,
......
6612 6612
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
6613 6613
  top: 1px;
6614 6614
  border-width: 0 0.5rem 0.5rem 0.5rem;
6615
  border-bottom-color: #fff;
6615
  border-bottom-color: #ffff;
6616 6616
}
6617 6617

  
6618 6618
.bs-popover-bottom .popover-header::before,
......
6651 6651
.bs-popover-auto[x-placement^=left] > .arrow::after {
6652 6652
  right: 1px;
6653 6653
  border-width: 0.5rem 0 0.5rem 0.5rem;
6654
  border-left-color: #fff;
6654
  border-left-color: #ffff;
6655 6655
}
6656 6656

  
6657 6657
.popover-header {
......
6763 6763
  align-items: center;
6764 6764
  justify-content: center;
6765 6765
  width: 15%;
6766
  color: #fff;
6766
  color: #ffff;
6767 6767
  text-align: center;
6768 6768
  opacity: 0.5;
6769 6769
  transition: opacity 0.15s ease;
......
6780 6780
.carousel-control-prev:focus,
6781 6781
.carousel-control-next:hover,
6782 6782
.carousel-control-next:focus {
6783
  color: #fff;
6783
  color: #ffff;
6784 6784
  text-decoration: none;
6785 6785
  outline: 0;
6786 6786
  opacity: 0.9;
......
6803 6803
}
6804 6804

  
6805 6805
.carousel-control-prev-icon {
6806
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
6806
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
6807 6807
}
6808 6808

  
6809 6809
.carousel-control-next-icon {
6810
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
6810
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
6811 6811
}
6812 6812

  
6813 6813
.carousel-indicators {
......
6833 6833
  margin-left: 3px;
6834 6834
  text-indent: -999px;
6835 6835
  cursor: pointer;
6836
  background-color: #fff;
6836
  background-color: #ffff;
6837 6837
  background-clip: padding-box;
6838 6838
  border-top: 10px solid transparent;
6839 6839
  border-bottom: 10px solid transparent;
......
6859 6859
  z-index: 10;
6860 6860
  padding-top: 20px;
6861 6861
  padding-bottom: 20px;
6862
  color: #fff;
6862
  color: #ffff;
6863 6863
  text-align: center;
6864 6864
}
6865 6865

  
......
7043 7043
}
7044 7044

  
7045 7045
.bg-white {
7046
  background-color: #fff !important;
7046
  background-color: #ffff !important;
7047 7047
}
7048 7048

  
7049 7049
.bg-transparent {
......
7123 7123
}
7124 7124

  
7125 7125
.border-white {
7126
  border-color: #fff !important;
7126
  border-color: #ffff !important;
7127 7127
}
7128 7128

  
7129 7129
.rounded-sm {
......
10664 10664
}
10665 10665

  
10666 10666
.text-white {
10667
  color: #fff !important;
10667
  color: #ffff !important;
10668 10668
}
10669 10669

  
10670 10670
.text-primary {
......
10857 10857

  
10858 10858
  .table td,
10859 10859
  .table th {
10860
    background-color: #fff !important;
10860
    background-color: #ffff !important;
10861 10861
  }
10862 10862

  
10863 10863
  .table-bordered th,
......
10883 10883
}
10884 10884

  
10885 10885
body {
10886
  font-family: "Nunito Sans", sans-serif;
10886 10887
  background-color: #272727;
10887 10888
}
10888 10889

  
10889
.head-title.text-center h1 {
10890
body .head-title h1 {
10890 10891
  color: #ffffff;
10891
  font-family: Avenir;
10892 10892
  font-size: 60pt;
10893 10893
  font-weight: bold;
10894 10894
  letter-spacing: 3px;
10895 10895
}
10896 10896

  
10897
.bouton-image:before {
10897
body .carousel .carousel-inner img {
10898
  -webkit-filter: grayscale(100%);
10899
          filter: grayscale(100%);
10900
}
10901

  
10902
body .carousel .carousel-caption {
10903
  top: 20%;
10904
  bottom: 20%;
10905
  background-color: rgba(239, 218, 179, 0.5);
10906
}
10907

  
10908
body .carousel .carousel-caption h2 {
10909
  font-size: 11pt;
10910
  letter-spacing: 3pt;
10911
  color: #ffff;
10912
}
10913

  
10914
body .carousel .carousel-caption p {
10915
  font-size: 9pt;
10916
  color: #000;
10917
}
10918

  
10919
body .button-square {
10920
  background-color: #000;
10921
  color: #ffff;
10922
  border: 1pt solid #ffff;
10923
  border-radius: 0;
10924
}
10925

  
10926
body .button-image {
10927
  background-color: transparent;
10928
  border-color: transparent;
10929
}
10930

  
10931
body .button-image:before {
10898 10932
  content: "";
10899 10933
  width: 100px;
10900 10934
  height: 100px;
......
10906 10940
  background-repeat: no-repeat;
10907 10941
}
10908 10942

  
10909
.bouton-image {
10910
  background-color: transparent;
10911
  border-color: transparent;
10912
}
10913

  
10914
.monBouton:before {
10943
body .monButton:before {
10915 10944
  background-image: url(/images/Button_Arrow_Small.png?a8cfe4b884bf46d3f59113e2a5fb1c4c);
10916 10945
}
10917 10946

  
10918
.monBouton:hover {
10947
body .monButton:hover {
10919 10948
  background-color: transparent;
10920 10949
  border-color: #ead4b0;
10921 10950
}
10922 10951

  
10923
.monBouton:focus {
10952
body .monButton:focus {
10924 10953
  background-color: transparent;
10925 10954
  border-color: #ead4b0;
10926 10955
  outline: none !important;
10927 10956
  box-shadow: none !important;
10928 10957
}
10929 10958

  
10930
.monBouton:active {
10959
body .monButton:active {
10931 10960
  background-color: transparent !important;
10932 10961
  border-color: transparent !important;
10933 10962
  outline: none !important;
10934 10963
  box-shadow: none !important;
10935 10964
}
10936 10965

  
10937
.content {
10966
body .content {
10938 10967
  position: relative;
10939 10968
}
10940 10969

  
10941
.btn-circle.rounded-circle.btn-sm,
10942
.btn-group-sm > .btn-circle.rounded-circle.btn {
10970
body .content .btn-circle.rounded-circle.btn-sm,
10971
body .content .btn-group-sm > .btn-circle.rounded-circle.btn {
10943 10972
  position: absolute;
10944 10973
  width: 120px;
10945 10974
  height: 120px;
......
10955 10984
  box-shadow: none !important;
10956 10985
}
10957 10986

  
10958
.btn-circle.rounded-circle.btn-sm:active,
10959
.btn-group-sm > .btn-circle.rounded-circle.btn:active {
10987
body .content .btn-circle.rounded-circle.btn-sm:active,
10988
body .content .btn-group-sm > .btn-circle.rounded-circle.btn:active {
10960 10989
  background-color: #efdab3;
10961 10990
  border-color: #ead4b0;
10962 10991
  outline: none !important;
......
10964 10993
  color: #272727;
10965 10994
}
10966 10995

  
10967
.btn-circle.rounded-circle.btn-dm {
10996
body .content .btn-circle.rounded-circle.btn-dm {
10968 10997
  position: absolute;
10969 10998
  width: 240px;
10970 10999
  height: 240px;
10971
  padding: 6px 0px;
11000
  padding: 6px 0;
10972 11001
  border-radius: 15px;
10973 11002
  font-size: 16px;
10974 11003
  text-align: center;
......
10980 11009
  box-shadow: none !important;
10981 11010
}
10982 11011

  
10983
.btn-circle.rounded-circle.btn-dm:active {
11012
body .content .btn-circle.rounded-circle.btn-dm:active {
10984 11013
  background-color: #efdab3;
10985 11014
  border-color: #ead4b0;
10986 11015
  outline: none !important;
......
10988 11017
  color: #272727;
10989 11018
}
10990 11019

  
10991
.btn-circle.rounded-circle.btn-xl {
11020
body .content .btn-circle.rounded-circle.btn-xl {
10992 11021
  position: absolute;
10993 11022
  width: 360px;
10994 11023
  height: 360px;
......
11004 11033
  box-shadow: none !important;
11005 11034
}
11006 11035

  
11007
.btn-circle.rounded-circle.btn-xl:active {
11036
body .content .btn-circle.rounded-circle.btn-xl:active {
11008 11037
  background-color: #efdab3;
11009 11038
  border-color: #ead4b0;
11010 11039
  outline: none !important;

Také k dispozici: Unified diff