2020-03-10 21:01:09 +00:00
|
|
|
@import '../../variables.less';
|
|
|
|
|
2020-01-15 21:46:45 +00:00
|
|
|
/* Vector screen styles */
|
2020-03-10 19:13:42 +00:00
|
|
|
@media screen {
|
|
|
|
@import 'common.less';
|
|
|
|
@import 'PersonalMenu.less';
|
|
|
|
@import 'SearchBox.less';
|
|
|
|
@import 'VectorTabs.less';
|
|
|
|
@import 'watchstar.less';
|
|
|
|
@import 'VectorMenu.less';
|
|
|
|
@import 'Navigation.less';
|
|
|
|
@import 'Portal.less';
|
|
|
|
@import 'Sidebar.less';
|
|
|
|
@import 'Footer.less';
|
|
|
|
@import 'externalLinks.less';
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Vector screen styles for high definition displays. These rules cross the above components and are
|
|
|
|
grouped together here only for the sake of the media query common to each. */
|
|
|
|
@media screen and ( min-width: 982px ) {
|
|
|
|
.mw-body,
|
|
|
|
#mw-head-base,
|
|
|
|
#left-navigation,
|
|
|
|
#mw-data-after-content,
|
|
|
|
#footer {
|
|
|
|
margin-left: 11em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-body {
|
|
|
|
padding: 1.25em 1.5em 1.5em 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
padding: 1.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mw-panel {
|
|
|
|
padding-left: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#p-search {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#p-personal {
|
|
|
|
right: 1em;
|
|
|
|
}
|
|
|
|
}
|
2020-03-10 21:01:09 +00:00
|
|
|
|
|
|
|
@import 'print.less';
|