Merge branch '138-toggle-free-look-with-hotkey' into 'main/atys-live'
[ryzomcore.git] / web / public_php / admin / neltool.css
blob29967f2f297c09e51b188f018a6f306bea32f5fc
2 body {
3 font-family: Verdana, Arial, Helvetica, sans-serif;
4 font-size: 12px;
5 background-color: #FFFFFF;
8 td {
9 font-family: Verdana, Arial, Helvetica, sans-serif;
10 font-size: 12px;
13 table {
14 margin: 0px;
15 padding: 0px;
16 border-collapse: collapse;
17 border-spacing: 0;
20 th {
21 font-family: Verdana, Arial, Helvetica, sans-serif;
22 font-size: 12px;
23 background-color: #999999;
26 input {
27 font-family: Verdana, Arial, Helvetica, sans-serif;
28 font-size: 12px;
31 input.small {
32 font-family: Verdana, Arial, Helvetica, sans-serif;
33 font-size: 9px;
34 width: 45px;
37 textarea {
38 font-family: Verdana, Arial, Helvetica, sans-serif;
39 font-size: 12px;
40 width:98%;
41 border-left: 1px solid #000000;
42 border-right: 1px solid #000000;
43 border-top: 1px solid #000000;
44 border-bottom: 1px solid #000000;
47 textarea.command {
48 font-family: Terminal, Courier;
49 font-size: 10pt;
52 a:link { color: #000088; text-decoration: none; }
53 a:visited { color: #000088; text-decoration: none; }
54 a:active { color: #000033; text-decoration: none; }
55 a:hover { color: #8800CC; text-decoration: underline; }
57 td.boxed {
58 font-family: Verdana, Arial, Helvetica, sans-serif;
59 font-size: 12px;
60 border-left: 1px solid #000000;
61 border-right: 1px solid #000000;
62 border-top: 1px solid #000000;
63 border-bottom: 1px solid #000000;
64 background-color: #eeeeee;
65 padding-left: 5px;
66 padding-right: 5px;
67 text-align: center;
68 vertical-align: middle;
71 td.line_left { border-left: 1px solid #000000; }
72 td.line_right { border-right: 1px solid #000000; }
73 td.line_top { border-top: 1px solid #000000; }
74 td.line_bottom { border-bottom: 1px solid #000000; }
77 table.viewlist { height:100%; }
78 table.view {
79 border-left: 1px solid #000000;
80 border-right: 1px solid #000000;
81 border-top: 1px solid #000000;
82 border-bottom: 1px solid #000000;
85 td.offline { background-color: #FF0000; }
86 td.unknown { background-color: #FFAA00; }
88 tr.row0 { background-color: #CCCCCC; }
89 tr.row1 { background-color: #DDDDDD; }
91 tr.row0_static { background-color: #CCCCCC; }
92 tr.row1_static { background-color: #DDDDDD; }
94 tr.row_red { background-color: #C83C3C; }
95 tr.row_orange_dark { background-color: #E4916F; }
96 tr.row_orange_light { background-color: #F2D079; }
98 tr.row_stopped { background-color: #AAAAAA; }
99 tr.row_starting { background-color: #75D5A8; }
101 tr.row0:hover, tr.row1:hover, tr.row_stopped:hover, tr.row_starting:hover, tr.row_red:hover, tr.row_orange_dark:hover, tr.row_orange_light:hover {
102 background-color: #99BBDD;
105 tr.row_restart_active {
106 background-color: #CC8899;
107 border-left: 1px solid #000000;
108 border-right: 1px solid #000000;
109 border-top: 1px solid #000000;
110 border-bottom: 1px solid #000000;
113 td.cell_inactive1 { color: #666666; }
114 td.cell_inactive2 { color: #666666; font-style: italic; }
116 td.heads {
117 font-family: Verdana, Arial, Helvetica, sans-serif;
118 font-size: 12px;
119 background-color: #999999;
120 font-weight: bold;
123 input {
124 border-left: 1px solid #000000;
125 border-right: 1px solid #000000;
126 border-top: 1px solid #000000;
127 border-bottom: 1px solid #000000;
130 input.check {
131 border-left: 0px solid #000000;
132 border-right: 0px solid #000000;
133 border-top: 0px solid #000000;
134 border-bottom: 0px solid #000000;
137 input.refresh_counter {
138 border-left: 0px solid #000000;
139 border-right: 0px solid #000000;
140 border-top: 0px solid #000000;
141 border-bottom: 0px solid #000000;
142 background-color: #cccccc;
143 text-align: center;
144 width: 100%;
147 input.restart {
148 background-color: #CC8899;
151 span.alert {
152 color: #FF0000;
153 font-weight: bold;
154 text-decoration: underline;
157 span.basicbold {
158 color: #000000;
159 font-weight: bold;
162 span.running {
163 color: #38A167;
164 font-weight: bold;
167 span.autostart_on {
168 color: #38A167;
169 font-weight: bold;
172 span.autostart_off {
173 color: #C83C3C;
174 font-weight: bold;
177 span.stopped {
178 color: #C83C3C;
179 font-weight: bold;
183 td.domainlist:hover {
184 background-color: #7799BB;
187 td.domainlistselected {
188 background-color: #99BBDD;
189 font-weight: bold;
192 td.shardlist:hover {
193 background-color: #7799BB;
196 td.shardlistselected {
197 background-color: #99BBDD;
198 font-weight: bold;
201 tr.varlist:hover {
202 background-color: #7799BB;
205 tr.varlistselected {
206 background-color: #99BBDD;
209 .ws_close {
210 background-color: #888888;
213 .ws_dev {
214 background-color: #DD8888;
217 .ws_restricted {
218 background-color: #DDDD88;
221 .ws_open {
222 background-color: #88DD88;