User:Rigel Kent/mobile.css: Difference between revisions

From Dragon Quest Wiki
Jump to navigation Jump to search
(blank)
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */


/* Include common stylesheet */
@import url("/w/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css");
/* Inline list styles for Minerva skin */
.content .inline-list, .inline-list ul, .inline-list ol {
    margin:0.5em 0;
    overflow-x:hidden;
    list-style-type:none;
}
.inline-list li {
    display:inline;
    margin:0 1.18em 0 0;
    white-space:nowrap;
}
.inline-list li + li {
    margin-left:-1.18em;
}
.inline-list li + li:before {
    content:"\a0•\a0";
}
/* Override Minerva skin navbox hiding */
.content .navbox {
    display:block !important;
}

Revision as of 09:08, 2 December 2015

/* CSS placed here will affect users of the mobile site */

/* Include common stylesheet */
@import url("/w/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css");

/* Inline list styles for Minerva skin */
.content .inline-list, .inline-list ul, .inline-list ol {
    margin:0.5em 0;
    overflow-x:hidden;
    list-style-type:none;
}
.inline-list li {
    display:inline;
    margin:0 1.18em 0 0;
    white-space:nowrap;
}
.inline-list li + li {
    margin-left:-1.18em;
}
.inline-list li + li:before {
    content:"\a0•\a0";
}

/* Override Minerva skin navbox hiding */
.content .navbox {
    display:block !important;
}