73434f360b59753fb8391a3ebc618fec554b7525
[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:hover {
15   text-decoration: underline;
16   color: #7e0079;
17 }
18
19 textarea, input {
20   border: 1px solid #666666;
21   padding: 1px;
22 }
23
24 textarea:focus, input:focus {
25   background-color: #ffffdd;
26   border: 1px solid #7e0079;
27 }
28
29 /* a:focus { background-color: #ccccee } */
30