MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
 
(12 intermediate revisions by 3 users not shown)
Line 5:
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Balsamiq+Sans&family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
 
 
.mpbutton {
/* Main Page */
color: #fefefe;
.mp-box {
font-weight: bold;
background padding: #3d67d610px;
width border-radius: 160px10px;
background-color: #9c9cd6white;
border: 2px solid #3d67d6;
border-radius width: 100px100%;
text-align:center;
margin: 4px;
padding: 4px;
font-size:110%;
white-space: nowrap;
display: inline-block;
cursor: pointer;
}
 
.mp-sidebar>.mp-box {
.mpbutton:hover {
width: calc(100% - 20px);
background: #9c9cd6;
text-decoration: none;
}
 
#mp-1 {
.mpbutton a,
background-color: #2d499b;
.mpbutton a.external {
}
color:#fefefe;
 
text-decoration: none;
#mp-3, #mp-4, #mp-6, #mp-7 {
display: block;
width:100 calc(50% - 20px - 5px);
}
height: 100%;
 
letter-spacing: 1px;
#mp-sr-container {
text-align: center;
font-weightsize: bold85%;
display: blockflex;
gap: 2px;
flex-wrap: wrap;
justify-content: center;
max-width: 400px;
margin: 4px0 auto;
align-content: space-evenly;
height: calc(100% - 40px);
}
 
#mp-sr-container>div {
width: 130px;
}
 
.mp-container {
display: flex;
width: 100%;
gap: 10px;
}
 
.mp-main {
width: 80%;
display: inline-blockflex;
flex-wrap: wrap;
gap: 10px;
align-content: flex-start;
}
 
.mp-sidebar {
width: 20%;
}
 
 
/* This will trigger when the screen/browser window is 900px wide or less */
@media screen and (max-width: 900px) {
 
 
.mp-container {
flex-wrap: wrap;
}
 
.mp-main, .mp-sidebar, #mp-3, #mp-4, #mp-6, #mp-7 {
height width: 100%;
}
 
 
}