A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

24 lines
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. }