MediaWiki:Common.less/leaflet.less: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 16: Line 16:
/* professions */
/* professions */
&.guard,
&.guard,
&.guard-foe {
&.guard_foe {
background: #CA9C62 url(/images/Guard_small_icon.png) no-repeat center / contain;
background: #CA9C62 url(/images/Guard_small_icon.png) no-repeat center / contain;
}
}
&.chef,
&.chef,
&.theme-chef {
&.theme-chef,
&.chef_obj {
background: #8E7A6C url(/images/Chef_small_icon.png) no-repeat center / contain;
background: #8E7A6C url(/images/Chef_small_icon.png) no-repeat center / contain;
}
}
Line 46: Line 47:
&.carpenter,
&.carpenter,
&.theme-carpenter,
&.theme-carpenter,
&.carpenter-obj {
&.carpenter_obj {
background: red url(/images/Carpenter_small_icon.png) no-repeat center / contain;
background: red url(/images/Carpenter_small_icon.png) no-repeat center / contain;
}
}