Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 72: | Line 72: | ||
} | } | ||
#mw-head .vector-menu-content-list | #mw-head .vector-menu-content-list #pt-createaccount a { | ||
padding: 8px 12px; | padding: 8px 12px; | ||
background: #3366cc; | background: #3366cc; | ||
Revision as of 08:39, 25 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;
}
#mw-head .vector-menu-content-list #pt-createaccount a {
padding: 8px 12px;
background: #3366cc;
color: #fff;
font-weight: 600;
border-radius: 2px;
display: inline-block;
}