mirror of
https://github.com/EndPwnArchive/EndPwn2.git
synced 2024-08-15 00:23:25 +00:00
21 lines
542 B
CSS
21 lines
542 B
CSS
|
/*
|
||
|
** Variables
|
||
|
*/
|
||
|
|
||
|
* {
|
||
|
--guild-border-radius: 0%; /*50%*/
|
||
|
--guild-size-width: 25px; /*50px*/
|
||
|
--guild-size-height: 25px; /*50px*/
|
||
|
--guild-margin-between: 4px; /*8px*/
|
||
|
--guilds-margin-ends: 4px; /*18px*/
|
||
|
--guilds-margin-sides: 4px; /*10px*/
|
||
|
|
||
|
--badge-border-radius: 0%; /*3px*/
|
||
|
--badge-padding: 1px 2px; /*3px 6px*/
|
||
|
|
||
|
--avatar-border-radius: 0%; /*50%*/
|
||
|
|
||
|
--background-image: url("https://www.sketchuptextureclub.com/public/texture_d/0023-brushed-dark-steel-metal-texture-seamless-hr.jpg");
|
||
|
|
||
|
--tooltip-color: #000000; /*#000000*/
|
||
|
}
|