MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Latest revision as of 16:36, 7 March 2023
/* CSS placed here will be applied to all skins */
/* hidden text that can be searched for */
.keywords {
display: none;
}
/* hidden text that can be searched for. This page will be indexed under that keywords index */
.indexkeywords {
display: none;
}
/* add some text for the recipe index entry */
.recipeindexentry {
display: none;
}
/* add additional entry for the recipe index entry */
.recipeindexentryadditional {
display: none;
}
/* Block of colour used in embroidery threads pages */
.Swatch {
padding-left: 60px;
height: 20px;
width: 100px;
border:1px solid #000
}