source: tags/1.0.0/css/depreciated.inc.css @ 1

Last change on this file since 1 was 1, checked in by scdev, 19 years ago

Initial import.

File size: 927 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    font-size: 70%;
34    line-height: 90%;
35    white-space: nowrap;
36}
37
38.formselect
39{
40    color: #000;
41    font-size: 70%;
42    margin: 0px;
43    padding: 0px;
44}
45
46.formtextarea
47{
48    color: #000;
49    font-size: 70%;
50    margin: 0px;
51    padding: 0px;
52}
53
54.forminputtext
55{
56    color: #000;
57    font-size: 70%;
58    margin: 0px;
59    padding: 0px;
60}
61
62.formsubmitbutton
63{
64    font-size: 70%;
65    font-weight: bold;
66    color: #000;
67    margin: 1px;
68}
Note: See TracBrowser for help on using the repository browser.