Файловый менеджер - Редактировать - /var/www/html/minerva.less.zip
Ðазад
PK ! oTm|2 2 minerva.mixins.lessnu �Iw�� @import 'minerva.variables.less'; .editor-textarea() { box-sizing: border-box; width: 100%; // Note if a textarea has a .mw-ui-input class, this may be overridden padding: 10px @padding-content 10px @padding-content; // stylelint-disable-next-line plugin/no-unsupported-browser-features resize: none; } .clearfix() { display: block; content: ''; clear: both; } // Mixins for history, contributions, watchlist and recent changes' changes list .changeslist-minor-edit() { background-color: @background-color-interactive; position: absolute; bottom: 10px; left: 85px; border-radius: @border-radius-base; padding: 0 6px 1px; font-size: @font-size-minerva-small; font-weight: bold; } .changeslist-make-row-linkable() { position: absolute; right: 0; left: 0; top: 0; bottom: 0; // !important to override any link styles. color: transparent !important; z-index: @z-index-above-content; } .changeslist-meta() { position: absolute; left: 0; font-size: @font-size-minerva-small; } .changeslist-row() { font-size: 0.85em; list-style: none; position: relative; min-height: 80px; width: 100%; /* !important to override the too-specific rule .content ol li, .content ul li */ margin: 0 !important; padding: 12px 0; border-bottom: @border-width-base @border-style-base @border-color-muted; &::before, &::after { .clearfix(); } } .changeslist-row-item() { color: #72777d; margin: 0.5em 0; padding-left: 85px; font-size: @font-size-minerva-small; } .changeslist-header() { background-color: @background-color-interactive; color: @color-subtle; display: block; width: 100%; padding: 0.5em 16px 0.4em; font-size: 0.85em; font-weight: bold; } // Generic mixin for applying styles to text that accompanies/adds context to workflows .secondary-text() { font-size: @font-size-minerva-small; color: #72777d; margin-top: 0.5em; line-height: 1.4; } .night-mode-invert-image() { filter: invert( 1 ) hue-rotate( 180deg ); } /** This mixin should only be used where it's safe to do so. It should not be applied to content which may have important information. */ .night-mode-strip-all-colors-when-safe() { background: inherit !important; color: inherit !important; /* If a border is defined retain it but make it black. If no border this won't do anything. */ border-color: @border-color-subtle !important; } PK ! ��N N minerva.variables.lessnu �Iw�� @import 'mediawiki.skin.variables.less'; /** * System font stack for sans-serif fonts * * `-apple-system` ('San Francisco') – Support: Safari 9+ macOS and iOS, Firefox macOS * `BlinkMacSystemFont` ('San Francisco') – Chrome 48+ macOS and iOS * `Segoe UI` – Windows Vista & newer * `Roboto` – Android 4.0 * `Lato` – Wikimedia Design choice, OFL licensed * `Helvetica, Arial, sans-serif` – (Generic) Web fallback * Note that CSS Fonts Module Level 4's `system-ui` value has resulted in unresolved * side-effects in certain OS/language combinations and is therefore not included as of now. */ @font-family-base: @font-family-system-sans; @font-size-browser: 16; // Assumed browser default of `16px`. @font-size-root: 100%; // T282315: Use rem instead of em to avoid font-size compounding, resulting in smaller than intended text @font-size-minerva-small: unit( 14 / @font-size-browser, rem ); // Equals `14px` at `16px` browser default. @font-size-minerva-smallest: unit( 13 / @font-size-browser, rem ); // Equals `13px` at `16px` browser default. // // Icons // @icon-padding-medium: @size-75; @icon-size-medium: @size-icon-medium; @min-size-icon: @min-size-icon-medium; @size-icon: 1.5em; @width-icon-gutter: 1em; // Navigation Drawers @drawer-width-right: 60%; // Headings @font-size-h1: 1.7em; @font-size-h2: 1.5em; @font-size-h3: 1.2em; // Content @padding-content: 16px; @margin-content: 16px; // Header @height-site-header: unit( 54 / @font-size-browser, em ); @height-overlay-header: unit( 48 / @font-size-browser, em ); @padding-vertical-header: 0.15em; @width-search-box: 375/16em; @device-width-tablet-ems: unit( @min-width-breakpoint-tablet / @font-size-browser, em ); // This is the minimum width at which the logo can be rendered safely for logged in users, // using advanced mobile mode, // without overflowing the viewport at @min-width-breakpoint-tablet. // // This is calculated by taking @min-width-breakpoint-tablet and counting the space available // after accounting for 3 icons - main menu, notification bell and user menu icon, // and the search bar. @min-size-interactive-touch-ems: unit( @min-size-interactive-touch / @font-size-browser, em ); @min-width-branding-box-ems: @device-width-tablet-ems - ( 3 * @min-size-interactive-touch-ems ) - @width-search-box; // FIXME: This is the min-width before T349793 was merged. Remove when T366859 is resolved. @T366859-min-width-branding-box-ems: 10.0625em; @top-spacing-title-section: @spacing-125; // Page actions // TODO: Replace by `@font-size-minerva-small`. @font-size-tag-line: 0.85em; // colors @opaque: rgba( 0, 0, 0, 0.8 ); @background-color-toast-notification: #202122; // Typography @line-height-content: 1.65; @margin-heading: 0.5em; // blockquote @padding-start-blockquote: @spacing-200; // Make it a tad smaller on mobile to fit more contents. @padding-end-blockquote: @spacing-150; @padding-vertical-blockquote: @spacing-50; // custom tablet styling @padding-content-tablet: 3.35em; // This value was previously derived from taking the old tablet breakpoint of 720px // and subtracting ( 2 * @padding-content-tablet ) ) to account for the lack of // view border box. // This may be reassessed in phab:T366860. @max-width-content-tablet: 993.3px; // Wiki specific variables @width-infobox: 320px; // z-index: @z-index-occluded: -1; @z-index-base: 0; @z-index-above-content: 1; @z-index-drawer: 2; @z-index-overlay: 3; @z-index-over-overlay: 4; // Animations & Transitions // Transitions > Timing Functions @transition-timing-function-menu: ease-in-out; // = Print @color-print: #000; @color-print-subtle: #999; @border-color-print: #999; PK ! oTm|2 2 minerva.mixins.lessnu �Iw�� PK ! ��N N u minerva.variables.lessnu �Iw�� PK �
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка