MediaWiki:Common.css: Difference between revisions
From IMT-Wiki
Jump to navigationJump to search
(Highlight links to english pages) |
mNo edit summary |
||
| Line 4: | Line 4: | ||
a[href*="english"]:not([href*="redlink"]), |
a[href*="english"]:not([href*="redlink"]), |
||
a[href*="English"]:not([href*="redlink"]){ |
a[href*="English"]:not([href*="redlink"]){ |
||
background:#dee; |
|||
padding:3px; |
|||
font-style:italic; |
font-style:italic; |
||
} |
} |
||
Latest revision as of 16:01, 17 October 2016
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Highlight links to english pages */
a[href*="english"]:not([href*="redlink"]),
a[href*="English"]:not([href*="redlink"]){
font-style:italic;
}