source: branches/1.1dev/css/depreciated.inc.css

Last change on this file was 78, checked in by scdev, 18 years ago

updated codebase admin css

File size: 842 bytes
Line 
1/**
2 * depreciated.css
3 * code by strangecode :: www.strangecode.com :: this document contains copyrighted information
4 *
5 * CSS used in older codebase templates. These should never be used for new sites.
6 */
7
8/*_____________________ BASE ____________________*/
9body
10{
11    background: #fff;
12    color: #000;
13}
14
15/*_____________________ FORMS ____________________*/
16.formlabel
17{
18    color: #000;
19    max-width: 20em;
20    padding: 7px 0px 0px 0px;
21    font-size: 70%;
22    font-weight: bold;
23}
24
25.formtext
26{
27    color: #000;
28    font-size: 70%;
29}
30
31.formcheckboxes /* td */
32{
33    line-height: 90%;
34    white-space: nowrap;
35}
36
37.formselect
38{
39    color: #000;
40    margin: 0px;
41    padding: 0px;
42}
43
44.formtextarea
45{
46    color: #000;
47    margin: 0px;
48    padding: 0px;
49}
50
51.forminputtext
52{
53    color: #000;
54    margin: 0px;
55    padding: 0px;
56}
57
58.formsubmitbutton
59{
60    font-weight: bold;
61    color: #000;
62    margin: 1px;
63}
Note: See TracBrowser for help on using the repository browser.