mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 02:33:48 +02:00
Merge pull request #387 from Foorack/master
Replace Osu! emojis with Twemoji
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 27 KiB |
@@ -1,13 +1,13 @@
|
|||||||
:root {
|
:root {
|
||||||
--offx: 20px; /* flag size */
|
--offx: 20px; /* flag size */
|
||||||
--offy: calc(var(--offx) / 70 * 46);
|
--offy: calc(var(--offx) / 72 * 52);
|
||||||
}
|
}
|
||||||
.flags {
|
.flags {
|
||||||
background: url('/images/flags.png') no-repeat;
|
background: url('/images/flags.png') no-repeat;
|
||||||
background-size: calc(var(--offx) * 6);
|
background-size: calc(var(--offx) * 6);
|
||||||
width: var(--offx);
|
width: var(--offx);
|
||||||
height: var(--offy);
|
height: var(--offy);
|
||||||
transform: translateY(calc(var(--offx) / 16));
|
transform: translateY(2px); /* move flag down */
|
||||||
background-position: calc(var(--offx) * -5) calc(var(--offy) * -4);
|
background-position: calc(var(--offx) * -5) calc(var(--offy) * -4);
|
||||||
}
|
}
|
||||||
span[class='flags'] {
|
span[class='flags'] {
|
||||||
|
|||||||
@@ -3126,12 +3126,29 @@ html
|
|||||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
div(style="margin-top:15px")
|
div(style="margin-top:15px")
|
||||||
p(style="font-weight:bold") osu!resources
|
p(style="font-weight:bold") Twemoji
|
||||||
pre(style="font-size:12px;white-space:pre-line").
|
pre(style="font-size:12px;white-space:pre-line").
|
||||||
https://github.com/ppy/osu-resources
|
MIT License
|
||||||
|
|
||||||
CC-BY-NC 4.0
|
Copyright (c) 2021 Twitter
|
||||||
https://github.com/ppy/osu-resources/blob/master/LICENCE.md
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
div(style="margin-top:15px")
|
div(style="margin-top:15px")
|
||||||
p(style="font-weight:bold") SharpDX
|
p(style="font-weight:bold") SharpDX
|
||||||
pre(style="font-size:12px;white-space:pre-line").
|
pre(style="font-size:12px;white-space:pre-line").
|
||||||
|
|||||||
Reference in New Issue
Block a user