Wikipedia:Community portal/styles.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with ".comportal-section { border: 1px #FFFFFF solid; overflow: auto; margin-bottom: 2em; } .comportal-section h2 { background-color: #d1e4ff; border: 0; display: block; font-weight: bold; margin: 0; padding: .4em .5em .2em; text-align: center; } .comportal-blocks { background-color: #f8f9fa; border: 1px solid #a2a9b1; border-bottom: 0; border-right: 0; color: #202122; display: flex; flex-direction: row; flex-wrap: wrap; margin: 1em 0; } .comportal-block {...") |
(Tachyony changed the content model of the page Wikipedia:Community portal/styles.css from "wikitext" to "Sanitized CSS") Tag: content model change |
Latest revision as of 05:46, 19 December 2021
.comportal-section {
border: 1px #FFFFFF solid;
overflow: auto;
margin-bottom: 2em;
}
.comportal-section h2 {
background-color: #d1e4ff;
border: 0;
display: block;
font-weight: bold;
margin: 0;
padding: .4em .5em .2em;
text-align: center;
}
.comportal-blocks {
background-color: #f8f9fa;
border: 1px solid #a2a9b1;
border-bottom: 0;
border-right: 0;
color: #202122;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 1em 0;
}
.comportal-block {
border-bottom: 1px solid #a2a9b1;
border-right: 1px solid #a2a9b1;
display: flex;
flex: 1 1;
flex-direction: column;
padding: 1em .5em;
text-align: center;
min-width: 8em;
}
.comportal-block > div:nth-child(2) {
font-size: larger;
font-weight: bold;
}