مدیاویکی:Common.css: تفاوت میان نسخه‌ها

از کمیته داده دانشگاه علوم پزشکی اصفهان
پرش به ناوبری پرش به جستجو
جز (Admin moved page Common.css to MediaWiki:Common.css)
بدون خلاصۀ ویرایش
خط ۱: خط ۱:
.text-color-green {
/* change background of unselected tabs */
  color: green;
#p-cactions ul li a { background: #C7FDC7; }
}


.text-color-blue {
/* change background of selected tabs */
  color: blue;
#p-cactions ul li.selected a { background: white; }
}


.text-color-red {
/* change border background of selected tabs */
  color: red;
#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 */

  1. p-cactions ul li a { background: #C7FDC7; }

/* change background of selected tabs */

  1. p-cactions ul li.selected a { background: white; }

/* change border background of selected tabs */

  1. p-cactions li.selected { border-color: #aaaaaa; }

/* tab bottom not removed on hover */

  1. p-cactions li a:hover { z-index: 0; text-decoration: none; }
  2. p-cactions li.selected a:hover { z-index: 3; }