Added badge selection
This commit is contained in:
@@ -39,6 +39,7 @@ Potential And Confirmed Bugs
|
||||
Wishlist
|
||||
---
|
||||
|
||||
* Mercenaries.
|
||||
* In-game events.
|
||||
* Hire a graphic designer.
|
||||
* Implement nations (player alliances) (sending items/gold).
|
||||
@@ -64,4 +65,4 @@ Badge Ideas
|
||||
* Bug Hunter (Reward List: Hegemon)
|
||||
* Alliance exclusive badges
|
||||
* Donater / Supporter
|
||||
|
||||
* Unknown / error badge
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
@@ -337,12 +337,17 @@ pre {
|
||||
.rainbowText {
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom,
|
||||
background-image: -webkit-gradient(linear, left top, left bottom,
|
||||
color-stop(0.00, red),
|
||||
color-stop(16%, orange),
|
||||
color-stop(32%, yellow),
|
||||
color-stop(48%, green),
|
||||
color-stop(60%, blue),
|
||||
color-stop(76%, indigo),
|
||||
color-stop(1.00, violet));
|
||||
}
|
||||
color-stop(1.00, violet)
|
||||
);
|
||||
}
|
||||
|
||||
.highlight {
|
||||
background-color: #1a253a;
|
||||
}
|
||||
Reference in New Issue
Block a user