User:Emma/common.css: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
(Testing some CSS)
m (Emma moved page User:Matt/common.css to User:Emma/common.css without leaving a redirect: Automatically moved page while renaming the user "Matt" to "Emma")
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Make table of contents float */
 
#toc {
position: fixed;
bottom: 0px;
left: 0%;
z-index: 9999;
}
/* Move section [edit] links to the right side of the screen. */
.mw-editsection,
.mw-editsection-like {
    float: right;
    line-height: inherit;
}
#firstHeading .mw-editsection,
#firstHeading .mw-editsection-like {
    margin-top: 0.5em;
    line-height: 1em;
}
.skin-modern #firstHeading .mw-editsection,
.skin-modern #firstHeading .mw-editsection-like {
    margin-right: 0.5em;
}

Latest revision as of 04:30, July 19, 2016