source: trunk/template/yoga/default-layout.css @ 972

Last change on this file since 972 was 972, checked in by chrisaga, 18 years ago

add feature 221 : Add a link to "lost password" in quick connect form

plus link to "register" and move quickconnect rules from default-layout.css to menubar.css

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.9 KB
Line 
1
2@import "menubar.css";
3@import "content.css";
4@import "image.css";
5@import "popuphelp.css";
6@import "../../template-common/default-layout.css";
7
8/* $Id: default-layout.css 972 2005-12-03 23:40:51Z chrisaga $ */
9
10/* * { padding: 0 !important; margin: 0 !important; } */
11
12BODY {
13    margin: 5px;
14    padding: 0;
15    font-size: 0.8em;
16    font-family: Bitsream Vera Sans, Helvetica, Arial, sans-serif;
17    text-align: center; /* be nice to IE5 */
18}
19
20#the_page {
21    /* Just in case another template needs an inner frame */
22}
23
24H1 {
25    text-align: center;
26    font-size: 150%;
27    font-weight: bold;
28    padding: 0; margin: 1ex 0 2ex 0;
29}
30
31H2 {
32    margin: 0;
33    padding: 5px;
34    text-align: left;
35    font-size: 120%;
36}
37
38A {
39    text-decoration:none;
40    border-bottom: 1px dotted #005e89;
41}
42A:hover {
43    border-bottom: 1px solid #858460;
44}
45
46IMG {
47    border: none;
48}
49
50HR.separation {
51  visibility: hidden;
52  clear: both;
53}
54
55#copyright {
56    clear: both;
57    font-size: 83%;
58    text-align: center;
59    margin: 0 0 10px 0;
60}
61
62/** General defaults **/
63INPUT {margin: 0;}
64ul, dl, li { text-align: left;}
65/* for debugging purpose */
66pre { text-align:left; }
67
68/** forms **/
69
70form { padding: 0em; }
71
72form p {
73        text-align: center;
74        margin-top: 2em;
75        margin-bottom: 2em;
76}
77.small {
78        font-size: 80%;
79}
80
81textarea.description {
82  height: 100px;
83  width: 500px;
84  overflow: auto;
85}
86select.categoryList {
87  width: 100%;
88}
89
90/** go to an admin.css ? **/
91
92.table2 {
93  border: 1px solid black; 
94  margin: 1em auto;
95  padding: 0;
96}
97
98.table2 TD, .table2 TH {
99  padding: 0 1em;
100}
101
102form#add_virtual p { text-align: left; }
103FORM#categoryOrdering, FORM#addVirtual {
104  padding-left: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
105  padding-right: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
106}
107FORM#categoryOrdering p {
108        text-align: left;
109        margin-top: 1em;
110        margin-bottom: 1em;
111}
112UL.categoryUl {
113  list-style: none;
114  padding: 0;
115  margin: 0;
116}
117
118LI.categoryLi {
119  border: 1px solid gray;
120  padding: 0px 5px;
121  margin-bottom: 5px;
122}
123
124form#categoryOrdering ul.categoryActions {
125  float: right;
126  margin-top: 5px;
127}
128
129form#cat_modify table { width: auto; }
130
131/**
132 * Filter forms are displayed label by label with the input (or select...)
133 * below the label
134 */
135FIELDSET {
136  padding: 1em;
137  margin: 1em;
138}
139
140FORM.filter FIELDSET LABEL {
141  display: block;
142  float: left;
143  width: auto;
144  margin-right: 10px;
145  padding: 0;
146}
147
148FORM.filter FIELDSET LABEL INPUT,
149FORM.filter FIELDSET LABEL SELECT,
150FORM.filter FIELDSET LABEL TEXTAREA {
151  display: block;
152  margin: 0.5em 0;
153}
154
155FORM.filter FIELDSET P,
156FORM.filter FIELDSET INPUT,
157FORM.filter FIELDSET TEXTAREA {
158  clear: left;
159  display: block;
160}
161
162FORM.filter INPUT[type="submit"] {
163  margin-top: 1em;
164}
165
166FORM.properties UL, FORM#update UL {
167  list-style-type: none;
168  margin: 0;
169  padding: 0;
170}
171
172FORM.properties LI, FORM#update UL  {
173  margin-bottom: 0.5em;
174  padding: 0;
175  line-height: 1.8em;
176}
177
178FORM.properties LABEL {
179  float: left;
180  width: 50%;
181  text-align: right;
182  margin: 0;
183  padding: 0 0.5em 0 0;
184}
185
186FORM.properties LABEL.mandatory {
187  font-weight: bold;
188}
189
190FORM.properties .focus {
191  background-color: whitesmoke;
192}
193
194FORM.properties .nofocus {
195  background-color: lightgrey; /* must be the same as input background-color */
196}
197
198FIELDSET.elementEdit A {
199  display: block;
200  float: right;
201}
202
203TABLE.doubleSelect {
204  text-align: center;
205  margin: 0 auto;
206  width: 100%;
207}
208
209TABLE.doubleSelect TD {
210  padding: 0 5px;
211  width: 50%;
212}
213
214FORM#categoryPermissions LI {
215  display:inline;
216  white-space: nowrap;
217}
218
219#theHeader {
220}
221
222#theHeader H1 {
223  margin-bottom: 0.5em;
224}
225
226#theHeader P {
227  margin-top: 0;
228  padding: 0;
229}
230
231BODY#theAdminPage #theHeader P { 
232  display: none;
233}
234
235BODY#thePopuphelpPage #copyright {
236  color: green;
237  display: none;
238}
239
240FORM#addComment FIELDSET LABEL {
241  clear: both;
242}
243
244FORM#addComment FIELDSET INPUT[type="hidden"] {
245  display: none;
246}
247
248/* button tools */
249UL.actions {
250  text-indent: 0;
251  list-style: none;
252}
253UL.actions  LI {
254  display: inline;
255}
256UL.actions  A {
257  border: none;
258}
259
Note: See TracBrowser for help on using the repository browser.