MediaWiki:Common.css: Difference between revisions

From Ethene
Content deleted Content added
m Another attempt at targeting the toolbar only while it's floating.
Tag: Reverted
m Move toolbar margins down just a bit.
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


@import url( 'https://fonts.googleapis.com/css2?family=Varela+Round');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round');


/* Changes the default font used for MediaWiki body text (does not include headings or monospaced text): */
/* Changes the default font used for MediaWiki body text (does not include headings or monospaced text): */
Line 30: Line 30:
#p-logo-text a.long {
#p-logo-text a.long {
line-height: 1.5;
line-height: 1.5;
}

/* Modifies the upper border from the default wiki theme: */
#mw-header-container {
min-height: 3.4em;
}
}


Line 57: Line 52:
background-repeat: repeat-x;
background-repeat: repeat-x;
background-position: top;
background-position: top;
margin-top: 2.5em;
}
}


Line 66: Line 60:
}
}


/* Fix for Visual Editor to bring the toolbar further below the search bar */
/* Move the Visual Editor toolbar down just a bit */
@media screen and (min-width: 851px) {
.ve-init-mw-desktopArticleTarget-toolbar
.ve-init-mw-desktopArticleTarget-toolbar {
top: 2em;
margin: -0.2em -2em 0;
}
}
}