You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.1 KiB
Plaintext
67 lines
1.1 KiB
Plaintext
@import "mediawiki.mixins";
|
|
|
|
@text: #013;
|
|
@background: #fff;
|
|
@background2: #f3f3f3;
|
|
@background3: #fcfcfc;
|
|
|
|
@background-dark: #777;
|
|
@background-dark2: #555;
|
|
@text-inverse: #fff;
|
|
|
|
@link: @blue;
|
|
@link-red: @red;
|
|
|
|
@grey: #ddd;
|
|
@grey-bright: #eee;
|
|
@grey-dark: #aaa;
|
|
|
|
@red: #b22;
|
|
@red-bright: #f44;
|
|
@red-dark: #800;
|
|
|
|
@green: #194;
|
|
@green-bright: #4c7;
|
|
@green-dark: #071;
|
|
|
|
@blue: #07c;
|
|
@blue-bright: #08d;
|
|
@blue-dark: #047;
|
|
|
|
@link: @blue;
|
|
@link-red: @red;
|
|
|
|
|
|
/* Flair */
|
|
|
|
@fonts-secondary: 'Linux Libertine', 'Georgia', serif;
|
|
@fonts: 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
|
|
@border: .2em;
|
|
@radius: .2em;
|
|
|
|
|
|
/* Misc */
|
|
|
|
/* To hide objects, but keep them accessible for screen-readers */
|
|
.hidden() {
|
|
position: absolute;
|
|
top: -9999px;
|
|
}
|
|
|
|
/* Icons - hides labels, but keep them accessible for screen-readers */
|
|
.icon() {
|
|
text-indent: -99999px;
|
|
border: none;
|
|
background: transparent;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.box {
|
|
background: @background3;
|
|
border: solid @grey-bright;
|
|
border-width: 1px 1px @border;
|
|
padding: 1.25em 1.75em;
|
|
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
|
|
overflow: auto;
|
|
}
|