blob: c2336b08c5e0e12e3be34cb21de56609ce154693 [file] [log] [blame]
Radek Krejciae758392017-10-20 10:53:26 +02001.tab-add,
2.tab-reload,
3.tab-close {
Radek Krejci95bd14c2017-09-21 14:24:13 +02004 cursor: pointer;
Radek Krejci95bd14c2017-09-21 14:24:13 +02005 font-weight: bold;
6 font-family: monospace;
7 font-size: large;
8}
Radek Krejciae758392017-10-20 10:53:26 +02009.tab-action-first {
10 padding-left: 0.3em;
11}
12.tab-action-last {
13 padding-right: 0.5em;
Radek Krejci95bd14c2017-09-21 14:24:13 +020014}
15
Radek Krejcia1339602017-11-02 13:52:38 +010016.tab-icon {
17 vertical-align: middle;
18 height: 1em;
19}
20
21.tab-add {
22 filter: invert(100%);
23}
24
Radek Krejciae758392017-10-20 10:53:26 +020025.tab-add:hover {
26 color: green;
27}
28.tab-close:hover {
Radek Krejci95bd14c2017-09-21 14:24:13 +020029 color: red;
30}
Radek Krejciae758392017-10-20 10:53:26 +020031.tab-reload:hover {
32 color: blue;
33}
Radek Krejci95bd14c2017-09-21 14:24:13 +020034
Radek Krejcia1339602017-11-02 13:52:38 +010035#confignav {
Radek Krejciae758392017-10-20 10:53:26 +020036 position: fixed;
37 width: 100%;
Radek Krejci95bd14c2017-09-21 14:24:13 +020038 background-color: #3B4257;
39 padding-left: 1em;
40}
41
Radek Krejcia1339602017-11-02 13:52:38 +010042#confignav a {
Radek Krejci95bd14c2017-09-21 14:24:13 +020043 cursor: pointer;
44 text-decoration: none;
45 display: inline-block;
46 padding: 0.2em 0em 0.1em 1em;
47 color: #FAFAFA;
48}
49
Radek Krejcia1339602017-11-02 13:52:38 +010050#confignav a:visited,
51#confignav a:link {
Radek Krejci95bd14c2017-09-21 14:24:13 +020052 color: inherited;
53}
54
Radek Krejcia1339602017-11-02 13:52:38 +010055#confignav a:hover,
56#confignav a.active {
Radek Krejci95bd14c2017-09-21 14:24:13 +020057 background-color: #FAFAFA;
Radek Krejcia1339602017-11-02 13:52:38 +010058 color: #000;
Radek Krejci95bd14c2017-09-21 14:24:13 +020059}
60
Radek Krejcia1339602017-11-02 13:52:38 +010061#confignav a.active:hover {
Radek Krejci95bd14c2017-09-21 14:24:13 +020062 cursor: default;
63}
Radek Krejciae758392017-10-20 10:53:26 +020064
65#config-toc {
66 position: fixed;
67 width: 10em;
68 border-right: 1px solid #313747;
69}
70
71.config-toc-item {
72 cursor: pointer;
73 padding: 0em 0em 0.2em 0.5em;
74}
75.config-toc-item:hover {
76 background-color: #3B4257;
77 color: #FFF;
78}
79
80#config-data {
Radek Krejciae758392017-10-20 10:53:26 +020081 width: 100%;
82}
83
Radek Krejcia1339602017-11-02 13:52:38 +010084.item_action_expand,
85.item_action_collapse {
86 height: 1em;
87}
88
Radek Krejciae758392017-10-20 10:53:26 +020089.item_action_collapse:hover {
90 color:red;
91}
92
93.item_action_expand:hover {
94 color:green;
95}