MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(26 intermediate revisions by the same user not shown) | |||
Line 18: | Line 18: | ||
} | } | ||
.page-Main_Page .vector-search-box{ | .page-Main_Page .vector-search-box-inner { | ||
margin: | min-width: 5em; | ||
width: 20vw; | |||
max-width: 20em; | |||
margin-right: 100px; | |||
} | |||
/* Infobox */ | |||
.portable-infobox .pi-title { | |||
border: 0; | |||
margin: 0; | |||
font-family: inherit; | |||
font-size: 1.75em; | |||
line-height: 1.5; | |||
text-align: center; | |||
} | |||
.portable-infobox > .pi-item:last-child { | |||
border-bottom: 1; | |||
} | } |