merged initial codebase
[smr.git] / gui / public / stylesheets / scaffold.css
blob1ae700029982f7f30c8d88f9eb7c0d1c49664394
1 body { background-color: #fff; color: #333; }
3 body, p, ol, ul, td {
4 font-family: verdana, arial, helvetica, sans-serif;
5 font-size: 13px;
6 line-height: 18px;
9 pre {
10 background-color: #eee;
11 padding: 10px;
12 font-size: 11px;
15 a { color: #000; }
16 a:visited { color: #666; }
17 a:hover { color: #fff; background-color:#000; }
19 div.field, div.actions {
20 margin-bottom: 10px;
23 #notice {
24 color: green;
27 .field_with_errors {
28 padding: 2px;
29 background-color: red;
30 display: table;
33 #error_explanation {
34 width: 450px;
35 border: 2px solid red;
36 padding: 7px;
37 padding-bottom: 0;
38 margin-bottom: 20px;
39 background-color: #f0f0f0;
42 #error_explanation h2 {
43 text-align: left;
44 font-weight: bold;
45 padding: 5px 5px 5px 15px;
46 font-size: 12px;
47 margin: -7px;
48 margin-bottom: 0px;
49 background-color: #c00;
50 color: #fff;
53 #error_explanation ul li {
54 font-size: 12px;
55 list-style: square;