1.9-style menubar was hurting my eyes
[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 }
23
24 textarea:hover, input[type="text"]:hover {
25   border: 1px solid #7e0079;
26   padding: 1px;
27 }
28
29 textarea:focus, input[type="text"]:focus {
30   background-color: #ffffdd;
31   border: 1px solid #7e0079;
32 }
33
34 input[type="reset"]:hover, input[type="submit"]:hover, input[class="button"]:hover {
35   /* border: 1px solid #7e0079; */
36   color: #7e0079;
37 }
38
39 /* a:focus { background-color: #ccccee } */
40
41 a.fstab {
42          background-color:#cccccc;
43          color: #000000;
44          border:1px solid;
45          border-top-color:#666666;
46          border-left-color:#666666;
47          border-right-color:#666666;
48          border-bottom-color:#7e0079;
49          -moz-border-radius-topleft:8px;
50          -moz-border-radius-topright:8px;
51          -webkit-border-radius-topleft:8px;
52          -webkit-border-radius-topright:8px;
53          border-radius-topleft:8px;
54          border-radius-topright:8px;
55          /*font-weight:bold;*/
56          /*padding-left:12px;
57          padding-right:12px;*/
58          padding-left:4px;
59          padding-right:4px;
60          font-size:16px;
61          text-decoration:none;
62          overflow:visible;
63 }
64 a.fstab:hover {
65   text-decoration:none;
66 }
67
68 /* a:link:hover.fsblackbutton,
69 a:visited:hover.fsblackbutton
70 */
71 a.fstabselected {
72          background-color:#f8f8f8;
73          color: #000000;
74          border:1px solid;
75          border-top-color:#7e0079;
76          border-left-color:#7e0079;
77          border-right-color:#7e0079;
78          border-bottom-color:#ffffff;
79          -moz-border-radius-topleft:8px;
80          -moz-border-radius-topright:8px;
81          -webkit-border-radius-topleft:8px;
82          -webkit-border-radius-topright:8px;
83          border-radius-topleft:8px;
84          border-radius-topright:8px;
85          /*font-weight:bold;*/
86          /*padding-left:12px;
87          padding-right:12px;*/
88          padding-left:4px;
89          padding-right:4px;
90          font-size:16px;
91          text-decoration:none;
92          overflow:visible;
93 }
94 a.fstabselected:hover {
95   text-decoration:none;
96   color: #000000;
97 }
98