MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 531:
/* 2. HOME (Left of Center) */
.branding-box {
margin-left: -86px !important;
/* ADD THIS LINE TO PREVENT STRETCHING: */
}
/* 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";
font-size: 26px !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 */
}
| |||