little bit further, just a little bit more
[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: #666666;
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          font-weight:bold;
62          text-decoration:none;
63          overflow:visible;
64 }
65 a.fstab:hover {
66   text-decoration:none;
67   border-color:#7e0079;
68 }
69
70 /* a:link:hover.fsblackbutton,
71 a:visited:hover.fsblackbutton
72 */
73 a.fstabselected {
74          background-color:#f8f8f8;
75          color: #000000;
76          border:1px solid;
77          border-top-color:#7e0079;
78          border-left-color:#7e0079;
79          border-right-color:#7e0079;
80          border-bottom-color:#ffffff;
81          -moz-border-radius-topleft:8px;
82          -moz-border-radius-topright:8px;
83          -webkit-border-radius-topleft:8px;
84          -webkit-border-radius-topright:8px;
85          border-radius-topleft:8px;
86          border-radius-topright:8px;
87          /*font-weight:bold;*/
88          /*padding-left:12px;
89          padding-right:12px;*/
90          padding-left:4px;
91          padding-right:4px;
92          font-size:16px;
93          font-weight:bold;
94          text-decoration:none;
95          overflow:visible;
96 }
97 a.fstabselected:hover {
98   text-decoration:none;
99   color: #000000;
100 }
101