mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Tweak interwiki link style
This commit is contained in:
parent
e350d1cc8e
commit
a7b258236c
2 changed files with 5 additions and 5 deletions
|
@ -297,8 +297,8 @@ blockquote { padding-left: 1em; border-left: 0.2em solid #442772; border-radius:
|
||||||
a { cursor: pointer; }
|
a { cursor: pointer; }
|
||||||
a.redlink:link { color: rgb(230, 7, 7); }
|
a.redlink:link { color: rgb(230, 7, 7); }
|
||||||
a.redlink:visited { color: rgb(130, 15, 15); /*#8b1a1a*/ }
|
a.redlink:visited { color: rgb(130, 15, 15); /*#8b1a1a*/ }
|
||||||
a.interwiki_link::before { content: "\\1f30d"; display: inline-block; margin-right: 0.25em; }
|
a.interwiki_link::before { content: "\\1f6f8"; display: inline-block; margin-right: 0.25em; }
|
||||||
a.interwiki_link { color: #127757; /* sekret! This is the decimal value of the above emoticon */ }
|
a.interwiki_link { color: #127757; }
|
||||||
|
|
||||||
.matching-tags-display { display: flex; margin: 0 -2em; padding: 1em 2em; background: hsla(30, 84%, 72%, 0.75); }
|
.matching-tags-display { display: flex; margin: 0 -2em; padding: 1em 2em; background: hsla(30, 84%, 72%, 0.75); }
|
||||||
.matching-tags-display > label { flex: 0; font-weight: bold; color: #442772; }
|
.matching-tags-display > label { flex: 0; font-weight: bold; color: #442772; }
|
||||||
|
@ -409,7 +409,7 @@ if($settings->sessionprefix == "auto")
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
/** The version of Pepperminty Wiki currently running. */
|
/** The version of Pepperminty Wiki currently running. */
|
||||||
$version = "v0.18-dev";
|
$version = "v0.18-dev";
|
||||||
$commit = "0b4290321c50abef10a099958a1c2b2ec1e859bf";
|
$commit = "e350d1cc8efeab734f9347ec9fc6f1d1e20bed45";
|
||||||
/// Environment ///
|
/// Environment ///
|
||||||
/** Holds information about the current request environment. */
|
/** Holds information about the current request environment. */
|
||||||
$env = new stdClass();
|
$env = new stdClass();
|
||||||
|
|
|
@ -56,8 +56,8 @@ blockquote { padding-left: 1em; border-left: 0.2em solid #442772; border-radius:
|
||||||
a { cursor: pointer; }
|
a { cursor: pointer; }
|
||||||
a.redlink:link { color: rgb(230, 7, 7); }
|
a.redlink:link { color: rgb(230, 7, 7); }
|
||||||
a.redlink:visited { color: rgb(130, 15, 15); /*#8b1a1a*/ }
|
a.redlink:visited { color: rgb(130, 15, 15); /*#8b1a1a*/ }
|
||||||
a.interwiki_link::before { content: "\\1f30d"; display: inline-block; margin-right: 0.25em; }
|
a.interwiki_link::before { content: "\\1f6f8"; display: inline-block; margin-right: 0.25em; }
|
||||||
a.interwiki_link { color: #127757; /* sekret! This is the decimal value of the above emoticon */ }
|
a.interwiki_link { color: #127757; }
|
||||||
|
|
||||||
.matching-tags-display { display: flex; margin: 0 -2em; padding: 1em 2em; background: hsla(30, 84%, 72%, 0.75); }
|
.matching-tags-display { display: flex; margin: 0 -2em; padding: 1em 2em; background: hsla(30, 84%, 72%, 0.75); }
|
||||||
.matching-tags-display > label { flex: 0; font-weight: bold; color: #442772; }
|
.matching-tags-display > label { flex: 0; font-weight: bold; color: #442772; }
|
||||||
|
|
Loading…
Reference in a new issue