JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
only use lesscss when local
[wfpl-cms.git] / style.css
1 header,
2 hgroup,
3 section,
4 footer,
5 aside,
6 nav,
7 article,
8 figure,
9 img {
10   display: block;
11 }
12 body {
13   margin: 0;
14   padding: 0;
15   color: #000;
16   background: #eeeeee;
17   font: 14px "Verdana", sans-serif;
18 }
19 #centerer {
20   position: relative;
21   background: #ddffff;
22   margin: 15px auto;
23   width: 940px;
24   -moz-box-shadow: 2px 2px 15px #777;
25   -webkit-box-shadow: 2px 2px 15px #777;
26   box-shadow: 2px 2px 13px #777;
27 }
28 header {
29   width: 940px;
30   height: 100px;
31   background: #ddddff;
32 }
33 nav {
34   float: left;
35   width: 180px;
36   padding: 10px;
37   background: #ddffff;
38 }
39 nav a {
40   display: block;
41 }
42 #main-body {
43   float: left;
44   width: 704px;
45   padding: 18px 18px 18px 18px;
46   background: #ffffff;
47 }
48 footer {
49   clear: both;
50   width: 940px;
51   height: 50px;
52   background: #ddddff;
53 }
54 #wfpl_messages {
55   border: 2px solid red;
56   background: #fbb;
57   padding: 5px;
58   margin: 20px 0px;
59 }
60 #wfpl_messages p {
61   font-size: 120%;
62   padding: 5px;
63   margin: 0px;
64 }
65 #wfpl_messages hr {
66   height: 1px;
67 }
68 #admin_links {
69   background: #fdd;
70   padding: 3px;
71   margin-bottom: 15px;
72 }
73 .caption {
74   margin-top: 15px;
75   font-weight: bold;
76 }
77 .field {
78   margin-bottom: 15px;
79 }
80 div.field_notes {
81   font-size: 12px;
82   line-height: 16px;
83 }
84 fieldset {
85   border: 1px dotted black;
86   padding: 0 15px 15px 15px;
87   margin: 15px 0;
88   position: relative;
89 }
90 legend {
91   padding: 0 6px;
92   font-weight: bold;
93 }
94 div.error {
95   border: 2px solid red;
96   padding: 13px;
97   margin: 20px;
98   background: #fdd;
99 }
100 span.wfpl_ifl {
101   display: block;
102   float: left;
103   font-size: 10px;
104   text-align: right;
105   background-repeat: no-repeat;
106   background-position: left top;
107   margin: 0 10px 2px 0;
108 }
109 span.wfpl_ifr {
110   display: block;
111   float: right;
112   font-size: 10px;
113   text-align: right;
114   background-repeat: no-repeat;
115   background-position: left top;
116   margin: 0 0 10px 2px;
117 }
118 div.wfpl_ic {
119   margin: 15px auto;
120   font-size: 10px;
121   text-align: right;
122   background-repeat: no-repeat;
123   background-position: center top;
124 }
125 td > :first-child,
126 th > :first-child,
127 legend + *,
128 article > :first-child,
129 section > :first-child,
130 nav > :first-child,
131 div > :first-child,
132 .first {
133   margin-top: 0px;
134 }
135 td > :last-child,
136 th > :last-child,
137 fieldset > :last-child,
138 article > :last-child,
139 section > :last-child,
140 nav > :last-child,
141 div > :last-child,
142 .last {
143   margin-bottom: 0px;
144 }