« MediaWiki:Gadget-ScriptoriumInfo.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
mAucun résumé des modifications |
mAucun résumé des modifications |
||
| (2 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 24 : | Ligne 24 : | ||
font-weight: 500; | font-weight: 500; | ||
border: 1px solid #d0cec6; | border: 1px solid #d0cec6; | ||
background: # | background: #ffffff; | ||
color: #555; | color: #555; | ||
line-height: 1.4; | line-height: 1.4; | ||
} | |||
a.scrip-chip { | |||
color: #005173; | |||
text-decoration: none; | |||
} | |||
a.scrip-chip:hover { | |||
text-decoration: underline; | |||
} | } | ||
.scrip-notes { | .scrip-notes { | ||
| Ligne 36 : | Ligne 43 : | ||
font-size: 12px; | font-size: 12px; | ||
line-height: 1.5; | line-height: 1.5; | ||
width: 80%; | |||
} | } | ||
Dernière version du 3 juin 2026 à 15:16
/**
* Gadget ScriptoriumInfo — CSS
* Copier dans MediaWiki:Gadget-ScriptoriumInfo.css
*/
.citizen-page-header,
.firstHeading-container {
flex-wrap: wrap;
}
#scrip-bar {
width: 100%;
margin: 8px 0 16px 0;
}
.scrip-chips {
display: flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
.scrip-chip {
display: inline-block;
padding: 3px 12px;
border-radius: 1em;
font-size: 12px;
font-weight: 500;
border: 1px solid #d0cec6;
background: #ffffff;
color: #555;
line-height: 1.4;
}
a.scrip-chip {
color: #005173;
text-decoration: none;
}
a.scrip-chip:hover {
text-decoration: underline;
}
.scrip-notes {
margin-top: 8px;
padding: 6px 12px;
border-radius: 8px;
background: #fff9c4;
color: #6d5e00;
font-size: 12px;
line-height: 1.5;
width: 80%;
}