add nick
[laas.git] / src / static / css / anuket.css
1 nav ,body{
2     background-color:#fff !important;
3     color:#343a40 !important;
4     }
5
6     header{
7         background-color:#f8f9fa !important;
8         color:#343a40 !important;
9     }
10
11     p, h1, h2, h3, h4, h5{
12         color:#343a40 !important;
13     }
14
15     a, .page-link {
16         color: #007473 !important;
17     }
18
19     .page-item.active .page-link{
20         color: #f8f9fa !important;
21         background-color: #007473 !important;
22     }
23
24     .topcrumb.active > span {
25         background: #007473 !important;
26     }
27
28     .nav-bg{
29         background-color:#fff !important;
30         color:#343a40 !important;
31     }
32
33     .nav-bg:hover{
34         background-color:#f8f9fa !important;
35         transition-duration:0.2s;
36     }
37
38     .dropDown-bg{
39         background-color:#d6d8db !important;
40         color:#343a40 !important;
41     }
42
43     .btn-primary{
44         color: #f8f9fa !important;
45         background-color: #007473 !important;
46         border:0px !important;
47         transition-duration:0.2s !important;
48     }
49
50     .btn-primary:hover{
51         color: #343a40 !important;
52         background-color: #6BDAD5 !important;
53         border:0px !important;
54     }
55
56     .btn-primary:focus{
57         color: #343a40 !important;
58         background-color: #6BDAD5 !important;
59         border:0px !important;
60     }
61
62     .btn-success{
63         color: #f8f9fa;
64         background-color: #008852;
65         border:0px !important; 
66     }
67
68     .btn-success:hover{
69         color: #343a40;
70         background-color: #00CE7C;
71         border:0px !important;
72     }
73
74     .btn-success:focus{
75         color: #343a40;
76         background-color: #00CE7C;
77         border:0px !important;
78     }
79
80     .btn-danger {
81         color: #f8f9fa;
82         background-color: #af2b38;
83         border:0px !important;
84     }
85
86     .btn-danger:hover {
87         color: #f8f9fa;
88         background-color: #dc3545;
89         border:0px !important;
90     }
91
92     .alert-danger{
93         background-color: #e6b3c1 !important;
94         color:#820c2c !important;
95         border:0px !important;
96     }
97
98     .Anuket-Text{
99         color:#343a40 !important;
100     }
101
102     .selected_node {
103         border-color: #008852;
104         box-shadow: 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(109 243 76 / 60%);
105         transition: border-color ease-in-out .1s,box-shadow ease-in-out .1s;
106     }
107
108     ::selection {
109     background: #BCE194; 
110     color:#343a40;
111     }
112     ::-moz-selection {
113     background: #BCE194;
114     color:#343a40;
115     }