No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
} | } | ||
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */ | .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ |
Revision as of 09:24, 14 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;
}