WIP 02: style adjustments to match eh22 styleguide
This commit is contained in:
parent
a4e83ec21a
commit
0501598d41
75 changed files with 957 additions and 317 deletions
|
@ -1,6 +1,7 @@
|
|||
/**
|
||||
* This file provides styles for the translation plugin
|
||||
*/
|
||||
@import "../base";
|
||||
|
||||
|
||||
.dokuwiki div.plugin_translation {
|
||||
|
@ -11,8 +12,8 @@
|
|||
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid var(--color-shade-4);
|
||||
padding-bottom: 0.5rem;
|
||||
height: 4rem;
|
||||
|
||||
+ * {
|
||||
clear: both;
|
||||
|
@ -20,11 +21,28 @@
|
|||
}
|
||||
|
||||
ul li {
|
||||
a.wikilink1:link,
|
||||
a.wikilink1:hover,
|
||||
a.wikilink1:active,
|
||||
a.wikilink1:visited {
|
||||
background-color: @ini_link;
|
||||
// active language
|
||||
span.wikilink1 {
|
||||
.fnButton();
|
||||
.fnActiveButton();
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
a.wikilink1{
|
||||
.fnButton();
|
||||
}
|
||||
|
||||
span.wikilink2{
|
||||
.fnButton();
|
||||
.fnButtonSecondary();
|
||||
.fnActiveButtonSecondary()
|
||||
}
|
||||
|
||||
a.wikilink2,
|
||||
a.wikilink2:visited{
|
||||
.fnButton();
|
||||
.fnButtonSecondary();
|
||||
background-color: var(--color-shade-4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue