Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 58: | Line 58: | ||
.button a{ | .button a{ | ||
display:block; | display:inline-block; | ||
text-align: center; | text-align: center; | ||
font-weight: 600; | font-weight: 600; | ||
color: #fff; | color: #fff; | ||
background-color: #36c; | background-color: #36c; | ||
padding: 10px; | padding: 10px 15px; | ||
border-radius: 2px; | border-radius: 2px; | ||
} | } | ||
Revision as of 12:04, 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 {
margin-bottom:20px !important;
}
#mw-panel #n-Create-a-Page a{
display:block;
text-align: center;
font-weight: 600;
color: #fff;
background-color: #36c;
padding: 10px;
border-radius: 2px;
}
#mw-panel #n-Create-a-Page a:hover{
text-decoration:none;
opacity:0.85;
}
.button a{
display:inline-block;
text-align: center;
font-weight: 600;
color: #fff;
background-color: #36c;
padding: 10px 15px;
border-radius: 2px;
}
.button a:hover{
text-decoration:none;
opacity:0.85;
}