ResourceColor

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • ResourceColor

      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



      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

      1. @namespace url(http://www.w3.org/1999/xhtml);
      2. @-moz-document domain("ogame.gameforge.com") {
      3. #resources li {
      4. padding: 5px;
      5. background-color: #0d1014;
      6. border-radius: 5px !important;
      7. opacity: 0.9 !important;
      8. }
      9. #resources .overmark {
      10. background-color: darkred;
      11. }
      12. #resources_darkmatter {
      13. font-size: 125% !important;
      14. font-style: italic;
      15. font-weight: bold !important;
      16. color: cyan !important;
      17. }
      18. #resources_metal {
      19. font-size: 125% !important;
      20. font-weight: bold !important;
      21. color: #DDDDDD !important;
      22. }
      23. #resources_crystal {
      24. font-size: 125% !important;
      25. font-weight: bold !important;
      26. color: skyblue !important;
      27. }
      28. #resources_deuterium {
      29. font-size: 125% !important;
      30. font-weight: bold !important;
      31. color: violet !important;
      32. }
      33. #resources_energy {
      34. font-size: 125% !important;
      35. font-weight: bold !important;
      36. color: gold !important;
      37. }
      38. }
      Display All


      Thanks in advance.

      The post was edited 1 time, last by energyzen ().