No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
ca-talk { display:none! important; } | #ca-talk { | ||
display: none !important; | |||
} | |||
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */ | .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ |
Revision as of 12:19, 13 September 2023
/* CSS placed here will be applied to all skins */
#ca-talk {
display: none !important;
}
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
font-weight: normal; /* are styled here so they can be customised. */
text-align: right;
width: auto;
}
li.gallerybox { border:1px solid #582806;
background-color:#080808;
}
li.gallerybox div.thumb { background-color:#080808;
border:none;
}
@font-face {
font-family: 'Countdown';
src: url('/skins/font/countdown.ttf');
font-weight: normal;
font-style: normal;
}