Просмотр файла admin/news/style/standart.css

Размер файла: 708B
  1. body { color: #ff9; border: outset 4px maroon; }
  2. a:active {
  3. background-color: #808;
  4. color: #FF0;
  5. text-decoration: none;
  6. }
  7. a:hover {
  8. background-color: #808;
  9. color: #FF0;
  10. }
  11. a:link {
  12. color: #FF0;
  13. text-decoration: none;
  14. }
  15. a:visited {
  16. color: silver;
  17. text-decoration: none;
  18. }
  19. .a { font-stretch: extra-condensed; font-variant: normal; font-size-adjust: inherit; background-color: maroon; text-transform: capitalize; text-align: center; border: outset 3px lime; }
  20. .b { background-color: #00f; text-align: center; border: outset 3px maroon; }
  21. .c { font-size: 12px; text-align: center; border: outset 4px teal; }
  22. .d { background-color: gray; border: groove 3px maroon; }