MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 59: | Line 59: | ||
#filetoc, .mw-filepage-resolutioninfo, .mw-mmv-filepage-buttons { display: none; } | #filetoc, .mw-filepage-resolutioninfo, .mw-mmv-filepage-buttons { display: none; } | ||
.filehistory | .filehistory { | ||
width: 100%; | width: 100%; | ||
} | } | ||
| Line 165: | Line 165: | ||
@media screen and (max-width: 600px) { | @media screen and (max-width: 600px) { | ||
/* ========= general cleanup ========= */ | /* ========= general cleanup ========= */ | ||
.page-actions-menu { | |||
display: none; | display: none; | ||
} | } | ||
| Line 183: | Line 178: | ||
.minerva-header .branding-box { | .minerva-header .branding-box { | ||
font-size: | font-size: 90%; | ||
} | } | ||
.last-modified-bar { | |||
display: none; | |||
} | |||
/* ========= main page cleanup ========= */ | /* ========= main page cleanup ========= */ | ||
.page-Main_Page .heading-holder { | .page-Main_Page .heading-holder { | ||
display: none; | display: none; | ||
| Line 193: | Line 191: | ||
/* ========= Project:About and Project:Contacts cleanup ========= */ | /* ========= Project:About and Project:Contacts cleanup ========= */ | ||
.page-Project_About .heading-holder, .page-Project_Contacts .heading-holder, .page-Project_Statistics .heading-holder { | .page-Project_About .heading-holder, .page-Project_Contacts .heading-holder, .page-Project_Statistics .heading-holder { | ||
display: none; | display: none; | ||
} | } | ||
/* ========= mediaviewer cleanup ========= */ | /* ========= mediaviewer cleanup ========= */ | ||
. | .overlay.media-viewer { | ||
background-color: #f0f0f0; | background-color: #f0f0f0; | ||
background-image: linear-gradient(135deg, #f1f1f1, silver); | background-image: linear-gradient(135deg, #f1f1f1, silver); | ||
| Line 206: | Line 202: | ||
/* =========================== custom CSS =========================== */ | /* =========================== custom CSS =========================== */ | ||
.neutral-box { | .neutral-box { | ||
margin-bottom: 2rem; | margin-bottom: 2rem; | ||
} | } | ||
| Line 224: | Line 212: | ||
/* ====== Project:About ====== */ | /* ====== Project:About ====== */ | ||
.side-by-side-image-row { | .side-by-side-image-row { | ||
flex-direction: column; | flex-direction: column; | ||
} | } | ||
} | } | ||