MediaWiki:Mobile.css: Difference between revisions

From Bradnor
Jump to navigation Jump to search
No edit summary
 
(No difference)

Latest revision as of 13:02, 29 January 2022

/* All CSS here will be loaded for users of the mobile site */

/* hidden text that can be searched for */
.keywords {
   display: none;
}

/* add some text for the recipe index entry */
.recipeindexentry {
	display: none;
}

/* add some text 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
}