Difference between revisions of "MediaWiki:Common.css"

36 bytes removed ,  14:04, 26 June 2022
underline all links
Tag: Reverted
(underline all links)
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
table.blue_lines tr:nth-child(2n+1),tr.blue_lines:nth-child(2n+1){
table.blue_lines tr:nth-child(2n+1),tr.blue_lines:nth-child(2n+1){
   background-color: #CCCCFF;
   background-color: #CCCCFF;
}
a {
  text-decoration: underline;
}
}


Line 1,176: Line 1,180:


/* Removes underlines from certain links */
/* Removes underlines from certain links */
/* .nounderlines a, commented out to restore underlines under links FOR VISIBILITY */
.nounderlines a,
.IPA a:link, .IPA a:visited {
.IPA a:link, .IPA a:visited {
     text-decoration: underline !important;
     text-decoration: none !important;
}
}