fix table titles for new bg color
[freeside.git] / httemplate / elements / freeside.css
1 * {
2   font-family: Arial, Verdana, Helvetica, sans-serif;
3   /* font-family: Verdana, Arial, Helvetica, sans-serif; */
4 }
5
6 A:link IMG, A:visited { border-style: none }
7 /* A:focus {text-decoration: underline } */
8
9 a:link, a:visited {
10   /* text-decoration: none; */
11   color: #000000;
12
13
14 a[href]:hover {
15   text-decoration: underline;
16   color: #7e0079;
17 }
18
19 textarea, input[type="text"] {
20   border: 1px solid #666666;
21   padding: 1px;
22          -moz-border-radius: 2px;
23          -webkit-border-radius: 2px;
24          border-radius: 2px;
25 }
26
27 textarea:hover, input[type="text"]:hover {
28   border: 1px solid #7e0079;
29   padding: 1px;
30          -moz-border-radius: 2px;
31          -webkit-border-radius: 2px;
32          border-radius: 2px;
33 }
34
35 textarea:focus, input[type="text"]:focus {
36   background-color: #ffffdd;
37   border: 1px solid #7e0079;
38          -moz-border-radius: 2px;
39          -webkit-border-radius: 2px;
40          border-radius: 2px;
41 }
42
43 input[type="reset"], input[type="submit"], input[type="button"] {
44   background-color: #dddddd;
45   border: 1px solid #666666;
46          -moz-border-radius: 4px;
47          -webkit-border-radius: 4px;
48          border-radius: 4px;
49   -moz-box-shadow: #666666 1px 1px 2px;
50   -webkit-box-shadow: #666666 1px 1px 2px;
51   box-shadow: #666666 1px 1px 2px;
52   filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
53 }
54
55 input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
56   background-color: #e4e4e4;
57   border: 1px solid #7e0079;
58   color: #7e0079;
59          -moz-border-radius: 4px;
60          -webkit-border-radius: 4px;
61          border-radius: 4px;
62   -moz-box-shadow: #7e0079 1px 1px 2px;
63   -webkit-box-shadow: #7e0079 1px 1px 2px;
64   box-shadow: #7e0079 1px 1px 2px;
65   filter: progid:DXImageTransform.Microsoft.Shadow(color='#7e0079', Direction=135, Strength=2);
66 }
67
68 /*input[type="select"] {
69   background-color: #eeeeee;
70   border: 1px solid #666666;
71          -moz-border-radius: 4px;
72          -webkit-border-radius: 4px;
73          border-radius: 4px;
74 }
75
76 input[type="select"]:hover {
77   background-color: #eeeeee;
78   border: 1px solid #7e0079;
79   color: #7e0079;
80          -moz-border-radius: 4px;
81          -webkit-border-radius: 4px;
82          border-radius: 4px;
83 }
84 */
85
86
87 /* a:focus { background-color: #ccccee } */
88
89 a.fstab {
90          background-color:#cccccc;
91          color: #666666;
92          border:1px solid;
93          border-top-color:#666666;
94          border-left-color:#666666;
95          border-right-color:#666666;
96          border-bottom-color:#7e0079;
97          -moz-border-radius-topleft:8px;
98          -moz-border-radius-topright:8px;
99          -webkit-border-radius-topleft:8px;
100          -webkit-border-radius-topright:8px;
101          border-radius-topleft:8px;
102          border-radius-topright:8px;
103          /*font-weight:bold;*/
104          /*padding-left:12px;
105          padding-right:12px;*/
106          padding-left:4px;
107          padding-right:4px;
108          font-size:16px;
109          font-weight:bold;
110          text-decoration:none;
111          overflow:visible;
112 }
113 a.fstab:hover {
114   text-decoration:none;
115   border-color:#7e0079;
116 }
117
118 /* a:link:hover.fsblackbutton,
119 a:visited:hover.fsblackbutton
120 */
121 a.fstabselected {
122          background-color:#f8f8f8;
123          color: #000000;
124          border:1px solid;
125          border-top-color:#7e0079;
126          border-left-color:#7e0079;
127          border-right-color:#7e0079;
128          border-bottom-color:#ffffff;
129          -moz-border-radius-topleft:8px;
130          -moz-border-radius-topright:8px;
131          -webkit-border-radius-topleft:8px;
132          -webkit-border-radius-topright:8px;
133          border-radius-topleft:8px;
134          border-radius-topright:8px;
135          /*font-weight:bold;*/
136          /*padding-left:12px;
137          padding-right:12px;*/
138          padding-left:4px;
139          padding-right:4px;
140          font-size:16px;
141          font-weight:bold;
142          text-decoration:none;
143          overflow:visible;
144 }
145 a.fstabselected:hover {
146   text-decoration:none;
147   color: #000000;
148 }
149
150 .background {
151   background-color:#f8f8f8;
152 }