A tumblelog CMS built on AJAX, PHP and MySQL.

xhtmlxtras.css 332B

12345678910111213141516171819202122232425
  1. ins {
  2. border-bottom: 1px solid green;
  3. text-decoration: none;
  4. color: green;
  5. }
  6. del {
  7. color: Red;
  8. text-decoration: line-through;
  9. }
  10. cite {
  11. border-bottom: 1px dashed blue;
  12. }
  13. acronym {
  14. border-bottom: 1px dotted #CCC;
  15. cursor: help;
  16. }
  17. abbr, html\:abbr {
  18. border-bottom: 1px dashed #CCC;
  19. cursor: help;
  20. }