MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Manual revert
Line 33: Line 33:


.mainpagechapter {
.mainpagechapter {
background: #fff;
    width: fit-content(20em);
border: solid #c8ccd1;
    background-color: #fff;
border-width: 1px 0;
    border: 1px solid #c8ccd1;
box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 );
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
margin: 0 -1rem 1.5rem;
    margin-bottom: 2px;
padding: 1rem;
    padding: 1rem;
}
}


Navigation menu