MediaWiki:Common.css: Difference between revisions

From KoanSoftware Wiki
Jump to navigation Jump to search
(force font)
(bullet)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


body {
* {
   font: Arial, Helvetica, sans-serif !important;
   font-family: "Arial", "Helvetica", sans-serif !important;
}
}


Line 16: Line 16:
#p-personal a.new {
#p-personal a.new {
         color: #cc2200;
         color: #cc2200;
}
ul {
    list-style-image: url('/skins/Koan25/bullet.gif');
}
}

Latest revision as of 14:58, 1 November 2025

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

* {
   font-family: "Arial", "Helvetica", sans-serif !important;
}

a {
        color: #911017;
}

a:visited {
        color: #911017;
}

a.new,
#p-personal a.new {
        color: #cc2200;
}

ul {
    list-style-image: url('/skins/Koan25/bullet.gif');
}