Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 11: Line 11:
font-family: 'CrimsonText' !important;}
font-family: 'CrimsonText' !important;}


.page-header__title {
/* Makes the scrollbar 8px wide */
     text-decoration: none !important;
::-webkit-scrollbar {
     width: 12px;
}
}
/* Makes the scrollbar track have a black background */
::-webkit-scrollbar-track {
    background: black;
}
/* Makes the scrollbar bar have a green background */
::-webkit-scrollbar-thumb {
background-color: rgb(85, 196, 132);
    box-shadow: inset 0 0 4px black;

Revision as of 00:41, 1 April 2024

@font-face {
font-family: 'CrimsonText' !important; src: url('https://wiki.heystories.com/fonts/CrimsonText-Bold.ttf') format('ttf'), url('url('https://wiki.heystories.com/fonts/CrimsonText-Bold.ttf') ') format('ttf'), url('url('https://wiki.heystories.com/fonts/CrimsonText-Regular.ttf') ') format('ttf');
}
.mw-body,
.mw-headline,
.mw-label,
.mw-input,
.mw-body-content,
.mw-allpages-table-form,
.mw-allpages-nav {
font-family: 'CrimsonText' !important;}

/* Makes the scrollbar 8px wide */
::-webkit-scrollbar {
    width: 12px;
}

/* Makes the scrollbar track have a black background */
::-webkit-scrollbar-track {
    background: black;
}

/* Makes the scrollbar bar have a green background */
::-webkit-scrollbar-thumb {
	background-color: rgb(85, 196, 132);
    box-shadow: inset 0 0 4px black;