Ouch. Removed the # at the beginning of AkActiveRecord.php
[akelos.git] / public / stylesheets / scaffold.css
bloba50f66960be19348d4da08a8150fab6841fd3e94
1 :link, :visited {
2 text-decoration: none;
5 ul, ol {
6 list-style: none;
9 h1, h2, h3, h4, h5, h6, pre, code {
10 font-size: 1em;
13 ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, label, textarea {
14 margin: 0;
15 padding: 0;
18 a img, :link img, :visited img {
19 border: none;
22 address {
23 font-style: normal;
26 input {
27 margin: 0
30 /**/
32 body {
33 font-family: Verdana, Arial, Helvetica, sans-serif;
34 font-size: 80%;
35 background-color: #eee;
36 background-image: url('/images/bg_page.png');
37 background-repeat: repeat-x;
38 padding: 10px 12px;
41 h1 {
42 font-size: 140%;
43 font-weight: bold;
44 margin: 10px;
47 h2 {
48 font-size: 140%;
49 font-weight: bold;
52 table {
53 width: 100%;
54 background-color: #eee;
55 border-bottom: 1px solid #D9D9D9;
56 border-right: 1px solid #D9D9D9;
57 border-top: 1px solid #c4c4c4;
60 th {
61 font-weight: bold;
62 color: #000;
63 text-align: left;
64 vertical-align: bottom;
65 padding: 3px 5px;
66 background-color: #eee;
67 background-image: url('/images/bg_header.png');
68 border-left: 1px solid #c4c4c4;
71 th>a:link, th>a:visited {
72 color: #000;
73 text-decoration: none
76 th>a:hover {
77 text-decoration: underline
80 td {
81 text-align: left;
82 vertical-align: top;
83 padding: 3px 5px;
84 background-color: #fff;
85 border-left: 1px solid #D9D9D9;
88 tr.odd td {
89 background-color: #edf3fe;
90 border-left: 1px solid #D9D9D9;
93 .form {
94 background-color: #fff;
95 width: 380px;
96 padding: 10px 10px 15px 10px;
97 border: 1px solid #D9D9D9;
100 .form label {
101 display: block;
102 font-weight: bold;
103 margin: 10px 0 -15px 3px;
106 .form textarea, .form input {
107 font-family: Verdana, Arial, Helvetica, sans-serif;
108 font-size: 100%;
111 #operations {
112 width: 380px;
114 text-align: right;
117 #operations input {
118 margin: 10px 0 10px 0;
119 padding: 0 10px 0 10px;
120 font-size: 130%;
123 #operations input.primary {
124 font-weight: bold;
127 .auraltext {
128 position: absolute;
129 font-size: 0;
130 left: -1000px;
133 div.flash_notice {
134 margin: 15px 0 10px 0;
135 padding: 6px 8px;
136 border: 1px solid #e11;
137 background-color: #fff;
138 color: #e11;
141 div.flash_notice h2 {
142 font-size: 100%;
143 margin: 0 0 5px 0;
144 color: #e11;
147 div.flash_notice p {
148 margin: 0 0 5px 0;
149 padding: 0;
152 div.flash_notice ul {
153 margin: 0 0 5px 0;
154 padding-left: 30px;
157 div.flash_notice ul li {
158 padding-left: 0;
161 #paginationHeader {
162 font-size: 100%;
163 font-weight: bold;
164 margin: 2px 10px 0 0;
165 float: right;
168 .paginationLink {
169 font-size: 90%;
170 margin: 5px;
173 .paginationCurrent {
174 font-size: 100%;
175 font-weight: bold;
176 margin: 5px;
179 a:link.paginationLink {
180 color: #000;
183 a:hover.paginationLink {
184 text-decoration: underline
187 a:visited.paginationLink {
188 color: #000;
191 .cls {
192 clear: both;
195 .fieldWithErrors {
196 padding: 2px;
197 background-color: red;
198 display: table;
201 #errorExplanation {
202 width: 360px;
203 border: 2px solid #c00;
204 padding: 7px;
205 padding-bottom: 12px;
206 margin: 10px 0 10px 0;
207 background-color: #f0f0f0;
210 #errorExplanation h2 {
211 text-align: left;
212 font-weight: bold;
213 padding: 5px 5px 5px 15px;
214 font-size: 12px;
215 margin: -7px;
216 background-color: #c00;
217 color: #fff;
220 #errorExplanation p {
221 color: #333;
222 margin-bottom: 0;
223 padding: 5px;
226 #errorExplanation ul {
227 margin: 0 0 0 25px;
230 #errorExplanation li {
231 font-size: 12px;
232 list-style: square;
235 .show {
236 background-color: #fff;
237 width: 380px;
238 padding: 10px 10px 15px 10px;
239 border: 1px solid #D9D9D9;
242 .show label {
243 font-weight: bold;
246 .fieldError {
247 background-color:#fdd;