let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / wiviz / files / www / wiviz / wiviz.css
1 /*
2 This file is part of Wi-viz (http://wiviz.natetrue.com).
3
4 Wi-viz is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License v2 as published by
6 the Free Software Foundation.
7
8 Wi-viz is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
12
13 You should have received a copy of the GNU General Public License
14 along with Wi-viz; if not, write to the Free Software
15 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16 */
17 body {
18 background-color: #D0D0D0;
19 vertical-align: center;
20 text-align: center;
21 }
22 div.main {
23 background-color: #D0F0D0;
24 width: 500px;
25 height: 500px;
26 border: 1px solid #555599;
27 vertical-align: center;
28 text-align: center;
29 }
30 div.floater {
31 background-color: #D0F0D0;
32 width: 125px;
33 height: 300px;
34 border: 1px solid #555599;
35 float: right;
36 z-index: 3;
37 }
38 span.status {
39 color: #FF0000;
40 }
41 img.icon {
42 width: 50px;
43 height: 50px;
44 }
45 img.pip {
46 width: 12px;
47 height: 12px;
48 position: absolute;
49 z-index: 1;
50 }
51 td {
52 vertical-align: center;
53 text-align: center;
54 }
55 span.hostdesc {
56 font-size: 10pt;
57 }
58 span.extrafo {
59 font-size: 10pt;
60 visibility: hidden;
61 }
62 div.hostdiv {
63 position: absolute;
64 background-color: transparent;
65 text-align: center;
66 width: 150px;
67 z-index: 2;
68 }
69 div.hostdiv_hov {
70 position: absolute;
71 background-color: #C0E0C0;
72 text-align: center;
73 width: 150px;
74 z-index: 3;
75 border: 1px solid #000000;
76 }