User:FrankFrankUltimate/Minervaneue.css: Difference between revisions

From Pitiful Content Creators
Jump to navigation Jump to search
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%; }..."
 
m 1 revision imported: r
 
(No difference)

Latest revision as of 02:09, 15 January 2026

/* 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;
}