Add licens/copyright header
[asterisk/asterisk.git] / static-http / astman.css
1 /*
2  * Asterisk -- An open source telephony toolkit.
3  *
4  * Copyright (C) 1999 - 2012, Digium, Inc.
5  *
6  * Mark Spencer <markster@digium.com>
7  *
8  * See http://www.asterisk.org for more information about
9  * the Asterisk project. Please do not directly contact
10  * any of the maintainers of this project for assistance;
11  * the project provides a web site, mailing lists and IRC
12  * channels for your use.
13  *
14  * This program is free software, distributed under the terms of
15  * the GNU General Public License Version 2. See the LICENSE file
16  * at the top of the source tree.
17  */
18
19 .chanlist {
20         border           : 1px solid #1f669b;
21         height                  : 150px;
22         overflow                : auto;
23         background-color : #f1f1f1;
24         width                   : 600;
25 }
26
27 .chantable {
28         border           : 0px;
29         background-color : #f1f1f1;
30         width                   : 100%;
31 }
32
33 .labels {
34         background-color : #000000;
35         color : #ffffff;
36 }
37
38 .chanlisteven {
39         background-color : #fff8e4;
40 }
41
42 .chanlistodd {
43         background-color : #f0f5ff;
44 }       
45
46 .chanlistselected {
47         background-color : #ffb13d;
48 }
49
50 .light {
51         color : #717171;
52 }