A corporation manager and dashboard for EVE Online
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

24 lignes
502 B

  1. body {
  2. background-image: url("/static/images/bg/caldari.jpg?v=1");
  3. }
  4. .styled-border {
  5. border-color: #364A5F;
  6. }
  7. #character-options:before {
  8. border-bottom-color: #364A5F;
  9. }
  10. a {
  11. color: #99CCEE;
  12. }
  13. a:hover {
  14. color: #88BBDD;
  15. }
  16. #campaigns-select {
  17. background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" standalone="no"?><svg height="60" width="60" version="1.1" xmlns="http://www.w3.org/2000/svg"><polygon points="13,20 48,20 30,45" style="fill:#364A5F;"/></svg>');
  18. }