combine ticket notification scrips, #15353
[freeside.git] / httemplate / elements / freeside-menu.css
1 input.fsblackbutton {
2          background-color:#aaaaaa;
3          color: #333333;
4          border:1px solid #888888;
5
6          -moz-border-radius: 4px;
7          -webkit-border-radius: 4px;
8          border-radius: 4px;
9
10          font-family: Arial, Verdana, Helvetica, sans-serif;
11          font-weight:bold;
12          padding-left:12px;
13          padding-right:12px;
14          padding-top:0px;
15          padding-bottom:0px;
16
17          margin-bottom:4px;
18          overflow:visible;
19 }
20
21 input.fsblackbutton:hover,input.fsblackbutton:focus,
22 input.fsblackbuttonselected:hover, input.fsblackbuttonselected:focus {
23         background:#aaaaaa;
24 }
25
26 input.fsblackbuttonselected {
27          background-color:#aaaaaa;
28          color: #7e0079;
29          border:1px solid #7e0079;
30
31          -moz-border-radius: 4px;
32          -webkit-border-radius: 4px;
33          border-radius: 4px;
34
35          font-family: Arial, Verdana, Helvetica, sans-serif;
36          font-weight:bold;
37          padding-left:12px;
38          padding-right:12px;
39          padding-top:0px;
40          padding-bottom:0px;
41
42          margin-bottom:4px;
43          overflow:visible;
44 }
45
46 input.fstext {
47          border: 1px solid #666666;
48          padding: 1px;
49          -moz-border-radius: 2px;
50          -webkit-border-radius: 2px;
51          border-radius: 2px;
52
53          vertical-align:bottom;
54          text-align:right;
55          font-family: Arial,Verdana,Helvetica,sans-serif;
56          font-size: 13px;
57
58          margin:0px;
59 }
60
61 input.fstext:focus {
62          border: 1px solid #7e0079;
63 }
64
65 a.fslink {
66         text-decoration: underline;
67 }
68
69 a:hover.fslink {
70         color: #7e0079;
71 }
72
73 a.fsblackbutton {
74          background-color:#333333;
75          color: #ffffff;
76          border:1px solid;
77          border-top-color:#cccccc;
78          border-left-color:#cccccc;
79          border-right-color:#aaaaaa;
80          border-bottom-color:#aaaaaa;
81          /*font-weight:bold;*/
82          /*padding-left:12px;
83          padding-right:12px;*/
84          padding-left:4px;
85          padding-right:4px;
86          font-size:16px;
87          text-decoration:none;
88          overflow:visible;
89 }
90
91 a.fsblackbuttonselected,
92 a:link:hover.fsblackbutton,
93 a:visited:hover.fsblackbutton {
94          background-color:#7e0079;
95          color: #ffffff;
96          border:1px solid;
97          border-top-color:#cccccc;
98          border-left-color:#cccccc;
99          border-right-color:#aaaaaa;
100          border-bottom-color:#aaaaaa;
101          /*font-weight:bold;*/
102          /*padding-left:12px;
103          padding-right:12px;*/
104          padding-left:4px;
105          padding-right:4px;
106          font-size:16px;
107          text-decoration:none;
108          overflow:visible;
109 }
110
111 a.fsdarkbutton {
112          background-color:#555555;
113          color: #ffffff;
114          border:1px solid;
115          border-top-color:#cccccc;
116          border-left-color:#cccccc;
117          border-right-color:#aaaaaa;
118          border-bottom-color:#aaaaaa;
119          /*font-weight:bold;*/
120          /*padding-left:12px;
121          padding-right:12px;*/
122          padding-left:4px;
123          padding-right:4px;
124          font-size:16px;
125          text-decoration:none;
126          overflow:visible;
127 }
128
129 a.fsdarkbuttonselected,
130 a:link:hover.fsdarkbutton,
131 a:visited:hover.fsdarkbutton {
132          background-color:#7e0079;
133          color: #ffffff;
134          border:1px solid;
135          border-top-color:#cccccc;
136          border-left-color:#cccccc;
137          border-right-color:#aaaaaa;
138          border-bottom-color:#aaaaaa;
139          /*font-weight:bold;*/
140          /*padding-left:12px;
141          padding-right:12px;*/
142          padding-left:4px;
143          padding-right:4px;
144          font-size:16px;
145          text-decoration:none;
146          overflow:visible;
147 }
148