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

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

Add: Web code (Django web framwork)

File size: 660 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#logintable {
13  font-family: Arial, Helvetica, sans-serif;
14  background-color: #fefefe;
15  border: 1px solid #CCC;
16  color: #333;
17  box-shadow:0px 0px 8px #cccccc;
18  -moz-box-shadow:0px 0px 8px #cccccc;
19  -webkit-box-shadow:0px 0px 8px #cccccc;
20  -webkit-border-radius: 10px;
21  -moz-border-radius: 10px;
22  border-radius: 10px;
23  padding:10px;
24
25}
26.message {
27  text-align: center;
28  padding: 20px;
29  font-size: 24px;
30  text-shadow: 1px 1px 0px #ffffff;
31  filter: dropshadow(color=#ffffff, offx=1, offy=1); 
32}
Note: See TracBrowser for help on using the repository browser.