Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 40: | Line 40: | ||
#mw-panel #n-Create-a-Page a{ | #mw-panel #n-Create-a-Page a{ | ||
display:block; | display:block; | ||
text-align: center; | |||
font-weight: 600; | |||
color: #fff; | color: #fff; | ||
background-color: # | background-color: #8C328C; | ||
padding: | padding: 10px; | ||
border-radius: 2px; | border-radius: 2px; | ||
} | |||
#mw-panel #n-Create-a-Page a:hover{ | |||
text-decoration:none; | |||
opacity:0.8; | |||
} | } | ||
Revision as of 11:57, 6 July 2022
/* CSS placed here will be applied to all skins */
.row {
clear:both;
}
.rowFlex {
display: flex;
gap: 0 20px;
margin-bottom: 20px;
}
.col {
flex: 1;
}
.box {
margin: 0;
min-width: 210px;
border: 1px solid #CCC;
padding: 0 20px 20px;
}
.box h3 {
font-size: 1.2em;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
padding: 20px 0;
margin: 0 0 20px;
font-weight: bold;
border-bottom: 1px solid #CCC;
}
.box .mw-headline {
display: flex;
gap: 0 8px;
align-items: center;
}
#mw-panel #n-Create-a-Page a{
display:block;
text-align: center;
font-weight: 600;
color: #fff;
background-color: #8C328C;
padding: 10px;
border-radius: 2px;
}
#mw-panel #n-Create-a-Page a:hover{
text-decoration:none;
opacity:0.8;
}