mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 15:53:50 +02:00
[Theme-Dark Vanilla] Removed Blur (#869)
* Removed Blur as it seems to cause stability issues for some users. * Added License for Encode Sans * Add missed elements
This commit is contained in:
@@ -3707,6 +3707,70 @@ html
|
|||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
|
div(style="margin-top:15px")
|
||||||
|
p(style="font-weight:bold") Encode Sans Font (from Dark Vanilla)
|
||||||
|
pre(style="font-size:12px;white-space:pre-line").
|
||||||
|
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||||
|
Copyright (c) 2020 June 20, Impallari Type, Andres Torresi, Jacques Le Bailly
|
||||||
|
(https://fonts.google.com/specimen/Encode+Sans),
|
||||||
|
with Reserved Font Name: Encode Sans.
|
||||||
|
|
||||||
|
PREAMBLE:
|
||||||
|
The goals of the Open Font License (OFL) are to stimulate worldwide development
|
||||||
|
of collaborative font projects, to support the font creation efforts of academic
|
||||||
|
and linguistic communities, and to provide a free and open framework in which
|
||||||
|
fonts may be shared and improved in partnership with others.
|
||||||
|
|
||||||
|
The OFL allows the licensed fonts to be used, studied, modified and redistributed
|
||||||
|
freely as long as they are not sold by themselves. The fonts, including any
|
||||||
|
derivative works, can be bundled, embedded, redistributed and/or sold with any
|
||||||
|
software provided that any reserved names are not used by derivative works.
|
||||||
|
The fonts and derivatives, however, cannot be released under any other type of
|
||||||
|
license. The requirement for fonts to remain under this license does not apply
|
||||||
|
to any document created using the fonts or their derivatives.
|
||||||
|
|
||||||
|
PERMISSION & CONDITIONS
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
|
the Font Software, to use, study, copy, merge, embed, modify, redistribute, and
|
||||||
|
sell modified and unmodified copies of the Font Software, subject to the
|
||||||
|
following conditions:
|
||||||
|
|
||||||
|
1. Neither the Font Software nor any of its individual components, in Original or
|
||||||
|
Modified Versions, may be sold by itself.
|
||||||
|
|
||||||
|
2. Original or Modified Versions of the Font Software may be bundled, redistributed
|
||||||
|
and/or sold with any software, provided that each copy contains the above copyright
|
||||||
|
notice and this license. These can be included either as stand-alone text files,
|
||||||
|
human-readable headers or in the appropriate machine-readable metadata fields within
|
||||||
|
text or binary files as long as those fields can be easily viewed by the user.
|
||||||
|
|
||||||
|
3. No Modified Version of the Font Software may use the Reserved Font Name(s) unless
|
||||||
|
explicit written permission is granted by the corresponding Copyright Holder. This
|
||||||
|
restriction only applies to the primary font name as presented to the users.
|
||||||
|
|
||||||
|
4. The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall
|
||||||
|
not be used to promote, endorse or advertise any Modified Version, except to
|
||||||
|
acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with
|
||||||
|
their explicit written permission.
|
||||||
|
|
||||||
|
5. The Font Software, modified or unmodified, in part or in whole, must be distributed
|
||||||
|
entirely under this license, and must not be distributed under any other license.
|
||||||
|
The requirement for fonts to remain under this license does not apply to any document
|
||||||
|
created using the Font Software.
|
||||||
|
|
||||||
|
TERMINATION
|
||||||
|
This license becomes null and void if any of the above conditions are not met.
|
||||||
|
|
||||||
|
DISCLAIMER
|
||||||
|
THE FONT SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||||
|
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR
|
||||||
|
OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM,
|
||||||
|
DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
|
||||||
|
OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||||
|
ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
|
||||||
|
DEALINGS IN THE FONT SOFTWARE.
|
||||||
|
|
||||||
//- dialog: Enable primary password
|
//- dialog: Enable primary password
|
||||||
el-dialog.x-dialog(
|
el-dialog.x-dialog(
|
||||||
:visible.sync="enablePrimaryPasswordDialog.visible"
|
:visible.sync="enablePrimaryPasswordDialog.visible"
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
* https://github.com/MintLily/Dark-Vanilla
|
* https://github.com/MintLily/Dark-Vanilla
|
||||||
*/
|
*/
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--ThemeName: 'Dark Vanilla';
|
--ThemeName: 'Dark Vanilla';
|
||||||
--ThemeVers: '2.0';
|
--ThemeVers: '2.0.2';
|
||||||
--ThemeAuth: 'MintLily';
|
--ThemeAuth: 'MintLily';
|
||||||
|
|
||||||
--dv_bright: #eecce0;
|
--dv_bright: #eecce0;
|
||||||
@@ -285,6 +285,13 @@ tr[class='el-table__row el-table__row--striped']:hover .el-table__expand-icon {
|
|||||||
color: var(--dv_bright);
|
color: var(--dv_bright);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-message-box {
|
||||||
|
background-color: var(--dv_bg-top);
|
||||||
|
border-radius: var(--dv_lg-rounded);
|
||||||
|
border-color: transparent;
|
||||||
|
box-shadow: var(--shadow);
|
||||||
|
}
|
||||||
|
|
||||||
/* Game Log */
|
/* Game Log */
|
||||||
table.el-table__body[style^='width:']
|
table.el-table__body[style^='width:']
|
||||||
tr[class='el-table__row']:hover
|
tr[class='el-table__row']:hover
|
||||||
@@ -511,6 +518,7 @@ div.options-container[style='margin-top: 45px; border-top: 1px solid rgb(238, 23
|
|||||||
.el-button--primary {
|
.el-button--primary {
|
||||||
background-color: var(--dv_muted);
|
background-color: var(--dv_muted);
|
||||||
border-color: var(--dv_muted);
|
border-color: var(--dv_muted);
|
||||||
|
border-radius: var(--dv_md-rounded);
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-button--primary:focus,
|
.el-button--primary:focus,
|
||||||
@@ -643,7 +651,6 @@ i[class='el-icon-star-off']:not(.el-menu-item div.el-tooltip i) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.el-dialog__wrapper[style^='z-index: '] {
|
.el-dialog__wrapper[style^='z-index: '] {
|
||||||
backdrop-filter: blur(8px);
|
|
||||||
background-color: rgba(0, 0, 0, 0.4);
|
background-color: rgba(0, 0, 0, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user