1
2 /*******************energy saving dark theme ***********************/
3
4 .dark {
5     color: #aaa;
6     background-color: #111;
7     .wrap_box, .summary, .alert, .JSpopup, code, input.edit, #qsearch__in {
8         background-color: #222;
9         border-color: rgba(200, 200, 200, 0.5);
10     }
11     .core,
12     .table,
13     .table .table,
14     #link__wiz {
15         color: inherit;
16         background-color: inherit;
17     }
18     pre{
19            color: inherit;
20     }
21
22     .lightsaving {
23         color: #000
24     }
25     textarea.edit {
26         color: #aaa;
27         background-color: #222
28     }
29     .core h1,
30     .core h2,
31     .core h3,
32     .core h4,
33     .core h5 {
34         color: #ccc;
35     }
36     table,
37     table tr,
38     thead > tr > th,
39     .table > tbody > tr > th,
40     .table > tfoot > tr > th,
41     .table > thead > tr > td,
42     .table > tbody > tr > td,
43     .table > tfoot > tr > td {
44         border-color: #333!important;
45     }
46     .btn-default {
47         color: #999;
48         background-color: #333;
49         border-color: #222;
50     }
51     border-color:rgba(200,
52     200,
53     200,
54     0.5);
55 }