Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 141: Line 141:
.skin-citizen .wizlords-mainpage-right > .mw-heading2 {
.skin-citizen .wizlords-mainpage-right > .mw-heading2 {
box-sizing: border-box;
box-sizing: border-box;
width: 65%;
width: 100%;
margin: 14px 0 7px;
margin: 14px 0 7px;
margin-right: auto;
margin-left: auto;
padding: 0 0 4px;
padding: 0 0 4px;
border-bottom: 1px solid var(--wiz-content-border);
border-bottom: 0;
background-image: linear-gradient(
to right,
var(--wiz-content-border),
var(--wiz-content-border)
);
background-repeat: no-repeat;
background-position: center bottom;
background-size: 65% 1px;
color: var(--wiz-heading);
color: var(--wiz-heading);
text-align: center;
text-align: center;