source: drbl-virt/web/css/style.css @ 227

Last change on this file since 227 was 227, checked in by rock, 14 years ago

Add: manager.html

File size: 721 bytes
Line 
1body {
2  background-color: #F5F5F5; 
3  font-family: Arial, Helvetica, sans-serif;
4  color:#666;
5
6}
7input {
8  background-color: #EEE;
9  padding: 5px;
10  border: 1px solid #CCC;
11}
12
13input:hover {
14  background-color: #FFF;
15  cursor: pointer;
16}
17
18.logintable {
19  font-family: Arial, Helvetica, sans-serif;
20  background-color: #fefefe;
21  border: 1px solid #CCC;
22  color: #333;
23  box-shadow:0px 0px 8px #cccccc;
24  -moz-box-shadow:0px 0px 8px #cccccc;
25  -webkit-box-shadow:0px 0px 8px #cccccc;
26  -webkit-border-radius: 10px;
27  -moz-border-radius: 10px;
28  border-radius: 10px;
29  padding:10px;
30
31}
32.message {
33  text-align: center;
34  padding: 20px;
35  font-size: 24px;
36  text-shadow: 1px 1px 0px #ffffff;
37  filter: dropshadow(color=#ffffff, offx=1, offy=1); 
38}
Note: See TracBrowser for help on using the repository browser.