مدیاویکی:Common.css: تفاوت میان نسخهها
پرش به ناوبری
پرش به جستجو
جز (Admin moved page Common.css to MediaWiki:Common.css) |
بدون خلاصۀ ویرایش |
||
خط ۱: | خط ۱: | ||
/* change background of unselected tabs */ | |||
#p-cactions ul li a { background: #C7FDC7; } | |||
} | |||
. | /* change background of selected tabs */ | ||
#p-cactions ul li.selected a { background: white; } | |||
} | |||
. | /* change border background of selected tabs */ | ||
#p-cactions li.selected { border-color: #aaaaaa; } | |||
} | |||
/* tab bottom not removed on hover */ | |||
#p-cactions li a:hover { z-index: 0; text-decoration: none; } | |||
#p-cactions li.selected a:hover { z-index: 3; } |
نسخهٔ ۲۲ مهٔ ۲۰۱۹، ساعت ۰۷:۲۱
/* change background of unselected tabs */
- p-cactions ul li a { background: #C7FDC7; }
/* change background of selected tabs */
- p-cactions ul li.selected a { background: white; }
/* change border background of selected tabs */
- p-cactions li.selected { border-color: #aaaaaa; }
/* tab bottom not removed on hover */
- p-cactions li a:hover { z-index: 0; text-decoration: none; }
- p-cactions li.selected a:hover { z-index: 3; }