« MediaWiki:Wikimini.css » : différence entre les versions
Jump to navigation
Jump to search
(Page créée avec « →__NORICHEDITOR__ Styles du menu d'options : @import url("http://fr.wikimini.org/wiki/MediaWiki:MenuOptions.css"); ») |
Aucun résumé des modifications |
||
(6 versions intermédiaires par 2 utilisateurs non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
/* __NORICHEDITOR__ |
/* __NORICHEDITOR__ */ |
||
@import url("http://fr.wikimini.org/wiki/MediaWiki:MenuOptions.css"); |
|||
/* Modèle:Information */ |
|||
.Information_Image { |
|||
border:3px double #CCCCFF; |
|||
} |
|||
.Information_Image th { |
|||
border:1px solid #CCCCFF; |
|||
background-color:#CCCCFF; |
|||
padding:0.5em; |
|||
} |
|||
.Information_Image th span{ |
|||
font-size:80%; |
|||
} |
|||
.Information_Image td { |
|||
border:1px solid #CCCCFF; |
|||
padding:0.5em; |
|||
} |
|||
/* Avoid spammy <big> and unbreakable words in message */ |
|||
.lqt-post-wrapper big big big big big{ |
|||
font-size:unset; |
|||
} |
|||
.lqt-post-wrapper { |
|||
word-break:break-word |
|||
} |
|||
/* Avoir unbreakable world in #fluid-content |
|||
#fluid-content { |
|||
word-wrap:break-word; |
|||
} |
Dernière version du 3 janvier 2023 à 02:23
/* __NORICHEDITOR__ */ /* Modèle:Information */ .Information_Image { border:3px double #CCCCFF; } .Information_Image th { border:1px solid #CCCCFF; background-color:#CCCCFF; padding:0.5em; } .Information_Image th span{ font-size:80%; } .Information_Image td { border:1px solid #CCCCFF; padding:0.5em; } /* Avoid spammy <big> and unbreakable words in message */ .lqt-post-wrapper big big big big big{ font-size:unset; } .lqt-post-wrapper { word-break:break-word } /* Avoir unbreakable world in #fluid-content #fluid-content { word-wrap:break-word; }