Rev | Line | |
---|
[225] | 1 | body { |
---|
| 2 | background-color: #F5F5F5; |
---|
| 3 | font-family: Arial, Helvetica, sans-serif; |
---|
| 4 | color:#666; |
---|
| 5 | |
---|
| 6 | } |
---|
| 7 | input { |
---|
| 8 | background-color: #EEE; |
---|
| 9 | padding: 5px; |
---|
| 10 | border: 1px solid #CCC; |
---|
| 11 | } |
---|
[227] | 12 | |
---|
[228] | 13 | th { |
---|
| 14 | background-color: #eee; |
---|
| 15 | } |
---|
| 16 | |
---|
[227] | 17 | input:hover { |
---|
| 18 | background-color: #FFF; |
---|
| 19 | cursor: pointer; |
---|
| 20 | } |
---|
| 21 | |
---|
[228] | 22 | a:hover { |
---|
| 23 | cursor: pointer; |
---|
| 24 | } |
---|
| 25 | |
---|
[226] | 26 | .logintable { |
---|
[225] | 27 | font-family: Arial, Helvetica, sans-serif; |
---|
| 28 | background-color: #fefefe; |
---|
| 29 | border: 1px solid #CCC; |
---|
| 30 | color: #333; |
---|
| 31 | box-shadow:0px 0px 8px #cccccc; |
---|
| 32 | -moz-box-shadow:0px 0px 8px #cccccc; |
---|
| 33 | -webkit-box-shadow:0px 0px 8px #cccccc; |
---|
| 34 | -webkit-border-radius: 10px; |
---|
| 35 | -moz-border-radius: 10px; |
---|
| 36 | border-radius: 10px; |
---|
| 37 | padding:10px; |
---|
| 38 | |
---|
| 39 | } |
---|
| 40 | .message { |
---|
| 41 | text-align: center; |
---|
| 42 | padding: 20px; |
---|
| 43 | font-size: 24px; |
---|
| 44 | text-shadow: 1px 1px 0px #ffffff; |
---|
| 45 | filter: dropshadow(color=#ffffff, offx=1, offy=1); |
---|
[228] | 46 | } |
---|
| 47 | |
---|
| 48 | #vm { |
---|
| 49 | display:none; |
---|
| 50 | } |
---|
| 51 | |
---|
| 52 | .running_client { |
---|
| 53 | font-weight:bold; |
---|
| 54 | } |
---|
| 55 | |
---|
| 56 | .running_vm { |
---|
| 57 | font-weight:bold; |
---|
| 58 | color: f70000; |
---|
[225] | 59 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.