MediaWiki:Timeless.css: відмінності між версіями
Матеріал з БатлМех-Вікі
Перейти до навігаціїПерейти до пошуку
Primus (обговорення | внесок) мНемає опису редагування |
Primus (обговорення | внесок) мНемає опису редагування |
||
Рядок 1: | Рядок 1: | ||
// Colours; see https://design.wikimedia.org/style-guide/visual-style_colors.html | // Colours; see https://design.wikimedia.org/style-guide/visual-style_colors.html | ||
.color-right, | .color-right, | ||
. | .color-middle { | ||
background: #c3c33c; | background: #c3c33c; | ||
} | } |
Версія за 14:33, 17 липня 2024
// Colours; see https://design.wikimedia.org/style-guide/visual-style_colors.html .color-right, .color-middle { background: #c3c33c; } .color-left { background: #74750f; } @base100: #fff; @base90: #f8f9fa; @base80: #eaecf0; @base70: #c8ccd1; @base30: #72777d; @base20: #54595d; @base0: #000; @red: #c3c33c; @red-bright: #c3c33c; @red-dark: #74750f; .red-dark: #74750f; red-dark: #74750f; @green: #00af89; @green-bright: #d5fdf4; @green-dark: #14866d; @blue: #36c; @blue-bright: #eaf3ff; @blue-dark: #74750f; @background: @base100; @text: @base0; @link: @blue; @link-visited: @blue-dark; @link-red: @red; @link-red-visited: @red-dark; @link-ext: #37a; @link-ext-visited: darken( @link-ext, 10% ); // Flair // Fonts are chosen for consistent metrics, not necessarily overall prettiness. @fonts-sans: 'Segoe UI', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif; @fonts-serif: 'Linux Libertine', 'Times New Roman', 'Liberation Serif', 'Nimbus Roman', 'Noto Serif', 'Times', serif; @fonts-mono: 'Menlo', 'Consolas', 'Monaco', 'Noto Mono', 'Nimbus Mono L', monospace; @fonts: @fonts-sans; @fonts-secondary: @fonts-serif; @border: 0.2em; @radius: 0.2em;