500.css 569 B

1234567891011121314151617181920212223242526
  1. .subquote {
  2. color:#2E7BB8;
  3. }
  4. ::-moz-selection{
  5. background:#2E7BB8; color:#fff;
  6. }
  7. ::selection {
  8. background:#2E7BB8; color:#fff;
  9. }
  10. a:hover, ul.links li a {
  11. color: #2E7BB8;
  12. }
  13. #error {
  14. background:transparent url('../img/blue/500e.png') right 35px no-repeat;
  15. }
  16. #error #pacman {
  17. background:transparent url('../img/blue/pacman_eats.png') 0 0 no-repeat;
  18. }
  19. .pacman_eats {
  20. background:transparent url('../img/blue/pacman_eats.png') 0 -207px no-repeat!important;
  21. }
  22. input[type="text"]:focus{
  23. border:1px solid #2E7BB8;
  24. box-shadow:0 0 3px rgba(46, 123, 184, 1);
  25. }