summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorhukl <hukl@eight.local>2009-01-31 13:04:29 +0100
committerhukl <hukl@eight.local>2009-01-31 13:04:29 +0100
commit89d3dc4a676ee82cc6bad4d9d00535897318f1c3 (patch)
tree193c17723e67a2140323bbc9d68985a7f5545b0f /public
parent71f70cca407fa0dad84c3b8babc63e42e40d8ea2 (diff)
Added Page model scaffold
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/scaffold.css54
1 files changed, 54 insertions, 0 deletions
diff --git a/public/stylesheets/scaffold.css b/public/stylesheets/scaffold.css
new file mode 100644
index 0000000..093c209
--- /dev/null
+++ b/public/stylesheets/scaffold.css
@@ -0,0 +1,54 @@
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