MediaWiki:Timeless.css: відмінності між версіями

Матеріал з БатлМех-Вікі
Перейти до навігаціїПерейти до пошуку
мНемає опису редагування
мНемає опису редагування
Рядок 1: Рядок 1:
/* Весь CSS тут буде завантажений для користувачів скіна Timeless */
/* Весь CSS тут буде завантажений для користувачів скіна Timeless */
.color-right,
// Colours; see https://design.wikimedia.org/style-guide/visual-style_colors.html
.color-middle {
 
background: red;
@base100: #fff;
}
@base90: #f8f9fa;
.color-left {
@base80: #eaecf0;
background: red;
@base70: #c8ccd1;
}
@base30: #72777d;
@base20: #54595d;
@base0: #000;
 
@red: #d73333;
@red-bright: #c3c33c;
@red-dark: #74750f;
 
@green: #00af89;
@green-bright: #d5fdf4;
@green-dark: #14866d;
 
@blue: #36c;
@blue-bright: #eaf3ff;
@blue-dark: #2a4b8d;
 
@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;

Версія за 14:08, 17 липня 2024

/* Весь CSS тут буде завантажений для користувачів скіна Timeless */
// Colours; see https://design.wikimedia.org/style-guide/visual-style_colors.html

@base100: #fff;
@base90: #f8f9fa;
@base80: #eaecf0;
@base70: #c8ccd1;
@base30: #72777d;
@base20: #54595d;
@base0: #000;

@red: #d73333;
@red-bright: #c3c33c;
@red-dark: #74750f;

@green: #00af89;
@green-bright: #d5fdf4;
@green-dark: #14866d;

@blue: #36c;
@blue-bright: #eaf3ff;
@blue-dark: #2a4b8d;

@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;