User:FrankFrankUltimate/Minervaneue.css

From Pitiful Content Creators
Revision as of 04:43, 25 July 2025 by r>FrankFrankUltimate (Created page with "All CSS here will be loaded for users of the mobile site: .branding-box span, #mw-mf-page-left .toggle-list-item__label { color: #ffffff; } .f-message, .reply { max-width: 460px; width: auto; } .header-container.header-chrome, #mw-mf-page-left ul li a { background: #ca1010; } .mw-body, #mw-mf-page-left { background: #ffc5c5; } #mw-mf-page-left ul li a:hover, #mw-mf-page-left ul.hlist li { background: #ca101080; } ul.hlist li { display: block; width: 100%; }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the mobile site */
.branding-box span, #mw-mf-page-left .toggle-list-item__label {
	color: #ffffff;
}
.f-message, .reply {
	max-width: 460px;
	width: auto;
}
.header-container.header-chrome, #mw-mf-page-left ul li a {
	background: #ca1010;
}
.mw-body, #mw-mf-page-left {
	background: #ffc5c5;
}
#mw-mf-page-left ul li a:hover, #mw-mf-page-left ul.hlist li {
	background: #ca101080;
}
ul.hlist li {
	display: block;
	width: 100%;
}
.branding-box span {
	font-weight: bold;
}
.full {
	max-width: 530px;
	width: auto;
}
/*
.header-container.header-chrome {
	overflow-x: scroll;
	overflow-y: visible;
}
*/
.minerva-header .branding-box {
	min-width: none;
	opacity: 1;
}
.minerva-search-form {
	margin-left: 10px;
	width: auto;
}
.minerva-header .minerva-icon {
	filter: brightness(10);
}
.minerva-header .search-box {
	max-width: none;
	width: 100%;
}
.r-message {
	max-width: 360px;
	width: auto;
}
.search-box .search {
	border-radius: 5px;
}
#allcomments {
	margin-top: 20px;
}
#mw-mf-page-left ul.hlist li a span {
	font-weight: bold;
}
#mw-mf-page-left ul {
	border: 2px solid #ffffff;
	padding-bottom: 0;
}