MediaWiki:Common.css: Difference between revisions

From VisionaireWiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎changed by timo: *.rot { background: red} *.orange {background: #FFCC99} *.gelb {background: #FFFF99} *.gruen {backgro...")
 
(No difference)

Latest revision as of 10:57, 3 April 2021

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

/* changed by timo */
*.rot { background: red}
*.orange {background: #FFCC99}
*.gelb {background: #FFFF99}
*.gruen {background: #CFFFCF}
*.scriptable {background: #8CFF8C}
*.blau {background: #330099; color: white}
*.weiss {background: white}
*.keyword {font-weight: bold;color: #60A000}
*.scriptcommand {font-weight: bold; color: #7F007F}
*.important {font-weight: bold;color: #c04040}