source: de.wigbels.ruby/contact/public/stylesheets/scaffold.css @ 7b7d827

Last change on this file since 7b7d827 was 7b7d827, checked in by njw <njw@…>, 10 years ago

opened projects: hothotwrite and contact

  • Property mode set to 100644
File size: 1.1 KB
Line 
1body { background-color: #fff; color: #333; }
2
3body, p, ol, ul, td {
4  font-family: verdana, arial, helvetica, sans-serif;
5  font-size:   13px;
6  line-height: 18px;
7}
8
9pre {
10  background-color: #eee;
11  padding: 10px;
12  font-size: 11px;
13}
14
15a { color: #000; }
16a:visited { color: #666; }
17a:hover { color: #fff; background-color:#000; }
18
19.fieldWithErrors {
20  padding: 2px;
21  background-color: red;
22  display: table;
23}
24
25#errorExplanation {
26  width: 400px;
27  border: 2px solid red;
28  padding: 7px;
29  padding-bottom: 12px;
30  margin-bottom: 20px;
31  background-color: #f0f0f0;
32}
33
34#errorExplanation h2 {
35  text-align: left;
36  font-weight: bold;
37  padding: 5px 5px 5px 15px;
38  font-size: 12px;
39  margin: -7px;
40  background-color: #c00;
41  color: #fff;
42}
43
44#errorExplanation p {
45  color: #333;
46  margin-bottom: 0;
47  padding: 5px;
48}
49
50#errorExplanation ul li {
51  font-size: 12px;
52  list-style: square;
53}
54
55div.uploadStatus {
56  margin: 5px;
57}
58
59div.progressBar {
60  margin: 5px;
61}
62
63div.progressBar div.border {
64  background-color: #fff;
65  border: 1px solid grey;
66  width: 100%;
67}
68
69div.progressBar div.background {
70  background-color: #333;
71  height: 18px;
72  width: 0%;
73}
74
Note: See TracBrowser for help on using the repository browser.