source: WAeUP_SRP/branches/regebro-noskins/skins/waeup_design/cpsskins_common.css @ 1523

Last change on this file since 1523 was 1522, checked in by lregebro, 18 years ago

The skinless design.

File size: 1.1 KB
Line 
1
2
3
4
5body, table {
6  font-size: 100%;
7  line-height: normal;
8}
9
10form {
11  margin: 0;
12}
13
14input, button {
15  vertical-align: middle;
16}
17
18div p {
19  margin: 0;
20  padding: 0;
21}
22
23img {
24  border-style: none;
25  vertical-align: middle;
26}
27
28h3, h4, h5, h6 {
29  margin: 0;
30}
31
32/* Misc table elements */
33
34td.centered {
35  text-align: center;
36}
37
38td.additionaltools {
39  color: black;
40  text-align: right;
41}
42
43td.even {
44  color: black;
45  background-color: #e3e0e3;
46  text-align: left;
47}
48
49td.odd {
50  color: black;
51  background-color: #f0f0f0;
52  text-align: left;
53}
54
55.chapo {
56  text-align: justify;
57  padding-bottom: 5px;
58}
59
60/* Forms */
61
62input, select, textarea, button {
63  font: 11px Verdana, Arial, sans-serif !important;
64  color:  Black;
65  background-color: white;
66}
67
68.formmeta {
69  font: 800 12px Arial, sans-serif !important;
70  color: White;
71  background-color: #6699cc;
72  padding: 5px 10px 1px 5px;
73  text-align:right;
74  vertical-align: top;
75}
76
77.fileview {
78  border: 1px solid #999999;
79  background-color: #f0f0f0;
80  margin-top: 15px;
81  margin-bottom: 15px;
82}
83
84.statusmessage {
85  background-color: #e9e9ff;
86  border: 1px dotted #ccc;
87  padding: 10px;
88  font-weight: bold;
89  margin: 10px;
90}
Note: See TracBrowser for help on using the repository browser.