-
Notifications
You must be signed in to change notification settings - Fork 9
/
printercounters.css
112 lines (91 loc) · 2.51 KB
/
printercounters.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
/*
* @version $Id: HEADER 15930 2011-10-30 15:47:55Z tsmr $
-------------------------------------------------------------------------
printercounters plugin for GLPI
Copyright (C) 2014-2022 by the printercounters Development Team.
https://github.com/InfotelGLPI/printercounters
-------------------------------------------------------------------------
LICENSE
This file is part of printercounters.
printercounters is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
printercounters is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with printercounters. If not, see <http://www.gnu.org/licenses/>.
--------------------------------------------------------------------------
*/
.printercounters_action_button{
margin: 10px 80px 0px 80px;
display: block;
width : 70%;
}
.printercounters_action_group{
display: inline-block;
width:50%;
}
.printercounters_menu_item{
border:solid 1px #CCCCCC;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
td.printercounters_menu_item:hover{
border:solid 1px #535b5c;
opacity : .7;
}
.printercounters_menu_img{}
.printercounters_menu_a{
display:block;
width:150px;
height:100px;
margin-top:30px;
}
.printercounters_tree{
border-bottom:1px dotted #888888;
border-left:1px dotted #888888;
float:left;
height:10px;
width:10px;
margin-right:5px;
}
.printercounters_tree_bold{
border-bottom:2px dotted #FFF;
border-left:2px dotted #FFF;
float:left;
height:10px;
width:10px;
margin-right:5px;
}
.printercounters_toner_level{
height:15px;
width:300px;
border:solid 1px #CCCCCC;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.printercounters_toner_level_cyan{
border:0px;
background-color:cyan;
}
.printercounters_toner_level_yellow{
border:0px;
background-color:yellow;
}
.printercounters_toner_level_black{
border:0px;
background-color:black;
}
.printercounters_toner_level_magenta{
border:0px;
background-color:magenta;
}
.printercounters_toner_level_other{
border:0px;
background-color: #0464BB;
}