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

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


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


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

نسخهٔ ‏۲۲ مهٔ ۲۰۱۹، ساعت ۰۷:۲۲

.text-color-green {

 color:  #FF0000;

}

.text-color-blue {

 color: blue;

}

.text-color-red {

 color: red;

}