« MediaWiki:Gadget-ScriptoriumInfo.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
Page créée avec « →* * Gadget ScriptoriumInfo — CSS * Copier dans MediaWiki:Gadget-ScriptoriumInfo.css : #scrip-bar { 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: #f5f4f0; color: #555; line-height: 1.4; } .scrip-n... » |
mAucun résumé des modifications |
||
| (3 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 3 : | Ligne 3 : | ||
* Copier dans MediaWiki:Gadget-ScriptoriumInfo.css | * Copier dans MediaWiki:Gadget-ScriptoriumInfo.css | ||
*/ | */ | ||
.citizen-page-header, | |||
.firstHeading-container { | |||
flex-wrap: wrap; | |||
} | |||
#scrip-bar { | #scrip-bar { | ||
width: 100%; | |||
margin: 8px 0 16px 0; | margin: 8px 0 16px 0; | ||
} | } | ||
| Ligne 19 : | 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 31 : | 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%;
}