Change fonts and backgrounds.
@ -8,13 +8,13 @@
|
|||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Avenir Book';
|
font-family: 'Pretendard SemiBold';
|
||||||
src: url('../fonts/Avenir-Book.ttf');
|
src: url('../fonts/Pretendard-SemiBold.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
src: url('../fonts/Avenir-Medium.ttf');
|
src: url('../fonts/Pretendard-Medium.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
@ -42,7 +42,7 @@ p {
|
|||||||
|
|
||||||
/* Set default font and color. */
|
/* Set default font and color. */
|
||||||
body, button {
|
body, button {
|
||||||
font-family: 'Avenir Book';
|
font-family: 'Pretendard SemiBold';
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -110,7 +110,7 @@ body, button {
|
|||||||
}
|
}
|
||||||
#frameTitleText {
|
#frameTitleText {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -284,7 +284,7 @@ body, button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#welcomeHeader {
|
#welcomeHeader {
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: white;
|
color: white;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
@ -497,7 +497,7 @@ body, button {
|
|||||||
|
|
||||||
/* Header on login view. */
|
/* Header on login view. */
|
||||||
#loginSubheader {
|
#loginSubheader {
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
@ -522,7 +522,7 @@ body, button {
|
|||||||
|
|
||||||
/* Span which displays errors related to login field content. */
|
/* Span which displays errors related to login field content. */
|
||||||
.loginErrorSpan {
|
.loginErrorSpan {
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 8px;
|
font-size: 8px;
|
||||||
color: #ff1b0c;
|
color: #ff1b0c;
|
||||||
@ -558,7 +558,7 @@ body, button {
|
|||||||
|
|
||||||
/* Login text input styles. */
|
/* Login text input styles. */
|
||||||
.loginField {
|
.loginField {
|
||||||
font-family: 'Avenir Book';
|
font-family: 'Pretendard SemiBold';
|
||||||
background: none;
|
background: none;
|
||||||
border-width: 1.5px 0px 0px 0px;
|
border-width: 1.5px 0px 0px 0px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
@ -1222,7 +1222,7 @@ body, button {
|
|||||||
}
|
}
|
||||||
.settingsTabHeaderText {
|
.settingsTabHeaderText {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
}
|
}
|
||||||
.settingsTabHeaderDesc {
|
.settingsTabHeaderDesc {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@ -1261,7 +1261,7 @@ body, button {
|
|||||||
background: none;
|
background: none;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
transition: 0.25s ease;
|
transition: 0.25s ease;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
outline: none;
|
outline: none;
|
||||||
@ -1293,7 +1293,7 @@ body, button {
|
|||||||
background: rgba(0, 0, 0, 0.25);
|
background: rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid rgba(126, 126, 126, 0.57);
|
border: 1px solid rgba(126, 126, 126, 0.57);
|
||||||
font-family: 'Avenir Book';
|
font-family: 'Pretendard SemiBold';
|
||||||
transition: 0.25s ease;
|
transition: 0.25s ease;
|
||||||
}
|
}
|
||||||
#settingsContainer input[type=number]:focus,
|
#settingsContainer input[type=number]:focus,
|
||||||
@ -1322,7 +1322,7 @@ body, button {
|
|||||||
}
|
}
|
||||||
.settingsFieldTitle {
|
.settingsFieldTitle {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
color: rgba(255, 255, 255, 0.95);
|
color: rgba(255, 255, 255, 0.95);
|
||||||
}
|
}
|
||||||
.settingsFieldDesc {
|
.settingsFieldDesc {
|
||||||
@ -1485,7 +1485,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
width: 89%;
|
width: 89%;
|
||||||
}
|
}
|
||||||
.settingsFileSelDesc strong {
|
.settingsFileSelDesc strong {
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
}
|
}
|
||||||
|
|
||||||
/* * *
|
/* * *
|
||||||
@ -1593,7 +1593,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: grey;
|
color: grey;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
}
|
}
|
||||||
.settingsAuthAccountDetailValue {
|
.settingsAuthAccountDetailValue {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@ -1615,7 +1615,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
border: none;
|
border: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
background: none;
|
background: none;
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
outline: none;
|
outline: none;
|
||||||
transition: 0.25s ease;
|
transition: 0.25s ease;
|
||||||
}
|
}
|
||||||
@ -1640,7 +1640,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
background: none;
|
background: none;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
transition: 0.25s ease;
|
transition: 0.25s ease;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
outline: none;
|
outline: none;
|
||||||
@ -2195,7 +2195,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
/* Release type text. */
|
/* Release type text. */
|
||||||
#settingsAboutCurrentVersionTitle {
|
#settingsAboutCurrentVersionTitle {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
color: #23aa23;
|
color: #23aa23;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
@ -2284,7 +2284,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
background-color: rgba(255, 255, 255, 0.25);
|
background-color: rgba(255, 255, 255, 0.25);
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
font-family: 'Avenir Book';
|
font-family: 'Pretendard SemiBold';
|
||||||
}
|
}
|
||||||
.settingsChangelogText li+li {
|
.settingsChangelogText li+li {
|
||||||
margin-top: .25em;
|
margin-top: .25em;
|
||||||
@ -2394,7 +2394,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
/* Release type text. */
|
/* Release type text. */
|
||||||
#settingsUpdateVersionTitle {
|
#settingsUpdateVersionTitle {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
color: #23aa23;
|
color: #23aa23;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
@ -2593,7 +2593,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
#newsArticleTitle {
|
#newsArticleTitle {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: 0.25s ease;
|
transition: 0.25s ease;
|
||||||
@ -2910,7 +2910,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
top: 115%;
|
top: 115%;
|
||||||
left: -17.5px;
|
left: -17.5px;
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
transition: visibility 0s linear 0.25s, opacity 0.25s ease;
|
transition: visibility 0s linear 0.25s, opacity 0.25s ease;
|
||||||
}
|
}
|
||||||
@ -3242,7 +3242,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
transition: visibility 0s linear 0.25s, opacity 0.25s ease;
|
transition: visibility 0s linear 0.25s, opacity 0.25s ease;
|
||||||
bottom: calc(100% + 15px);
|
bottom: calc(100% + 15px);
|
||||||
@ -3557,7 +3557,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
|
|
||||||
/* Overlay title styles. */
|
/* Overlay title styles. */
|
||||||
#overlayTitle {
|
#overlayTitle {
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
@ -3583,7 +3583,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
background: none;
|
background: none;
|
||||||
border: 1px solid #ffffff;
|
border: 1px solid #ffffff;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
padding: 0px 8.1px;
|
padding: 0px 8.1px;
|
||||||
@ -3635,7 +3635,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
/* Server selection header. */
|
/* Server selection header. */
|
||||||
#serverSelectHeader,
|
#serverSelectHeader,
|
||||||
#accountSelectHeader {
|
#accountSelectHeader {
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -3858,7 +3858,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
background: none;
|
background: none;
|
||||||
border: 1px solid #ffffff;
|
border: 1px solid #ffffff;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Pretendard Medium';
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
padding: 0px 8.1px;
|
padding: 0px 8.1px;
|
||||||
|
BIN
app/assets/fonts/Pretendard-Black.ttf
Normal file
BIN
app/assets/fonts/Pretendard-Bold.ttf
Normal file
BIN
app/assets/fonts/Pretendard-ExtraBold.ttf
Normal file
BIN
app/assets/fonts/Pretendard-ExtraLight.ttf
Normal file
BIN
app/assets/fonts/Pretendard-Light.ttf
Normal file
BIN
app/assets/fonts/Pretendard-Medium.ttf
Normal file
BIN
app/assets/fonts/Pretendard-Regular.ttf
Normal file
BIN
app/assets/fonts/Pretendard-SemiBold.ttf
Normal file
BIN
app/assets/fonts/Pretendard-Thin.ttf
Normal file
Before Width: | Height: | Size: 160 KiB |
BIN
app/assets/images/backgrounds/0.png
Normal file
After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 181 KiB |
BIN
app/assets/images/backgrounds/1.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 502 KiB |
BIN
app/assets/images/backgrounds/2.png
Normal file
After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 1.0 MiB |
BIN
app/assets/images/backgrounds/3.png
Normal file
After Width: | Height: | Size: 2.1 MiB |
Before Width: | Height: | Size: 268 KiB |
BIN
app/assets/images/backgrounds/4.png
Normal file
After Width: | Height: | Size: 2.6 MiB |
Before Width: | Height: | Size: 456 KiB |
BIN
app/assets/images/backgrounds/5.png
Normal file
After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 2.6 MiB |
BIN
app/assets/images/backgrounds/6.png
Normal file
After Width: | Height: | Size: 2.6 MiB |
Before Width: | Height: | Size: 5.0 MiB |
BIN
app/assets/images/backgrounds/7.png
Normal file
After Width: | Height: | Size: 2.1 MiB |