MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 531:
 
/* 2. HOME (Left of Center) */
/* Offset: -86px */
.branding-box {
margin-left: -86px !important;
/* ADD THIS LINE TO PREVENT STRETCHING: */
line-heightflex: 10 0 44px !important;
}
 
/* Home Icon (⌂) */
.branding-box::after {
Line 564 ⟶ 567:
margin-left: 42px !important;
}
/* Email Icon (Envelope) */
#custom-email-btn::after {
/* \FE0E forces "Text Mode" (Standard black/white) instead of Emoji */
content: "\2709\FE0E"; /* Unicode for Envelope */
font-size: 26px !important;
colorline-height: #fff1 !important;
margin-top: -2px !important;
line-height: 1 !important;
/* IOS HACK: This forces the icon to be flat white */
color: transparent !important; /* Hide the colorful emoji */
text-shadow: 0 0 0 #fff !important; /* Create a flat white shadow of it */
}