MediaWiki:Common.css: Difference between revisions
No edit summary Tags: Reverted Mobile edit Mobile web edit |
No edit summary Tag: Manual revert |
||
| (27 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Logo */ | |||
.vector-header-start .mw-logo { | |||
min-width:10rem !important; | |||
} | |||
.vector-header-start .mw-logo img { | |||
width: 10rem !important; | |||
height: auto !important; | |||
} | |||
.vector-header-start .mw-logo span { | |||
display:none !important; | |||
} | |||
/* InfoBox */ | /* InfoBox */ | ||
.infobox { | .infobox { | ||
border: | border: 2px solid #aaa; | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
padding: 5px; | padding: 5px; | ||
| Line 26: | Line 38: | ||
display: none !important; | display: none !important; | ||
} | } | ||
.page-Main_Page .catlinks { | |||
display: none !important; | |||
} | } | ||
. | .main-page-layout { | ||
display: flex; | |||
flex-direction: row; | |||
gap: 4px; | |||
} | } | ||
. | .main-page-column { | ||
display:flex; | |||
flex-direction: column; | |||
gap:4px; | |||
} | } | ||
. | .image-flex-basis { | ||
flex-basis:150px; | |||
} | } | ||
@media screen and (max-width: 767px){ | |||
.main-page-layout{ | |||
} | flex-direction:column; | ||
} | |||
. | .image-flex-basis { | ||
flex-basis:350px; | |||
} | |||
} | } | ||