MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */


/* Import fonts */
@import url('https://fonts.cdnfonts.com/css/raleway-5');
@font-face {
    font-family: 'Desmon';
    src: url('/images/1/17/Desmon.ttf') format('truetype');
}
@font-face {
    font-family: 'Cinzel Decorative Bold';
    src: url('/images/6/64/CinzelDecorative-Bold.ttf') format('truetype');
}
body {
    background-color: white;
    font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5 {
    color: #174345;
}
a, a:visited, .toctogglelabel {
    color: #29878C!important;
}
a.new, .vector-menu-tabs-legacy .new a, .vector-menu-tabs-legacy .new a:visited {
    color: #FC6543;
}
*:focus-visible {
    outline: 1px solid #174345;
}


/*Take off "Main Page" from the home page */
/*Take off "Main Page" from the home page */

Navigation menu