MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 49: Line 49:
}
}


.fp-container pre {
.fp-container p {
background: none;
border: none;
font-family: sans-serif;
margin: 0;
margin: 0;
padding: 0;
}
}


Line 90: Line 86:
background-color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.7);
border-radius: 15px;
border-radius: 15px;
display: flex;
justify-content: center;
margin: 10px;
margin: 10px;
padding: 10px;
padding: 10px;
Line 127: Line 125:
justify-content: center;
justify-content: center;
padding: 10px;
padding: 10px;
}

.fp-item-links pre {
display: flex;
justify-content: center;
}
}