Fix Chat texarea and change font on Nav
This commit is contained in:
BIN
system/fonts/Caballar.ttf
Normal file
BIN
system/fonts/Caballar.ttf
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -18,10 +18,10 @@
|
|||||||
src: url("../fonts/PatrickHand.ttf") format("truetype");
|
src: url("../fonts/PatrickHand.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Font ManoNegra
|
// Font Caballar
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "ManoNegra";
|
font-family: "Caballar";
|
||||||
src: url("../fonts/ManoNegra.ttf") format("truetype");
|
src: url("../fonts/Caballar.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Font ArchitectsDaughter
|
// Font ArchitectsDaughter
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
$font-primary: "PatrickHand", sans-serif;
|
$font-primary: "PatrickHand", sans-serif;
|
||||||
$font-secondary: "BrushtipTexe", sans-serif;
|
$font-secondary: "BrushtipTexe", sans-serif;
|
||||||
$font-tertiary: "BrushtipTexe", sans-serif;
|
$font-tertiary: "Caballar", sans-serif;
|
||||||
$font-quaternary: "ArchitectsDaughter", sans-serif;
|
$font-quaternary: "ArchitectsDaughter", sans-serif;
|
||||||
$font-logoType: "LogotypeL5r", sans-serif;
|
$font-logoType: "LogotypeL5r", sans-serif;
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,8 @@ nav {
|
|||||||
height: 3rem;
|
height: 3rem;
|
||||||
line-height: 3rem;
|
line-height: 3rem;
|
||||||
font-family: $font-tertiary;
|
font-family: $font-tertiary;
|
||||||
font-size: 1.25rem;
|
letter-spacing: -0.05rem;
|
||||||
|
font-size: 1rem;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
border-bottom: 1px solid $l5r5e-title;
|
border-bottom: 1px solid $l5r5e-title;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|||||||
@@ -199,6 +199,9 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Chat
|
// Chat
|
||||||
|
#chat-form textarea {
|
||||||
|
color: $black;
|
||||||
|
}
|
||||||
#chat-form textarea,
|
#chat-form textarea,
|
||||||
.chat-message,
|
.chat-message,
|
||||||
.blind,
|
.blind,
|
||||||
@@ -206,6 +209,9 @@ button {
|
|||||||
#chat-controls .roll-type-select,
|
#chat-controls .roll-type-select,
|
||||||
.header-search input {
|
.header-search input {
|
||||||
background: transparent url("../assets/ui/chat-texture.webp") no-repeat;
|
background: transparent url("../assets/ui/chat-texture.webp") no-repeat;
|
||||||
|
&:focus {
|
||||||
|
background: #f0f0e0 url("../assets/ui/chat-texture.webp") no-repeat;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.header-search input[name="search"] {
|
.header-search input[name="search"] {
|
||||||
background-color: $l5r5e-chat-color;
|
background-color: $l5r5e-chat-color;
|
||||||
|
|||||||
Reference in New Issue
Block a user