Difference between revisions of "MediaWiki:Timeless.css"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Teg
>Teg
Line 16: Line 16:
 
/* hide editing elements on mobile */
 
/* hide editing elements on mobile */
 
@media (max-width: 850px) {
 
@media (max-width: 850px) {
.mw-portlet-body {
+
#mw-page-header-links ul {
 
display: none !important;
 
display: none !important;
 
}
 
}
 
}
 
}

Revision as of 02:10, 18 September 2018

/* CSS placed here will affect users of the Timeless skin */

#p-logo {
	display: none;
}

.toc .toctitle {
	position: relative;
}

.toctoggle {
	position: absolute;
	right: 0;
}

/* hide editing elements on mobile */
@media (max-width: 850px) {
	#mw-page-header-links ul {
		display: none !important;
	}
}