MediaWiki:Common.css: Difference between revisions
From The Amazing Digital Merchandise Wiki
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
#ca-talk { display: none !important; } | #ca-talk { display: none !important; } | ||
#ca-watch { display: none !important; } | #ca-watch { display: none !important; } | ||
.merchbox{ | |||
border-radius: 0.6rem; | |||
overflow:clip; | |||
border-style: hidden; | |||
margin: 2%; | |||
background-color: #fce5ac; | |||
width:40%; | |||
} | |||
@media screen and (max-width: 767px) { | |||
.merchbox | |||
{ | |||
width:90%; | |||
} | |||
} | |||
.breedbox tbody tr th span a img { | |||
width: 100%; | |||
} | |||
Revision as of 20:04, 28 January 2025
/* CSS placed here will be applied to all skins */
#ca-talk { display: none !important; }
#ca-watch { display: none !important; }
.merchbox{
border-radius: 0.6rem;
overflow:clip;
border-style: hidden;
margin: 2%;
background-color: #fce5ac;
width:40%;
}
@media screen and (max-width: 767px) {
.merchbox
{
width:90%;
}
}
.breedbox tbody tr th span a img {
width: 100%;
}