mediawiki-skins-Gongbi/resources/screen-desktop-full.less

57 行
1.4 KiB
Plaintext

/**
* Gongbi Skin
* © 2015-2021 Issara
* © 2022-2023 WaitSpring
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
@import 'variables.less';
/* Three-column layout */
#mw-content-block {
.flex-display;
clear: both;
}
#p-logo-text {
min-width: @column-left-size;
}
#mw-site-navigation {
.column-left();
.flex(0, 0, @column-left-size, 1);
border: solid 0.5px @base80;
border-width: 0 1px 0 0;
}
#mw-content-wrapper {
.flex(1, 1, auto, 2);
/* Make word wrapping, max-width percentages, etc work with the above flex */
min-width: 50%;
}
#mw-related-navigation {
.column-right();
.flex(0, 0, @column-right-size, 3);
border: solid 0.5px @base80;
border-width: 0 0 0 1px;
/* stylelint-disable-next-line selector-max-id */
#page-more {
position: sticky;
top: 4.375em;
}
}