Hi,
It just changes colors and sizes of resources view.
1. Install Stylish.
2 . Create a new style and paste the code.
Preview
Overmark is shown like this
Code:
Display All
Thanks in advance.
It just changes colors and sizes of resources view.
1. Install Stylish.
2 . Create a new style and paste the code.
Preview
Overmark is shown like this
eNeRGyZeN wrote:
It changes the colors and size of the resources info panel, on the top of the page.
Metal : Grey
Crystal : SkyBlue
Deuteryum : Violet
DarkMatter : Cyan and Italic
Energy : Gold
Overmark with background on DarkRed
All sizes increased by 125% and bold
Code:
CSS Source Code
- @namespace url(http://www.w3.org/1999/xhtml);
- @-moz-document domain("ogame.gameforge.com") {
- #resources li {
- padding: 5px;
- background-color: #0d1014;
- border-radius: 5px !important;
- opacity: 0.9 !important;
- }
- #resources .overmark {
- background-color: darkred;
- }
- #resources_darkmatter {
- font-size: 125% !important;
- font-style: italic;
- font-weight: bold !important;
- color: cyan !important;
- }
- #resources_metal {
- font-size: 125% !important;
- font-weight: bold !important;
- color: #DDDDDD !important;
- }
- #resources_crystal {
- font-size: 125% !important;
- font-weight: bold !important;
- color: skyblue !important;
- }
- #resources_deuterium {
- font-size: 125% !important;
- font-weight: bold !important;
- color: violet !important;
- }
- #resources_energy {
- font-size: 125% !important;
- font-weight: bold !important;
- color: gold !important;
- }
- }
Thanks in advance.
The post was edited 1 time, last by energyzen ().