« MediaWiki:Wikimini.css » : différence entre les versions
Jump to navigation
Jump to search
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(5 versions intermédiaires par 2 utilisateurs non affichées) | |||
Ligne 2 : | Ligne 2 : | ||
/* Modèle:Information */ |
|||
/* Styles du menu d'options */ |
|||
.headerLi { |
|||
.Information_Image { |
|||
display:inline; |
|||
border:3px double #CCCCFF; |
|||
⚫ | |||
margin:1em; |
|||
} |
} |
||
.Information_Image th { |
|||
.headerA { |
|||
border:1px solid #CCCCFF; |
|||
color:#002bb8; |
|||
background-color:#CCCCFF; |
|||
⚫ | |||
} |
} |
||
.Information_Image th span{ |
|||
.headerA:hover { |
|||
font-size:80%; |
|||
text-decoration:underline !important; |
|||
} |
} |
||
.Information_Image td { |
|||
.OptionsBox { |
|||
border:1px solid #CCCCFF; |
|||
margin:0.1em; |
|||
⚫ | |||
margin-bottom:0.3em; |
|||
text-align:center; |
|||
} |
} |
||
/* Avoid spammy <big> and unbreakable words in message */ |
|||
.MenuOptionsBouton { |
|||
.lqt-post-wrapper big big big big big{ |
|||
margin:0.1em; |
|||
font-size:unset; |
|||
margin-bottom:0.3em; |
|||
} |
|||
.lqt-post-wrapper { |
|||
word-break:break-word |
|||
} |
} |
||
/* Avoir unbreakable world in #fluid-content |
|||
#OptionsTexte { |
|||
#fluid-content { |
|||
margin:0.2em; |
|||
word-wrap:break-word; |
|||
⚫ | |||
font-weight:bold; |
|||
font-size:10px !important; |
|||
text-align:center; |
|||
} |
} |
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; }