Le repo des sources pour le site web des JM2L
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.
 
 
 
 
 

72 lines
1.3 KiB

  1. a
  2. {
  3. text-decoration:none;
  4. padding: 2px 4px 4px 6px;
  5. display : block;
  6. border-width: 1px;
  7. border-style: solid;
  8. margin : 0px;
  9. }
  10. a.cke_scayt_toogle:hover,
  11. a.cke_scayt_toogle:focus,
  12. a.cke_scayt_toogle:active
  13. {
  14. border-color: #316ac5;
  15. background-color: #dff1ff;
  16. color : #000;
  17. cursor: pointer;
  18. margin : 0px;
  19. }
  20. a.cke_scayt_toogle {
  21. color : #316ac5;
  22. border-color: #fff;
  23. }
  24. .scayt_enabled a.cke_scayt_item {
  25. color : #316ac5;
  26. border-color: #fff;
  27. margin : 0px;
  28. }
  29. .scayt_disabled a.cke_scayt_item {
  30. color : gray;
  31. border-color : #fff;
  32. }
  33. .scayt_enabled a.cke_scayt_item:hover,
  34. .scayt_enabled a.cke_scayt_item:focus,
  35. .scayt_enabled a.cke_scayt_item:active
  36. {
  37. border-color: #316ac5;
  38. background-color: #dff1ff;
  39. color : #000;
  40. cursor: pointer;
  41. }
  42. .scayt_disabled a.cke_scayt_item:hover,
  43. .scayt_disabled a.cke_scayt_item:focus,
  44. .scayt_disabled a.cke_scayt_item:active
  45. {
  46. border-color: gray;
  47. background-color: #dff1ff;
  48. color : gray;
  49. cursor: no-drop;
  50. }
  51. .cke_scayt_set_on, .cke_scayt_set_off
  52. {
  53. display: none;
  54. }
  55. .scayt_enabled .cke_scayt_set_on
  56. {
  57. display: none;
  58. }
  59. .scayt_disabled .cke_scayt_set_on
  60. {
  61. display: inline;
  62. }
  63. .scayt_disabled .cke_scayt_set_off
  64. {
  65. display: none;
  66. }
  67. .scayt_enabled .cke_scayt_set_off
  68. {
  69. display: inline;
  70. }