Povor Вкладки разные бывают. Активные, неактивные, приватные. Попробуйте сами их стили поменять. Пример ниже. Работать могут не все, я из SeaMonkey показываю.
[more]
/* ############# Активная вкладка ############# */
/* Активная вкладка. Тёмно-красная, жирная */
tab{ -moz-appearance: none !important; }
tab[selected="true"] {
background-color: rgb(150,230,255) !important;
color: #BB1111 !important;
text-shadow: 0px 0px 4px rgb(255, 255, 255)!important;
font-weight: bold !important; }
/* Активная вкладка при наведении. Светло-красная */
tab[selected="true"]:hover {
color: #FF0000 !important;
text-shadow: 0px 0px 3px rgb(255, 255, 255)!important;
opacity: .9 !important; }
/* Загружаемая активная вкладка. Жёлтая, жирная */
.tabbrowser-tab[selected="true"][busy] {
color: yellow !important;
text-shadow: 1px 1px 2px black !important;
font-weight: bold !important; }
/* ############# Непрочитанная вкладка ############# */
/* Непрочитанная вкладка. Серая, мутная. */
.tabbrowser-tab[unread="true"] {
color: rgb(30, 60, 0) !important;
text-shadow: 1px 1px 3px rgb(255, 255, 255) !important;
opacity: .9 !important;
font-family: "Helvetica Neue", Tahoma, "Liberation Sans" !important;
font-style: italic !important; }
/* Непрочитанная вкладка при наведении. Жёлтая, жирная, шрифт */
.tabbrowser-tab[unread="true"]:hover {
color: rgb(255, 255, 0) !important;
text-shadow: 1px 1px 3px rgb(100, 0, 0) !important;
opacity: 1 !important;
font-family: "Helvetica Neue", Tahoma, "Liberation Sans" !important;
font-style: italic !important;
font-weight: bold !important; }
/* ############# Неактивная вкладка ############# */
/* Загруженная неактивная вкладка. Чёрная */
.tabbrowser-tab {
background-color: rgb(0,130,0) !important;
color: rgb(0,0,0) !important;
text-shadow: 0px 0px 3px rgb(255, 255, 255) !important; }
/* Загруженная неактивная вкладка при наведении. Тёмно-тёмно зелёная, жирная. */
.tabbrowser-tab:hover {
color: rgb(0,90,0) !important;
text-shadow: 2px 2px 1px rgb(255, 255, 255) !important;
/* font-variant: small-caps; */
font-weight: bold !important; }
/* Загружаемая неактивная вкладка. Фиолетовая. */
.tabbrowser-tab[busy] {
color: rgb(0,90,100) !important;
text-shadow: 1px 1px 2px rgb(255, 150, 255) !important; }
/* Цвет неактивной вкладки (ошибки соединения) */
/*.tabbrowser-tab[image^="chrome://global/skin/icons/warning-"]:not([busy]):not([selected="true"]) {*/
.tabbrowser-tab:not([busy]):not([selected="true"]) {
color: rgb(50,50,255) !important;
font-weight: bold !important;
font-variant: small-caps;
opacity: 1 !important;
text-shadow: 1px 1px 3px rgb(255, 255, 200) !important; }
/* ############# Приватная вкладка. Усё фиолетовое ############# */
/* Цвет приватной вкладки. Активная */
/* AGENT_SHEET */
.tabbrowser-tab[privateTab-isPrivate] [selected="true"] {
background-color: rgb(130,210,240) !important;
text-decoration-line: underline !important;
text-decoration-style: double !important;
text-decoration-color: rgb(255, 255, 0) !important;
color: rgb(210, 30, 210) !important;
font-variant: small-caps;
font-weight: bold !important; }
/* Цвет приватной вкладки. Неактивная */
.tabbrowser-tab[privateTab-isPrivate] {
text-decoration-line: underline !important;
text-decoration-style: solid!important;
text-decoration-color: rgb(0, 255, 0) !important;
color: rgb(150, 0, 170) !important;
font-variant: small-caps;
font-weight: bold !important; }
/* Цвет приватной вкладки. При наведении */
.tabbrowser-tab[privateTab-isPrivate] :hover {
text-decoration-line: underline !important;
text-decoration-style: solid!important;
text-decoration-color: rgb(0, 255, 0) !important;
color: rgb(255, 0, 255) !important;
font-variant: small-caps;
font-weight: bold !important; }
/* Цвет приватной вкладки при наведении. Непрочитанная */
.tabbrowser-tab[privateTab-isPrivate] [unread="true"] {
text-decoration-line: underline !important;
text-decoration-style: solid!important;
text-decoration-color: rgb(0, 255, 0) !important;
color: rgb(150, 0, 170) !important;
font-variant: small-caps;
font-style: italic !important; }
/* Цвет приватной вкладки . Загружается */
.tabbrowser-tab[privateTab-isPrivate] [busy] {
text-decoration-line: underline !important;
text-decoration-style: solid!important;
text-decoration-color: rgb(0, 255, 0) !important;
color: rgb(90, 20, 90) !important;
font-variant: small-caps;
font-style: italic !important;
font-weight: normal !important; }
[/more]
background-color цвет фона, color - цвет текста, подчёркивания, шрифт - тут много возможностей.
Цитата: И у меня не читает стили из userContent.css
А строчка
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
В файле имеется ? А то часто про неё забывают.
Добавлено: pangasiys Цитата: тему другую поставь
Хорошее предложение