OSDN Git Service

05188f08ed67cd28c1540da208992d57bc50f5d2
[pettanr/pettanr.git] / app / assets / stylesheets / scaffolds.css.scss
1 body {
2   background-color: #fff;
3   color: #333;
4   font-family: verdana, arial, helvetica, sans-serif;
5   font-size: 13px;
6   line-height: 18px; }
7
8 p, ol, ul, td {
9   font-family: verdana, arial, helvetica, sans-serif;
10   font-size: 13px;
11   line-height: 18px; }
12
13 pre {
14   background-color: #eee;
15   padding: 10px;
16   font-size: 11px; }
17
18 a {
19   color: #000;
20   &:visited {
21     color: #666; }
22   &:hover {
23     color: #fff;
24     background-color: #000; } }
25
26 div {
27   &.field, &.actions {
28     margin-bottom: 10px; } }
29
30 #notice {
31   color: green; }
32
33 .field_with_errors {
34   padding: 2px;
35   background-color: red;
36   display: table; }
37
38 #error_explanation {
39   width: 450px;
40   border: 2px solid red;
41   padding: 7px;
42   padding-bottom: 0;
43   margin-bottom: 20px;
44   background-color: #f0f0f0;
45   h2 {
46     text-align: left;
47     font-weight: bold;
48     padding: 5px 5px 5px 15px;
49     font-size: 12px;
50     margin: -7px;
51     margin-bottom: 0px;
52     background-color: #c00;
53     color: #fff; }
54   ul li {
55     font-size: 12px;
56     list-style: square; } }