More actions
Created page with "→{{pp|small=y}}: .contents-pages-footer { margin-top: 5px; border: 1px solid #B8C7D9; background-color: #E6F2FF; padding: 1em; text-align: center } .contents-pages-footer-title { font-size: 140% } .contents-pages-footer span[role="heading"] { font-weight: bold; }" |
No edit summary |
||
Line 1: | Line 1: | ||
/* | /* [[Category:CSS from Wikimedia]] */ | ||
.contents-pages-footer { | .contents-pages-footer { | ||
margin-top: 5px; | margin-top: 5px; |
Latest revision as of 00:47, 5 March 2025
/* [[Category:CSS from Wikimedia]] */
.contents-pages-footer {
margin-top: 5px;
border: 1px solid #B8C7D9;
background-color: #E6F2FF;
padding: 1em;
text-align: center
}
.contents-pages-footer-title {
font-size: 140%
}
.contents-pages-footer span[role="heading"] {
font-weight: bold;
}