MediaWiki:Common.css: Difference between revisions
Tag: Undo |
m test |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/************************************************/ | /************************************************/ | ||
/** Create page testing **/ | |||
.createPageInput{ | |||
height:45%; | |||
padding:0.5rem; | |||
width:100%; | |||
border:1px solid var(--border-color-base, #a2a9b1); | |||
background-color: var(--background-color-interactive-subtle, #f8f9fa); | |||
} | |||
/** Category Page **/ | /** Category Page **/ |