MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
48 bytes removed ,  13:42, 3 October 2022
no edit summary
No edit summary
No edit summary
Line 32: Line 32:
     font-style: normal;
     font-style: normal;
     font-display: swap;
     font-display: swap;
     src: url('filepath://IBMPlexSans-Regular.woff2') format('woff2');
     src: url('images/IBMPlexSans-Regular.woff2') format('woff2');
}
}


Line 40: Line 40:
     font-style: italic;
     font-style: italic;
     font-display: swap;
     font-display: swap;
     src: url('filepath://IBMPlexSans-Italic.woff2') format('woff2');
     src: url('images/IBMPlexSans-Italic.woff2') format('woff2');
}
}


Line 48: Line 48:
     font-style: normal;
     font-style: normal;
     font-display: swap;
     font-display: swap;
     src: url('filepath://IBMPlexSans-Bold.woff2') format('woff2');
     src: url('images/IBMPlexSans-Bold.woff2') format('woff2');
}
}


Line 56: Line 56:
     font-style: italic;
     font-style: italic;
     font-display: swap;
     font-display: swap;
     src: url('filepath://IBMPlexSans-BoldItalic.woff2') format('woff2');
     src: url('images/IBMPlexSans-BoldItalic.woff2') format('woff2');
}
}


Line 64: Line 64:
     font-style: normal;
     font-style: normal;
     font-display: swap;
     font-display: swap;
     src: url('filepath://PT-Serif_Regular.woff2') format('woff2');
     src: url('images/PT-Serif_Regular.woff2') format('woff2');
}
}


Line 72: Line 72:
     font-style: italic;
     font-style: italic;
     font-display: swap;
     font-display: swap;
     src: url('filepath://PT-Serif_Italic.woff2') format('woff2');
     src: url('images/PT-Serif_Italic.woff2') format('woff2');
}
}


Line 80: Line 80:
     font-style: normal;
     font-style: normal;
     font-display: swap;
     font-display: swap;
     src: url('filepath://PT-Serif_Bold.woff2') format('woff2');
     src: url('images/PT-Serif_Bold.woff2') format('woff2');
}
}


Line 88: Line 88:
     font-style: italic;
     font-style: italic;
     font-display: swap;
     font-display: swap;
     src: url('filepath://PT-Serif_Bold-Italic.woff2') format('woff2');
     src: url('images/PT-Serif_Bold-Italic.woff2') format('woff2');
}
}


Line 96: Line 96:
     font-weight: normal;
     font-weight: normal;
     src: local("RuneScape Plain 12"),
     src: local("RuneScape Plain 12"),
         url('filepath://RuneScape.woff2') format('woff2');
         url('images/RuneScape.woff2') format('woff2');
}
}


Line 107: Line 107:
         local("RuneScape Chat 2"),
         local("RuneScape Chat 2"),
         local("RuneScape Chat"),
         local("RuneScape Chat"),
         url('filepath://RuneScape_Bold.woff2') format('woff2');
         url('images/RuneScape_Bold.woff2') format('woff2');
}
}


Line 115: Line 115:
     font-weight: normal;
     font-weight: normal;
     src: local("RuneScape Plain 12"),
     src: local("RuneScape Plain 12"),
         url('filepath://RuneScape_Small.woff2') format('woff2');
         url('images/RuneScape_Small.woff2') format('woff2');
}
}


Line 124: Line 124:
     --mw-code-background-color: #ddd4bb;
     --mw-code-background-color: #ddd4bb;
     --ul-list-style-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='5' height='13'%3E %3Ccircle cx='2.5' cy='9.5' r='2.5' fill='%23000'/%3E %3C/svg%3E");
     --ul-list-style-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='5' height='13'%3E %3Ccircle cx='2.5' cy='9.5' r='2.5' fill='%23000'/%3E %3C/svg%3E");
     --body-background-image: url('filepath://Background.jpg');
     --body-background-image: url('images/Background.jpg');
}
}


Navigation menu