MediaWiki:Common.css: Difference between revisions

From HuNu Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 11: Line 11:
}
}


a.external{
a.external {
     color: blue;
     color: blue !important;
}
}
a.external:visited {
a.external:visited {
     color: blue;
     color: blue !important;
}
}
    .vector-menu-tabs .mw-list-item.new a,.vector-menu-tabs .mw-list-item.new a:visited {
        color: black !important
    }

Latest revision as of 11:15, 17 January 2024

/* CSS placed here will be applied to all skins */

/* unvisited link */
a:link {
  color: blue;
}

/* visited link */
a:visited {
  color: blue;
}

a.external {
    color: blue !important;
}
a.external:visited {
    color: blue !important;
}

    .vector-menu-tabs .mw-list-item.new a,.vector-menu-tabs .mw-list-item.new a:visited {
        color: black !important
    }