'Top (CSS)' => 'Oben (mit CSS)',
'Top (CSS) new' => 'Oben (mit CSS, neu)',
'Top (Javascript)' => 'Oben (mit Javascript)',
- 'Top (XUL; only for Mozilla Firefox)' => 'Oben (XUL; nur für Mozilla Firefox)',
+ 'Top (XUL; only for Mozilla Firefox)' => 'Oben + links (XUL, nur Mozilla Firefox)',
'Top 100' => 'Top 100',
'Top 100 hinzufuegen' => 'Top 100 hinzufügen',
'Top Level' => 'Hauptartikelbezeichnung',
toolbar{
-moz-appearance:none !important;
background: url('../image/fade.png');
- border-bottom:1px solid black;
+ border-bottom:1px solid #888;
}
/* sidebar styles */
width:150px;
font:12px Arial;
margin:0px;
- border-right:1px solid black
+ border-right:1px solid #888;
}
/* menubar styles */
menubar{
-moz-appearance:none !important;
background: url('../image/bg_titel.gif');
- border:0px
+ border:0px;
}
menu,
font:12px Arial;
}
+menu menu{
+ -moz-appearance: none !important;
+ color:white;
+ background: #35a;
+}
+
menubar menu{
-moz-appearance: none !important;
color:white;
- background: url('../image/bg_titel.gif');
}
menubar menu:hover{
-moz-appearance:none !important;
- background:#4466cc;
+ background:#46d;
color:yellow;
}
border:0px;
}
iframe{
- border-left:1px solid black !important;
+ border-left:1px solid #888 !important;
}