@@ -4,8 +4,26 @@ description: The official PaperMC and Velocity logomarks and the terms under whi
4
4
slug : misc/assets
5
5
---
6
6
7
+ <style >
8
+ :root [data-theme = " dark" ] {
9
+ --image-backdrop-light : var (--sl-color-white );
10
+ }
11
+ :root [data-theme = " light" ] {
12
+ --image-backdrop-dark : var (--sl-color-white );
13
+ }
14
+ table td {
15
+ vertical-align : middle ;
16
+ }
17
+ table img {
18
+ width : 12rem !important ;
19
+ }
20
+ </style >
21
+
7
22
This page provides the official PaperMC and Velocity logomarks and the terms under which you may use them.
8
23
24
+ Images on this page are available through our CDN, and using the provided URLs is encouraged (but not necessary)
25
+ when referencing these assets in your projects, as long as you adhere to the usage guidelines outlined below.
26
+
9
27
::: caution
10
28
11
29
The logomarks are subject to their own separate licensing terms and do not inherit any from the
@@ -34,7 +52,13 @@ You may not:
34
52
- Sell the PaperMC logomark on its own or as part of other products without explicit permission.
35
53
- Alter the transparency of any elements within the PaperMC logomark.
36
54
37
- <span style =" display : flex ; width : min (100% , 24rem );" >![ PaperMC logomark] ( https://assets.papermc.io/brand/papermc_logo.min.svg ) </span >
55
+ | Image | URL |
56
+ | ----------------------------------------------------------------------------------------------------------------------------------------------| --------------------------------------------------------------------------|
57
+ | <div style =" background-color : var (--image-backdrop-light );" >![ ] ( https://assets.papermc.io/brand/papermc_combination_mark_dark.min.svg ) </div > | ` https://assets.papermc.io/brand/papermc_combination_mark_dark.min.svg ` |
58
+ | <div style =" background-color : var (--image-backdrop-dark );" >![ ] ( https://assets.papermc.io/brand/papermc_combination_mark_light.min.svg ) </div > | ` https://assets.papermc.io/brand/papermc_combination_mark_light.min.svg ` |
59
+ | ![ ] ( https://assets.papermc.io/brand/papermc_logo.min.svg ) | ` https://assets.papermc.io/brand/papermc_logo.min.svg ` |
60
+ | ![ ] ( https://assets.papermc.io/brand/papermc_logo.256.png ) | ` https://assets.papermc.io/brand/papermc_logo.256.png ` |
61
+ | ![ ] ( https://assets.papermc.io/brand/papermc_logo.512.png ) | ` https://assets.papermc.io/brand/papermc_logo.512.png ` |
38
62
39
63
## Velocity
40
64
@@ -46,4 +70,9 @@ endorses some product or service. For instance, you may advertise a plugin as be
46
70
compatible with Velocity, but you may not make the Velocity logo prominent in that
47
71
advertising.
48
72
49
- <span style =" display : flex ; width : min (100% , 24rem );" >![ Velocity logomark] ( https://assets.papermc.io/brand/velocity_logo_blue.min.svg ) </span >
73
+ | Image | URL |
74
+ | -----------------------------------------------------------------------------------------------------------------------------------------------| ---------------------------------------------------------------------------|
75
+ | ![ ] ( https://assets.papermc.io/brand/velocity_combination_mark_blue.min.svg ) | ` https://assets.papermc.io/brand/velocity_combination_mark_blue.min.svg ` |
76
+ | <div style =" background-color : var (--image-backdrop-dark );" >![ ] ( https://assets.papermc.io/brand/velocity_combination_mark_white.min.svg ) </div > | ` https://assets.papermc.io/brand/velocity_combination_mark_white.min.svg ` |
77
+ | ![ ] ( https://assets.papermc.io/brand/velocity_logo_blue.min.svg ) | ` https://assets.papermc.io/brand/velocity_logo_blue.min.svg ` |
78
+ | <div style =" background-color : var (--image-backdrop-dark );" >![ ] ( https://assets.papermc.io/brand/velocity_logo_white.min.svg ) </div > | ` https://assets.papermc.io/brand/velocity_logo_white.min.svg ` |
0 commit comments