Name: cockpit/lib/wfadaptor.css 
1:
/*
2:
  This file is part of CPEE.
3:
 
4:
  CPEE is free software: you can redistribute it and/or modify it under the terms
5:
  of the GNU General Public License as published by the Free Software Foundation,
6:
  either version 3 of the License, or (at your option) any later version.
7:
 
8:
  CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
9:
  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
10:
  PARTICULAR PURPOSE.  See the GNU General Public License for more details.
11:
 
12:
  You should have received a copy of the GNU General Public License along with
13:
  CPEE (file COPYING in the main directory).  If not, see
14:
  <http://www.gnu.org/licenses/>.
15:
*/
16:
 
17:
/* Browser Bug, set textarea explicitly */
18:
svg {
19:
  fill: #DDDDDD;
20:
  fill-opacity:1;
21:
  display:inline;
22:
  margin:0;
23:
  padding:0;
24:
}
25:
 
26:
svg rect.group {
27:
  fill: Highlight;
28:
  fill-opacity: 0.2;
29:
}
30:
svg .clickable { cursor: pointer; }
31:
 
32:
svg g.passive .rfill {
33:
  fill: #729fcf;
34:
  fill-opacity:1;
35:
}  
36:
svg g.active .rfill {
37:
  fill: #ef2929;
38:
  fill-opacity:1;
39:
}  
40:
svg g.vote .rfill {
41:
  fill: #8ae234;
42:
  fill-opacity:1;
43:
}  
44:
 
45:
svg line.ourline, svg path.ourline {
46:
  stroke-opacity:1;
47:
  stroke:#000000;
48:
  stroke-width: 2;
49:
  fill: none;
50:
}
51:
svg rect.block {
52:
  stroke-width: 1;
53:
  stroke-dasharray: 3,5;
54:
  stroke: #000000;
55:
  fill: none;
56:
}
57:
svg rect.tile {
58:
  stroke-width: 1;
59:
  stroke-dasharray: 3,5;
60:
  fill: Highlight;
61:
  fill-opacity: 0.3;
62:
  display: none;
63:
}
64:
svg .stand {
65:
  fill:#ffffff;
66:
  fill-opacity:1;
67:
  stroke:#000000;
68:
  stroke-width:2.06896567;
69:
  stroke-linecap:round;
70:
  stroke-linejoin:round;
71:
  stroke-miterlimit:4;
72:
  stroke-opacity:1;
73:
  stroke-dasharray:none;
74:
}
75:
svg .black {
76:
  fill:#000000;
77:
  fill-opacity:1;
78:
  stroke:#000000;
79:
  stroke-width:2.06896567;
80:
  stroke-linecap:round;
81:
  stroke-linejoin:round;
82:
  stroke-miterlimit:4;
83:
  stroke-opacity:1;
84:
  stroke-dasharray:none;
85:
}
86:
 
87:
svg .unknown {
88:
  fill:#FF0000;
89:
  fill-opacity:1;
90:
  stroke:#000000;
91:
  stroke-width:2.06896567;
92:
  stroke-linecap:round;
93:
  stroke-linejoin:round;
94:
  stroke-miterlimit:4;
95:
  stroke-opacity:1;
96:
  stroke-dasharray:none;
97:
}
98:
 
99:
svg .gen {
100:
  fill:ButtonFace;
101:
  fill-opacity:1;
102:
  stroke-opacity:0.7;
103:
  stroke:#000000;
104:
  stroke-width:2.06896567;
105:
  stroke-linecap:round;
106:
  stroke-linejoin:round;
107:
  stroke-miterlimit:4;
108:
  stroke-opacity:1;
109:
  stroke-dasharray:none;
110:
}
111:
svg .standwithout {
112:
  fill:#ffffff;
113:
  fill-opacity:1;
114:
}
115:
svg .standtrans {
116:
  fill:#ffffff;
117:
  fill-opacity:0;
118:
}
119:
svg text.normal {
120:
  font-size:20px;
121:
  font-style:normal;
122:
  font-variant:normal;
123:
  font-weight:bold;
124:
  font-stretch:normal;
125:
  text-align:center;
126:
  line-height:125%;
127:
  writing-mode:lr-tb;
128:
  text-anchor:middle;
129:
  color:#000000;
130:
  fill:#000000;
131:
  fill-opacity:1;
132:
  stroke:none;
133:
  font-family:Arial;
134:
}
135:
svg text.inverted {
136:
  font-size:20px;
137:
  font-style:normal;
138:
  font-variant:normal;
139:
  font-weight:bold;
140:
  font-stretch:normal;
141:
  text-align:center;
142:
  line-height:125%;
143:
  writing-mode:lr-tb;
144:
  text-anchor:middle;
145:
  color:#ffffff;
146:
  fill:#ffffff;
147:
  fill-opacity:1;
148:
  stroke:none;
149:
  font-family:Arial;
150:
}
151:
 
152:
svg text.super {
153:
  font-size:11px;
154:
  font-style:normal;
155:
  font-variant:normal;
156:
  font-weight:bold;
157:
  font-stretch:normal;
158:
  text-align:center;
159:
  line-height:100%;
160:
  writing-mode:lr-tb;
161:
  text-anchor:start;
162:
  color:#000000;
163:
  fill:#000000;
164:
  fill-opacity:1;
165:
  stroke:none;
166:
  font-family:Arial;
167:
}
168:
svg tspan.active {
169:
  fill:#cc0000;
170:
  display: none;
171:
}
172:
svg tspan.vote {
173:
  fill:#73d216;
174:
  display: none;
175:
}
176:
svg tspan.colon {
177:
  display: none;
178:
}
179:
svg tspan.necessary {
180:
  display: inline;
181:
}
182:
 
183:
svg text.normallarge {
184:
  font-size:25px;
185:
  font-style:normal;
186:
  font-variant:normal;
187:
  font-weight:bold;
188:
  font-stretch:normal;
189:
  text-align:center;
190:
  line-height:125%;
191:
  writing-mode:lr-tb;
192:
  text-anchor:middle;
193:
  color:#000000;
194:
  fill:#000000;
195:
  fill-opacity:1;
196:
  stroke:none;
197:
  font-family:Arial;
198:
}
199:
 
200:
svg text.small {
201:
  font-size:14px;
202:
  font-style:normal;
203:
  font-variant:normal;
204:
  font-weight:bold;
205:
  font-stretch:normal;
206:
  text-align:center;
207:
  line-height:125%;
208:
  writing-mode:lr-tb;
209:
  text-anchor:middle;
210:
  color:#000000;
211:
  fill:#000000;
212:
  fill-opacity:1;
213:
  stroke:none;
214:
  font-family:Arial;
215:
}
216:
 
217:
#arrow {
218:
  stroke: #000000;
219:
  stroke-width: 2;
220:
  fill: #000000;
221:
}