removing old LCARStrek
[themes.git] / LCARStrek / communicator / skin / search / internetresults.css
CommitLineData
1d798428 1window {
2 margin-top: 2px;
3}
4
5#multi-results-header {
6 background-color: #9C9CFF;
7 color: #000000;
8 font-weight: bold;
9 padding: 1px 4px 3px 6px;
10 -moz-border-radius: 8px 0px 0px 0px;
11}
12
13#engineTabs {
14 /*don't know why its not setting the color*/
15 background-color: #9C9CFF;
16}
17
18#engineTabs > text {
19 margin-top: 5px;
20 color: black;
21}
22
23#engineTabs > titledbutton {
24 -moz-border-radius: 8px 8px 0px 0px;
25 margin-left: 5px;
26 margin-right: 5px;
27}