chiark / gitweb /
css: reduce excessive line length.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 13 Jun 2018 09:50:06 +0000 (11:50 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 13 Jun 2018 09:50:50 +0000 (11:50 +0200)
css/m-components.css
css/m-dark+doxygen.compiled.css
css/m-dark.compiled.css
css/m-light+doxygen.compiled.css
css/m-light.compiled.css

index 11316542af7d1a8e49e1d479848b82eca6b0f0ed..071c959eb58dc0380f91b8783fde982d8f4d534b 100644 (file)
@@ -890,55 +890,70 @@ table.m-table tr.m-dim th, table.m-table th.m-dim {
 
 /* Colored note, table coloring */
 .m-note.m-default { background-color: var(--default-filled-background-color); }
-.m-note.m-default, table.m-table tr.m-default td, table.m-table td.m-default,
-                   table.m-table tr.m-default th, table.m-table th.m-default {
+.m-note.m-default,
+table.m-table tr.m-default td, table.m-table td.m-default,
+table.m-table tr.m-default th, table.m-table th.m-default {
   /* No background for default table to keep the row hover */
   color: var(--default-filled-color);
 }
-.m-note.m-default a:hover, table.m-table tr.m-default td a:hover, table.m-table td.m-default a:hover,
-                           table.m-table tr.m-default th a:hover, table.m-table th.m-default a:hover,
-.m-note.m-default a:focus, table.m-table tr.m-default td a:focus, table.m-table td.m-default a:focus,
-                           table.m-table tr.m-default th a:focus, table.m-table th.m-default a:focus,
-.m-note.m-default a:active, table.m-table tr.m-default td a:active, table.m-table td.m-default a:active,
-                            table.m-table tr.m-default th a:active, table.m-table th.m-default a:active {
+.m-note.m-default a:hover,
+table.m-table tr.m-default td a:hover, table.m-table td.m-default a:hover,
+table.m-table tr.m-default th a:hover, table.m-table th.m-default a:hover,
+.m-note.m-default a:focus,
+table.m-table tr.m-default td a:focus, table.m-table td.m-default a:focus,
+table.m-table tr.m-default th a:focus, table.m-table th.m-default a:focus,
+.m-note.m-default a:active,
+table.m-table tr.m-default td a:active, table.m-table td.m-default a:active,
+table.m-table tr.m-default th a:active, table.m-table th.m-default a:active {
   color: var(--default-filled-link-active-color);
 }
-.m-note.m-primary a, table.m-table tr.m-primary td a, table.m-table td.m-primary a,
-                     table.m-table tr.m-primary th a, table.m-table th.m-primary a {
+.m-note.m-primary a,
+table.m-table tr.m-primary td a, table.m-table td.m-primary a,
+table.m-table tr.m-primary th a, table.m-table th.m-primary a {
   color: var(--default-filled-link-color);
 }
-.m-note.m-primary, table.m-table tr.m-primary td, table.m-table td.m-primary,
-                   table.m-table tr.m-primary th, table.m-table th.m-primary {
+.m-note.m-primary,
+table.m-table tr.m-primary td, table.m-table td.m-primary,
+table.m-table tr.m-primary th, table.m-table th.m-primary {
   background-color: var(--primary-filled-background-color);
   color: var(--primary-filled-color);
 }
-.m-note.m-primary a, table.m-table tr.m-primary td a, table.m-table td.m-primary a,
-                     table.m-table tr.m-primary th a, table.m-table th.m-primary a {
+.m-note.m-primary a,
+table.m-table tr.m-primary td a, table.m-table td.m-primary a,
+table.m-table tr.m-primary th a, table.m-table th.m-primary a {
   color: var(--primary-filled-link-color);
 }
-.m-note.m-primary a:hover, table.m-table tr.m-primary td a:hover, table.m-table td.m-primary a:hover,
-                           table.m-table tr.m-primary th a:hover, table.m-table th.m-primary a:hover,
-.m-note.m-primary a:focus, table.m-table tr.m-primary td a:focus, table.m-table td.m-primary a:focus,
-                           table.m-table tr.m-primary th a:focus, table.m-table th.m-primary a:focus,
-.m-note.m-primary a:active, table.m-table tr.m-primary td a:active, table.m-table td.m-primary a:active,
-                            table.m-table tr.m-primary th a:active, table.m-table th.m-primary a:active {
+.m-note.m-primary a:hover,
+table.m-table tr.m-primary td a:hover, table.m-table td.m-primary a:hover,
+table.m-table tr.m-primary th a:hover, table.m-table th.m-primary a:hover,
+.m-note.m-primary a:focus,
+table.m-table tr.m-primary td a:focus, table.m-table td.m-primary a:focus,
+table.m-table tr.m-primary th a:focus, table.m-table th.m-primary a:focus,
+.m-note.m-primary a:active,
+table.m-table tr.m-primary td a:active, table.m-table td.m-primary a:active,
+table.m-table tr.m-primary th a:active, table.m-table th.m-primary a:active {
   color: var(--primary-filled-link-active-color);
 }
-.m-note.m-success, table.m-table tr.m-success td, table.m-table td.m-success,
-                   table.m-table tr.m-success th, table.m-table th.m-success {
+.m-note.m-success,
+table.m-table tr.m-success td, table.m-table td.m-success,
+table.m-table tr.m-success th, table.m-table th.m-success {
   background-color: var(--success-filled-background-color);
   color: var(--success-filled-color);
 }
-.m-note.m-success a, table.m-table tr.m-success td a, table.m-table td.m-success a,
-                     table.m-table tr.m-success th a, table.m-table th.m-success a {
+.m-note.m-success a,
+table.m-table tr.m-success td a, table.m-table td.m-success a,
+table.m-table tr.m-success th a, table.m-table th.m-success a {
   color: var(--success-filled-link-color);
 }
-.m-note.m-success a:hover, table.m-table tr.m-success td a:hover, table.m-table td.m-success a:hover,
-                           table.m-table tr.m-success th a:hover, table.m-table th.m-success a:hover,
-.m-note.m-success a:focus, table.m-table tr.m-success td a:focus, table.m-table td.m-success a:focus,
-                           table.m-table tr.m-success th a:focus, table.m-table th.m-success a:focus,
-.m-note.m-success a:active, table.m-table tr.m-success td a:active, table.m-table td.m-success a:active,
-                            table.m-table tr.m-success th a:active, table.m-table th.m-success a:active {
+.m-note.m-success a:hover,
+table.m-table tr.m-success td a:hover, table.m-table td.m-success a:hover,
+table.m-table tr.m-success th a:hover, table.m-table th.m-success a:hover,
+.m-note.m-success a:focus,
+table.m-table tr.m-success td a:focus, table.m-table td.m-success a:focus,
+table.m-table tr.m-success th a:focus, table.m-table th.m-success a:focus,
+.m-note.m-success a:active,
+table.m-table tr.m-success td a:active, table.m-table td.m-success a:active,
+table.m-table tr.m-success th a:active, table.m-table th.m-success a:active {
   color: var(--success-filled-link-active-color);
 }
 .m-note.m-warning, table.m-table tr.m-warning td, table.m-table td.m-warning,
@@ -950,63 +965,81 @@ table.m-table tr.m-dim th, table.m-table th.m-dim {
                      table.m-table tr.m-warning th a, table.m-table th.m-warning a {
   color: var(--warning-filled-link-color);
 }
-.m-note.m-warning a:hover, table.m-table tr.m-warning td a:hover, table.m-table td.m-warning a:hover,
-                           table.m-table tr.m-warning th a:hover, table.m-table th.m-warning a:hover,
-.m-note.m-warning a:focus, table.m-table tr.m-warning td a:focus, table.m-table td.m-warning a:focus,
-                           table.m-table tr.m-warning th a:focus, table.m-table th.m-warning a:focus,
-.m-note.m-warning a:active, table.m-table tr.m-warning td a:active, table.m-table td.m-warning a:active,
-                            table.m-table tr.m-warning th a:active, table.m-table th.m-warning a:active {
+.m-note.m-warning a:hover,
+table.m-table tr.m-warning td a:hover, table.m-table td.m-warning a:hover,
+table.m-table tr.m-warning th a:hover, table.m-table th.m-warning a:hover,
+.m-note.m-warning a:focus,
+table.m-table tr.m-warning td a:focus, table.m-table td.m-warning a:focus,
+table.m-table tr.m-warning th a:focus, table.m-table th.m-warning a:focus,
+.m-note.m-warning a:active,
+table.m-table tr.m-warning td a:active, table.m-table td.m-warning a:active,
+table.m-table tr.m-warning th a:active, table.m-table th.m-warning a:active {
   color: var(--warning-filled-link-active-color);
 }
-.m-note.m-danger, table.m-table tr.m-danger td, table.m-table td.m-danger,
-                  table.m-table tr.m-danger th, table.m-table th.m-danger {
+.m-note.m-danger,
+table.m-table tr.m-danger td, table.m-table td.m-danger,
+table.m-table tr.m-danger th, table.m-table th.m-danger {
   background-color: var(--danger-filled-background-color);
   color: var(--danger-filled-color);
 }
-.m-note.m-danger a, table.m-table tr.m-danger td a, table.m-table td.m-danger a,
-                    table.m-table tr.m-danger th a, table.m-table th.m-danger a {
+.m-note.m-danger a,
+table.m-table tr.m-danger td a, table.m-table td.m-danger a,
+table.m-table tr.m-danger th a, table.m-table th.m-danger a {
   color: var(--danger-filled-link-color);
 }
-.m-note.m-danger a:hover, table.m-table tr.m-danger td a:hover, table.m-table td.m-danger a:hover,
-                          table.m-table tr.m-danger th a:hover, table.m-table th.m-danger a:hover,
-.m-note.m-danger a:focus, table.m-table tr.m-danger td a:focus, table.m-table td.m-danger a:focus,
-                          table.m-table tr.m-danger th a:focus, table.m-table th.m-danger a:focus,
-.m-note.m-danger a:active, table.m-table tr.m-danger td a:active, table.m-table td.m-danger a:active,
-                           table.m-table tr.m-danger th a:active, table.m-table th.m-danger a:active {
+.m-note.m-danger a:hover,
+table.m-table tr.m-danger td a:hover, table.m-table td.m-danger a:hover,
+table.m-table tr.m-danger th a:hover, table.m-table th.m-danger a:hover,
+.m-note.m-danger a:focus,
+table.m-table tr.m-danger td a:focus, table.m-table td.m-danger a:focus,
+table.m-table tr.m-danger th a:focus, table.m-table th.m-danger a:focus,
+.m-note.m-danger a:active,
+table.m-table tr.m-danger td a:active, table.m-table td.m-danger a:active,
+table.m-table tr.m-danger th a:active, table.m-table th.m-danger a:active {
   color: var(--danger-filled-link-active-color);
 }
-.m-note.m-info, table.m-table tr.m-info td, table.m-table td.m-info,
-                table.m-table tr.m-info th, table.m-table th.m-info {
+.m-note.m-info,
+table.m-table tr.m-info td, table.m-table td.m-info,
+table.m-table tr.m-info th, table.m-table th.m-info {
   background-color: var(--info-filled-background-color);
   color: var(--info-filled-color);
 }
-.m-note.m-info a, table.m-table tr.m-info td a, table.m-table td.m-info a,
-                  table.m-table tr.m-info th a, table.m-table th.m-info a {
+.m-note.m-info a,
+table.m-table tr.m-info td a, table.m-table td.m-info a,
+table.m-table tr.m-info th a, table.m-table th.m-info a {
   color: var(--info-filled-link-color);
 }
-.m-note.m-info a:hover, table.m-table tr.m-info td a:hover, table.m-table td.m-info a:hover,
-                        table.m-table tr.m-info th a:hover, table.m-table th.m-info a:hover,
-.m-note.m-info a:focus, table.m-table tr.m-info td a:focus, table.m-table td.m-info a:focus,
-                        table.m-table tr.m-info th a:focus, table.m-table th.m-info a:focus,
-.m-note.m-info a:active, table.m-table tr.m-info td a:active, table.m-table td.m-info a:active,
-                         table.m-table tr.m-info th a:active, table.m-table th.m-info a:active {
+.m-note.m-info a:hover,
+table.m-table tr.m-info td a:hover, table.m-table td.m-info a:hover,
+table.m-table tr.m-info th a:hover, table.m-table th.m-info a:hover,
+.m-note.m-info a:focus,
+table.m-table tr.m-info td a:focus, table.m-table td.m-info a:focus,
+table.m-table tr.m-info th a:focus, table.m-table th.m-info a:focus,
+.m-note.m-info a:active,
+table.m-table tr.m-info td a:active, table.m-table td.m-info a:active,
+table.m-table tr.m-info th a:active, table.m-table th.m-info a:active {
   color: var(--info-filled-link-active-color);
 }
-.m-note.m-dim, table.m-table tr.m-dim td, table.m-table td.m-dim,
-               table.m-table tr.m-dim th, table.m-table th.m-dim {
+.m-note.m-dim,
+table.m-table tr.m-dim td, table.m-table td.m-dim,
+table.m-table tr.m-dim th, table.m-table th.m-dim {
   background-color: var(--dim-filled-background-color);
   color: var(--dim-filled-color);
 }
-.m-note.m-dim a, table.m-table tr.m-dim td a, table.m-table td.m-dim a,
-                 table.m-table tr.m-dim th a, table.m-table th.m-dim a {
+.m-note.m-dim a,
+table.m-table tr.m-dim td a, table.m-table td.m-dim a,
+table.m-table tr.m-dim th a, table.m-table th.m-dim a {
   color: var(--dim-filled-link-color);
 }
-.m-note.m-dim a:hover, table.m-table tr.m-dim td a:hover, table.m-table td.m-dim a:hover,
-                       table.m-table tr.m-dim th a:hover, table.m-table th.m-dim a:hover,
-.m-note.m-dim a:focus, table.m-table tr.m-dim td a:focus, table.m-table td.m-dim a:focus,
-                       table.m-table tr.m-dim th a:focus, table.m-table th.m-dim a:focus,
-.m-note.m-dim a:active, table.m-table tr.m-dim td a:active, table.m-table td.m-dim a:active,
-                        table.m-table tr.m-dim th a:active, table.m-table th.m-dim a:active {
+.m-note.m-dim a:hover,
+table.m-table tr.m-dim td a:hover, table.m-table td.m-dim a:hover,
+table.m-table tr.m-dim th a:hover, table.m-table th.m-dim a:hover,
+.m-note.m-dim a:focus,
+table.m-table tr.m-dim td a:focus, table.m-table td.m-dim a:focus,
+table.m-table tr.m-dim th a:focus, table.m-table th.m-dim a:focus,
+.m-note.m-dim a:active,
+table.m-table tr.m-dim td a:active, table.m-table td.m-dim a:active,
+table.m-table tr.m-dim th a:active, table.m-table th.m-dim a:active {
   color: var(--dim-filled-link-active-color);
 }
 
index c99320abbbc159c19d496b3bfc038caa52f187e9..12ce7b87df78e8241c65cd23d796c0bf1e297987 100644 (file)
@@ -1195,54 +1195,69 @@ table.m-table tr.m-dim th, table.m-table th.m-dim {
   color: #dcdcdc;
 }
 .m-note.m-default { background-color: #34424d; }
-.m-note.m-default, table.m-table tr.m-default td, table.m-table td.m-default,
-                   table.m-table tr.m-default th, table.m-table th.m-default {
+.m-note.m-default,
+table.m-table tr.m-default td, table.m-table td.m-default,
+table.m-table tr.m-default th, table.m-table th.m-default {
   color: #dcdcdc;
 }
-.m-note.m-default a:hover, table.m-table tr.m-default td a:hover, table.m-table td.m-default a:hover,
-                           table.m-table tr.m-default th a:hover, table.m-table th.m-default a:hover,
-.m-note.m-default a:focus, table.m-table tr.m-default td a:focus, table.m-table td.m-default a:focus,
-                           table.m-table tr.m-default th a:focus, table.m-table th.m-default a:focus,
-.m-note.m-default a:active, table.m-table tr.m-default td a:active, table.m-table td.m-default a:active,
-                            table.m-table tr.m-default th a:active, table.m-table th.m-default a:active {
+.m-note.m-default a:hover,
+table.m-table tr.m-default td a:hover, table.m-table td.m-default a:hover,
+table.m-table tr.m-default th a:hover, table.m-table th.m-default a:hover,
+.m-note.m-default a:focus,
+table.m-table tr.m-default td a:focus, table.m-table td.m-default a:focus,
+table.m-table tr.m-default th a:focus, table.m-table th.m-default a:focus,
+.m-note.m-default a:active,
+table.m-table tr.m-default td a:active, table.m-table td.m-default a:active,
+table.m-table tr.m-default th a:active, table.m-table th.m-default a:active {
   color: #a5c9ea;
 }
-.m-note.m-primary a, table.m-table tr.m-primary td a, table.m-table td.m-primary a,
-                     table.m-table tr.m-primary th a, table.m-table th.m-primary a {
+.m-note.m-primary a,
+table.m-table tr.m-primary td a, table.m-table td.m-primary a,
+table.m-table tr.m-primary th a, table.m-table th.m-primary a {
   color: #5b9dd9;
 }
-.m-note.m-primary, table.m-table tr.m-primary td, table.m-table td.m-primary,
-                   table.m-table tr.m-primary th, table.m-table th.m-primary {
+.m-note.m-primary,
+table.m-table tr.m-primary td, table.m-table td.m-primary,
+table.m-table tr.m-primary th, table.m-table th.m-primary {
   background-color: #a5c2db;
   color: #2f363f;
 }
-.m-note.m-primary a, table.m-table tr.m-primary td a, table.m-table td.m-primary a,
-                     table.m-table tr.m-primary th a, table.m-table th.m-primary a {
+.m-note.m-primary a,
+table.m-table tr.m-primary td a, table.m-table td.m-primary a,
+table.m-table tr.m-primary th a, table.m-table th.m-primary a {
   color: #2a75b6;
 }
-.m-note.m-primary a:hover, table.m-table tr.m-primary td a:hover, table.m-table td.m-primary a:hover,
-                           table.m-table tr.m-primary th a:hover, table.m-table th.m-primary a:hover,
-.m-note.m-primary a:focus, table.m-table tr.m-primary td a:focus, table.m-table td.m-primary a:focus,
-                           table.m-table tr.m-primary th a:focus, table.m-table th.m-primary a:focus,
-.m-note.m-primary a:active, table.m-table tr.m-primary td a:active, table.m-table td.m-primary a:active,
-                            table.m-table tr.m-primary th a:active, table.m-table th.m-primary a:active {
+.m-note.m-primary a:hover,
+table.m-table tr.m-primary td a:hover, table.m-table td.m-primary a:hover,
+table.m-table tr.m-primary th a:hover, table.m-table th.m-primary a:hover,
+.m-note.m-primary a:focus,
+table.m-table tr.m-primary td a:focus, table.m-table td.m-primary a:focus,
+table.m-table tr.m-primary th a:focus, table.m-table th.m-primary a:focus,
+.m-note.m-primary a:active,
+table.m-table tr.m-primary td a:active, table.m-table td.m-primary a:active,
+table.m-table tr.m-primary th a:active, table.m-table th.m-primary a:active {
   color: #2f363f;
 }
-.m-note.m-success, table.m-table tr.m-success td, table.m-table td.m-success,
-                   table.m-table tr.m-success th, table.m-table th.m-success {
+.m-note.m-success,
+table.m-table tr.m-success td, table.m-table td.m-success,
+table.m-table tr.m-success th, table.m-table th.m-success {
   background-color: #2a703f;
   color: #acecbe;
 }
-.m-note.m-success a, table.m-table tr.m-success td a, table.m-table td.m-success a,
-                     table.m-table tr.m-success th a, table.m-table th.m-success a {
+.m-note.m-success a,
+table.m-table tr.m-success td a, table.m-table td.m-success a,
+table.m-table tr.m-success th a, table.m-table th.m-success a {
   color: #3bd267;
 }
-.m-note.m-success a:hover, table.m-table tr.m-success td a:hover, table.m-table td.m-success a:hover,
-                           table.m-table tr.m-success th a:hover, table.m-table th.m-success a:hover,
-.m-note.m-success a:focus, table.m-table tr.m-success td a:focus, table.m-table td.m-success a:focus,
-                           table.m-table tr.m-success th a:focus, table.m-table th.m-success a:focus,
-.m-note.m-success a:active, table.m-table tr.m-success td a:active, table.m-table td.m-success a:active,
-                            table.m-table tr.m-success th a:active, table.m-table th.m-success a:active {
+.m-note.m-success a:hover,
+table.m-table tr.m-success td a:hover, table.m-table td.m-success a:hover,
+table.m-table tr.m-success th a:hover, table.m-table th.m-success a:hover,
+.m-note.m-success a:focus,
+table.m-table tr.m-success td a:focus, table.m-table td.m-success a:focus,
+table.m-table tr.m-success th a:focus, table.m-table th.m-success a:focus,
+.m-note.m-success a:active,
+table.m-table tr.m-success td a:active, table.m-table td.m-success a:active,
+table.m-table tr.m-success th a:active, table.m-table th.m-success a:active {
   color: #acecbe;
 }
 .m-note.m-warning, table.m-table tr.m-warning td, table.m-table td.m-warning,
@@ -1254,63 +1269,81 @@ table.m-table tr.m-dim th, table.m-table th.m-dim {
                      table.m-table tr.m-warning th a, table.m-table th.m-warning a {
   color: #b8bf2b;
 }
-.m-note.m-warning a:hover, table.m-table tr.m-warning td a:hover, table.m-table td.m-warning a:hover,
-                           table.m-table tr.m-warning th a:hover, table.m-table th.m-warning a:hover,
-.m-note.m-warning a:focus, table.m-table tr.m-warning td a:focus, table.m-table td.m-warning a:focus,
-                           table.m-table tr.m-warning th a:focus, table.m-table th.m-warning a:focus,
-.m-note.m-warning a:active, table.m-table tr.m-warning td a:active, table.m-table td.m-warning a:active,
-                            table.m-table tr.m-warning th a:active, table.m-table th.m-warning a:active {
+.m-note.m-warning a:hover,
+table.m-table tr.m-warning td a:hover, table.m-table td.m-warning a:hover,
+table.m-table tr.m-warning th a:hover, table.m-table th.m-warning a:hover,
+.m-note.m-warning a:focus,
+table.m-table tr.m-warning td a:focus, table.m-table td.m-warning a:focus,
+table.m-table tr.m-warning th a:focus, table.m-table th.m-warning a:focus,
+.m-note.m-warning a:active,
+table.m-table tr.m-warning td a:active, table.m-table td.m-warning a:active,
+table.m-table tr.m-warning th a:active, table.m-table th.m-warning a:active {
   color: #e9ecae;
 }
-.m-note.m-danger, table.m-table tr.m-danger td, table.m-table td.m-danger,
-                  table.m-table tr.m-danger th, table.m-table th.m-danger {
+.m-note.m-danger,
+table.m-table tr.m-danger td, table.m-table td.m-danger,
+table.m-table tr.m-danger th, table.m-table th.m-danger {
   background-color: #702b2a;
   color: #ff9391;
 }
-.m-note.m-danger a, table.m-table tr.m-danger td a, table.m-table td.m-danger a,
-                    table.m-table tr.m-danger th a, table.m-table th.m-danger a {
+.m-note.m-danger a,
+table.m-table tr.m-danger td a, table.m-table td.m-danger a,
+table.m-table tr.m-danger th a, table.m-table th.m-danger a {
   color: #d85c59;
 }
-.m-note.m-danger a:hover, table.m-table tr.m-danger td a:hover, table.m-table td.m-danger a:hover,
-                          table.m-table tr.m-danger th a:hover, table.m-table th.m-danger a:hover,
-.m-note.m-danger a:focus, table.m-table tr.m-danger td a:focus, table.m-table td.m-danger a:focus,
-                          table.m-table tr.m-danger th a:focus, table.m-table th.m-danger a:focus,
-.m-note.m-danger a:active, table.m-table tr.m-danger td a:active, table.m-table td.m-danger a:active,
-                           table.m-table tr.m-danger th a:active, table.m-table th.m-danger a:active {
+.m-note.m-danger a:hover,
+table.m-table tr.m-danger td a:hover, table.m-table td.m-danger a:hover,
+table.m-table tr.m-danger th a:hover, table.m-table th.m-danger a:hover,
+.m-note.m-danger a:focus,
+table.m-table tr.m-danger td a:focus, table.m-table td.m-danger a:focus,
+table.m-table tr.m-danger th a:focus, table.m-table th.m-danger a:focus,
+.m-note.m-danger a:active,
+table.m-table tr.m-danger td a:active, table.m-table td.m-danger a:active,
+table.m-table tr.m-danger th a:active, table.m-table th.m-danger a:active {
   color: #ff9391;
 }
-.m-note.m-info, table.m-table tr.m-info td, table.m-table td.m-info,
-                table.m-table tr.m-info th, table.m-table th.m-info {
+.m-note.m-info,
+table.m-table tr.m-info td, table.m-table td.m-info,
+table.m-table tr.m-info th, table.m-table th.m-info {
   background-color: #2a4f70;
   color: #a5caeb;
 }
-.m-note.m-info a, table.m-table tr.m-info td a, table.m-table td.m-info a,
-                  table.m-table tr.m-info th a, table.m-table th.m-info a {
+.m-note.m-info a,
+table.m-table tr.m-info td a, table.m-table td.m-info a,
+table.m-table tr.m-info th a, table.m-table th.m-info a {
   color: #5297d7;
 }
-.m-note.m-info a:hover, table.m-table tr.m-info td a:hover, table.m-table td.m-info a:hover,
-                        table.m-table tr.m-info th a:hover, table.m-table th.m-info a:hover,
-.m-note.m-info a:focus, table.m-table tr.m-info td a:focus, table.m-table td.m-info a:focus,
-                        table.m-table tr.m-info th a:focus, table.m-table th.m-info a:focus,
-.m-note.m-info a:active, table.m-table tr.m-info td a:active, table.m-table td.m-info a:active,
-                         table.m-table tr.m-info th a:active, table.m-table th.m-info a:active {
+.m-note.m-info a:hover,
+table.m-table tr.m-info td a:hover, table.m-table td.m-info a:hover,
+table.m-table tr.m-info th a:hover, table.m-table th.m-info a:hover,
+.m-note.m-info a:focus,
+table.m-table tr.m-info td a:focus, table.m-table td.m-info a:focus,
+table.m-table tr.m-info th a:focus, table.m-table th.m-info a:focus,
+.m-note.m-info a:active,
+table.m-table tr.m-info td a:active, table.m-table td.m-info a:active,
+table.m-table tr.m-info th a:active, table.m-table th.m-info a:active {
   color: #a5caeb;
 }
-.m-note.m-dim, table.m-table tr.m-dim td, table.m-table td.m-dim,
-               table.m-table tr.m-dim th, table.m-table th.m-dim {
+.m-note.m-dim,
+table.m-table tr.m-dim td, table.m-table td.m-dim,
+table.m-table tr.m-dim th, table.m-table th.m-dim {
   background-color: #2d3236;
   color: #747474;
 }
-.m-note.m-dim a, table.m-table tr.m-dim td a, table.m-table td.m-dim a,
-                 table.m-table tr.m-dim th a, table.m-table th.m-dim a {
+.m-note.m-dim a,
+table.m-table tr.m-dim td a, table.m-table td.m-dim a,
+table.m-table tr.m-dim th a, table.m-table th.m-dim a {
   color: #acacac;
 }
-.m-note.m-dim a:hover, table.m-table tr.m-dim td a:hover, table.m-table td.m-dim a:hover,
-                       table.m-table tr.m-dim th a:hover, table.m-table th.m-dim a:hover,
-.m-note.m-dim a:focus, table.m-table tr.m-dim td a:focus, table.m-table td.m-dim a:focus,
-                       table.m-table tr.m-dim th a:focus, table.m-table th.m-dim a:focus,
-.m-note.m-dim a:active, table.m-table tr.m-dim td a:active, table.m-table td.m-dim a:active,
-                        table.m-table tr.m-dim th a:active, table.m-table th.m-dim a:active {
+.m-note.m-dim a:hover,
+table.m-table tr.m-dim td a:hover, table.m-table td.m-dim a:hover,
+table.m-table tr.m-dim th a:hover, table.m-table th.m-dim a:hover,
+.m-note.m-dim a:focus,
+table.m-table tr.m-dim td a:focus, table.m-table td.m-dim a:focus,
+table.m-table tr.m-dim th a:focus, table.m-table th.m-dim a:focus,
+.m-note.m-dim a:active,
+table.m-table tr.m-dim td a:active, table.m-table td.m-dim a:active,
+table.m-table tr.m-dim th a:active, table.m-table th.m-dim a:active {
   color: #747474;
 }
 .m-text.m-default, .m-label.m-flat.m-default { color: #dcdcdc; }
index bece910274484ca526c4b2697773432b66848966..48d606de85fe2f5849c51d425c6ad15fb3b08753 100644 (file)
@@ -1195,54 +1195,69 @@ table.m-table tr.m-dim th, table.m-table th.m-dim {
   color: #dcdcdc;
 }
 .m-note.m-default { background-color: #34424d; }
-.m-note.m-default, table.m-table tr.m-default td, table.m-table td.m-default,
-                   table.m-table tr.m-default th, table.m-table th.m-default {
+.m-note.m-default,
+table.m-table tr.m-default td, table.m-table td.m-default,
+table.m-table tr.m-default th, table.m-table th.m-default {
   color: #dcdcdc;
 }
-.m-note.m-default a:hover, table.m-table tr.m-default td a:hover, table.m-table td.m-default a:hover,
-                           table.m-table tr.m-default th a:hover, table.m-table th.m-default a:hover,
-.m-note.m-default a:focus, table.m-table tr.m-default td a:focus, table.m-table td.m-default a:focus,
-                           table.m-table tr.m-default th a:focus, table.m-table th.m-default a:focus,
-.m-note.m-default a:active, table.m-table tr.m-default td a:active, table.m-table td.m-default a:active,
-                            table.m-table tr.m-default th a:active, table.m-table th.m-default a:active {
+.m-note.m-default a:hover,
+table.m-table tr.m-default td a:hover, table.m-table td.m-default a:hover,
+table.m-table tr.m-default th a:hover, table.m-table th.m-default a:hover,
+.m-note.m-default a:focus,
+table.m-table tr.m-default td a:focus, table.m-table td.m-default a:focus,
+table.m-table tr.m-default th a:focus, table.m-table th.m-default a:focus,
+.m-note.m-default a:active,
+table.m-table tr.m-default td a:active, table.m-table td.m-default a:active,
+table.m-table tr.m-default th a:active, table.m-table th.m-default a:active {
   color: #a5c9ea;
 }
-.m-note.m-primary a, table.m-table tr.m-primary td a, table.m-table td.m-primary a,
-                     table.m-table tr.m-primary th a, table.m-table th.m-primary a {
+.m-note.m-primary a,
+table.m-table tr.m-primary td a, table.m-table td.m-primary a,
+table.m-table tr.m-primary th a, table.m-table th.m-primary a {
   color: #5b9dd9;
 }
-.m-note.m-primary, table.m-table tr.m-primary td, table.m-table td.m-primary,
-                   table.m-table tr.m-primary th, table.m-table th.m-primary {
+.m-note.m-primary,
+table.m-table tr.m-primary td, table.m-table td.m-primary,
+table.m-table tr.m-primary th, table.m-table th.m-primary {
   background-color: #a5c2db;
   color: #2f363f;
 }
-.m-note.m-primary a, table.m-table tr.m-primary td a, table.m-table td.m-primary a,
-                     table.m-table tr.m-primary th a, table.m-table th.m-primary a {
+.m-note.m-primary a,
+table.m-table tr.m-primary td a, table.m-table td.m-primary a,
+table.m-table tr.m-primary th a, table.m-table th.m-primary a {
   color: #2a75b6;
 }
-.m-note.m-primary a:hover, table.m-table tr.m-primary td a:hover, table.m-table td.m-primary a:hover,
-                           table.m-table tr.m-primary th a:hover, table.m-table th.m-primary a:hover,
-.m-note.m-primary a:focus, table.m-table tr.m-primary td a:focus, table.m-table td.m-primary a:focus,
-                           table.m-table tr.m-primary th a:focus, table.m-table th.m-primary a:focus,
-.m-note.m-primary a:active, table.m-table tr.m-primary td a:active, table.m-table td.m-primary a:active,
-                            table.m-table tr.m-primary th a:active, table.m-table th.m-primary a:active {
+.m-note.m-primary a:hover,
+table.m-table tr.m-primary td a:hover, table.m-table td.m-primary a:hover,
+table.m-table tr.m-primary th a:hover, table.m-table th.m-primary a:hover,
+.m-note.m-primary a:focus,
+table.m-table tr.m-primary td a:focus, table.m-table td.m-primary a:focus,
+table.m-table tr.m-primary th a:focus, table.m-table th.m-primary a:focus,
+.m-note.m-primary a:active,
+table.m-table tr.m-primary td a:active, table.m-table td.m-primary a:active,
+table.m-table tr.m-primary th a:active, table.m-table th.m-primary a:active {
   color: #2f363f;
 }
-.m-note.m-success, table.m-table tr.m-success td, table.m-table td.m-success,
-                   table.m-table tr.m-success th, table.m-table th.m-success {
+.m-note.m-success,
+table.m-table tr.m-success td, table.m-table td.m-success,
+table.m-table tr.m-success th, table.m-table th.m-success {
   background-color: #2a703f;
   color: #acecbe;
 }
-.m-note.m-success a, table.m-table tr.m-success td a, table.m-table td.m-success a,
-                     table.m-table tr.m-success th a, table.m-table th.m-success a {
+.m-note.m-success a,
+table.m-table tr.m-success td a, table.m-table td.m-success a,
+table.m-table tr.m-success th a, table.m-table th.m-success a {
   color: #3bd267;
 }
-.m-note.m-success a:hover, table.m-table tr.m-success td a:hover, table.m-table td.m-success a:hover,
-                           table.m-table tr.m-success th a:hover, table.m-table th.m-success a:hover,
-.m-note.m-success a:focus, table.m-table tr.m-success td a:focus, table.m-table td.m-success a:focus,
-                           table.m-table tr.m-success th a:focus, table.m-table th.m-success a:focus,
-.m-note.m-success a:active, table.m-table tr.m-success td a:active, table.m-table td.m-success a:active,
-                            table.m-table tr.m-success th a:active, table.m-table th.m-success a:active {
+.m-note.m-success a:hover,
+table.m-table tr.m-success td a:hover, table.m-table td.m-success a:hover,
+table.m-table tr.m-success th a:hover, table.m-table th.m-success a:hover,
+.m-note.m-success a:focus,
+table.m-table tr.m-success td a:focus, table.m-table td.m-success a:focus,
+table.m-table tr.m-success th a:focus, table.m-table th.m-success a:focus,
+.m-note.m-success a:active,
+table.m-table tr.m-success td a:active, table.m-table td.m-success a:active,
+table.m-table tr.m-success th a:active, table.m-table th.m-success a:active {
   color: #acecbe;
 }
 .m-note.m-warning, table.m-table tr.m-warning td, table.m-table td.m-warning,
@@ -1254,63 +1269,81 @@ table.m-table tr.m-dim th, table.m-table th.m-dim {
                      table.m-table tr.m-warning th a, table.m-table th.m-warning a {
   color: #b8bf2b;
 }
-.m-note.m-warning a:hover, table.m-table tr.m-warning td a:hover, table.m-table td.m-warning a:hover,
-                           table.m-table tr.m-warning th a:hover, table.m-table th.m-warning a:hover,
-.m-note.m-warning a:focus, table.m-table tr.m-warning td a:focus, table.m-table td.m-warning a:focus,
-                           table.m-table tr.m-warning th a:focus, table.m-table th.m-warning a:focus,
-.m-note.m-warning a:active, table.m-table tr.m-warning td a:active, table.m-table td.m-warning a:active,
-                            table.m-table tr.m-warning th a:active, table.m-table th.m-warning a:active {
+.m-note.m-warning a:hover,
+table.m-table tr.m-warning td a:hover, table.m-table td.m-warning a:hover,
+table.m-table tr.m-warning th a:hover, table.m-table th.m-warning a:hover,
+.m-note.m-warning a:focus,
+table.m-table tr.m-warning td a:focus, table.m-table td.m-warning a:focus,
+table.m-table tr.m-warning th a:focus, table.m-table th.m-warning a:focus,
+.m-note.m-warning a:active,
+table.m-table tr.m-warning td a:active, table.m-table td.m-warning a:active,
+table.m-table tr.m-warning th a:active, table.m-table th.m-warning a:active {
   color: #e9ecae;
 }
-.m-note.m-danger, table.m-table tr.m-danger td, table.m-table td.m-danger,
-                  table.m-table tr.m-danger th, table.m-table th.m-danger {
+.m-note.m-danger,
+table.m-table tr.m-danger td, table.m-table td.m-danger,
+table.m-table tr.m-danger th, table.m-table th.m-danger {
   background-color: #702b2a;
   color: #ff9391;
 }
-.m-note.m-danger a, table.m-table tr.m-danger td a, table.m-table td.m-danger a,
-                    table.m-table tr.m-danger th a, table.m-table th.m-danger a {
+.m-note.m-danger a,
+table.m-table tr.m-danger td a, table.m-table td.m-danger a,
+table.m-table tr.m-danger th a, table.m-table th.m-danger a {
   color: #d85c59;
 }
-.m-note.m-danger a:hover, table.m-table tr.m-danger td a:hover, table.m-table td.m-danger a:hover,
-                          table.m-table tr.m-danger th a:hover, table.m-table th.m-danger a:hover,
-.m-note.m-danger a:focus, table.m-table tr.m-danger td a:focus, table.m-table td.m-danger a:focus,
-                          table.m-table tr.m-danger th a:focus, table.m-table th.m-danger a:focus,
-.m-note.m-danger a:active, table.m-table tr.m-danger td a:active, table.m-table td.m-danger a:active,
-                           table.m-table tr.m-danger th a:active, table.m-table th.m-danger a:active {
+.m-note.m-danger a:hover,
+table.m-table tr.m-danger td a:hover, table.m-table td.m-danger a:hover,
+table.m-table tr.m-danger th a:hover, table.m-table th.m-danger a:hover,
+.m-note.m-danger a:focus,
+table.m-table tr.m-danger td a:focus, table.m-table td.m-danger a:focus,
+table.m-table tr.m-danger th a:focus, table.m-table th.m-danger a:focus,
+.m-note.m-danger a:active,
+table.m-table tr.m-danger td a:active, table.m-table td.m-danger a:active,
+table.m-table tr.m-danger th a:active, table.m-table th.m-danger a:active {
   color: #ff9391;
 }
-.m-note.m-info, table.m-table tr.m-info td, table.m-table td.m-info,
-                table.m-table tr.m-info th, table.m-table th.m-info {
+.m-note.m-info,
+table.m-table tr.m-info td, table.m-table td.m-info,
+table.m-table tr.m-info th, table.m-table th.m-info {
   background-color: #2a4f70;
   color: #a5caeb;
 }
-.m-note.m-info a, table.m-table tr.m-info td a, table.m-table td.m-info a,
-                  table.m-table tr.m-info th a, table.m-table th.m-info a {
+.m-note.m-info a,
+table.m-table tr.m-info td a, table.m-table td.m-info a,
+table.m-table tr.m-info th a, table.m-table th.m-info a {
   color: #5297d7;
 }
-.m-note.m-info a:hover, table.m-table tr.m-info td a:hover, table.m-table td.m-info a:hover,
-                        table.m-table tr.m-info th a:hover, table.m-table th.m-info a:hover,
-.m-note.m-info a:focus, table.m-table tr.m-info td a:focus, table.m-table td.m-info a:focus,
-                        table.m-table tr.m-info th a:focus, table.m-table th.m-info a:focus,
-.m-note.m-info a:active, table.m-table tr.m-info td a:active, table.m-table td.m-info a:active,
-                         table.m-table tr.m-info th a:active, table.m-table th.m-info a:active {
+.m-note.m-info a:hover,
+table.m-table tr.m-info td a:hover, table.m-table td.m-info a:hover,
+table.m-table tr.m-info th a:hover, table.m-table th.m-info a:hover,
+.m-note.m-info a:focus,
+table.m-table tr.m-info td a:focus, table.m-table td.m-info a:focus,
+table.m-table tr.m-info th a:focus, table.m-table th.m-info a:focus,
+.m-note.m-info a:active,
+table.m-table tr.m-info td a:active, table.m-table td.m-info a:active,
+table.m-table tr.m-info th a:active, table.m-table th.m-info a:active {
   color: #a5caeb;
 }
-.m-note.m-dim, table.m-table tr.m-dim td, table.m-table td.m-dim,
-               table.m-table tr.m-dim th, table.m-table th.m-dim {
+.m-note.m-dim,
+table.m-table tr.m-dim td, table.m-table td.m-dim,
+table.m-table tr.m-dim th, table.m-table th.m-dim {
   background-color: #2d3236;
   color: #747474;
 }
-.m-note.m-dim a, table.m-table tr.m-dim td a, table.m-table td.m-dim a,
-                 table.m-table tr.m-dim th a, table.m-table th.m-dim a {
+.m-note.m-dim a,
+table.m-table tr.m-dim td a, table.m-table td.m-dim a,
+table.m-table tr.m-dim th a, table.m-table th.m-dim a {
   color: #acacac;
 }
-.m-note.m-dim a:hover, table.m-table tr.m-dim td a:hover, table.m-table td.m-dim a:hover,
-                       table.m-table tr.m-dim th a:hover, table.m-table th.m-dim a:hover,
-.m-note.m-dim a:focus, table.m-table tr.m-dim td a:focus, table.m-table td.m-dim a:focus,
-                       table.m-table tr.m-dim th a:focus, table.m-table th.m-dim a:focus,
-.m-note.m-dim a:active, table.m-table tr.m-dim td a:active, table.m-table td.m-dim a:active,
-                        table.m-table tr.m-dim th a:active, table.m-table th.m-dim a:active {
+.m-note.m-dim a:hover,
+table.m-table tr.m-dim td a:hover, table.m-table td.m-dim a:hover,
+table.m-table tr.m-dim th a:hover, table.m-table th.m-dim a:hover,
+.m-note.m-dim a:focus,
+table.m-table tr.m-dim td a:focus, table.m-table td.m-dim a:focus,
+table.m-table tr.m-dim th a:focus, table.m-table th.m-dim a:focus,
+.m-note.m-dim a:active,
+table.m-table tr.m-dim td a:active, table.m-table td.m-dim a:active,
+table.m-table tr.m-dim th a:active, table.m-table th.m-dim a:active {
   color: #747474;
 }
 .m-text.m-default, .m-label.m-flat.m-default { color: #dcdcdc; }
index fa022b3f780a6326e32b38337af254e4b5a53476..c58d2bd2ddac07a35063fb1bc595ac103302631c 100644 (file)
@@ -1195,54 +1195,69 @@ table.m-table tr.m-dim th, table.m-table th.m-dim {
   color: #000000;
 }
 .m-note.m-default { background-color: #fbf0ec; }
-.m-note.m-default, table.m-table tr.m-default td, table.m-table td.m-default,
-                   table.m-table tr.m-default th, table.m-table th.m-default {
+.m-note.m-default,
+table.m-table tr.m-default td, table.m-table td.m-default,
+table.m-table tr.m-default th, table.m-table th.m-default {
   color: #000000;
 }
-.m-note.m-default a:hover, table.m-table tr.m-default td a:hover, table.m-table td.m-default a:hover,
-                           table.m-table tr.m-default th a:hover, table.m-table th.m-default a:hover,
-.m-note.m-default a:focus, table.m-table tr.m-default td a:focus, table.m-table td.m-default a:focus,
-                           table.m-table tr.m-default th a:focus, table.m-table th.m-default a:focus,
-.m-note.m-default a:active, table.m-table tr.m-default td a:active, table.m-table td.m-default a:active,
-                            table.m-table tr.m-default th a:active, table.m-table th.m-default a:active {
+.m-note.m-default a:hover,
+table.m-table tr.m-default td a:hover, table.m-table td.m-default a:hover,
+table.m-table tr.m-default th a:hover, table.m-table th.m-default a:hover,
+.m-note.m-default a:focus,
+table.m-table tr.m-default td a:focus, table.m-table td.m-default a:focus,
+table.m-table tr.m-default th a:focus, table.m-table th.m-default a:focus,
+.m-note.m-default a:active,
+table.m-table tr.m-default td a:active, table.m-table td.m-default a:active,
+table.m-table tr.m-default th a:active, table.m-table th.m-default a:active {
   color: #cb4b16;
 }
-.m-note.m-primary a, table.m-table tr.m-primary td a, table.m-table td.m-primary a,
-                     table.m-table tr.m-primary th a, table.m-table th.m-primary a {
+.m-note.m-primary a,
+table.m-table tr.m-primary td a, table.m-table td.m-primary a,
+table.m-table tr.m-primary th a, table.m-table th.m-primary a {
   color: #ea7944;
 }
-.m-note.m-primary, table.m-table tr.m-primary td, table.m-table td.m-primary,
-                   table.m-table tr.m-primary th, table.m-table th.m-primary {
+.m-note.m-primary,
+table.m-table tr.m-primary td, table.m-table td.m-primary,
+table.m-table tr.m-primary th, table.m-table th.m-primary {
   background-color: #ef9069;
   color: #fbe4d9;
 }
-.m-note.m-primary a, table.m-table tr.m-primary td a, table.m-table td.m-primary a,
-                     table.m-table tr.m-primary th a, table.m-table th.m-primary a {
+.m-note.m-primary a,
+table.m-table tr.m-primary td a, table.m-table td.m-primary a,
+table.m-table tr.m-primary th a, table.m-table th.m-primary a {
   color: #782f0d;
 }
-.m-note.m-primary a:hover, table.m-table tr.m-primary td a:hover, table.m-table td.m-primary a:hover,
-                           table.m-table tr.m-primary th a:hover, table.m-table th.m-primary a:hover,
-.m-note.m-primary a:focus, table.m-table tr.m-primary td a:focus, table.m-table td.m-primary a:focus,
-                           table.m-table tr.m-primary th a:focus, table.m-table th.m-primary a:focus,
-.m-note.m-primary a:active, table.m-table tr.m-primary td a:active, table.m-table td.m-primary a:active,
-                            table.m-table tr.m-primary th a:active, table.m-table th.m-primary a:active {
+.m-note.m-primary a:hover,
+table.m-table tr.m-primary td a:hover, table.m-table td.m-primary a:hover,
+table.m-table tr.m-primary th a:hover, table.m-table th.m-primary a:hover,
+.m-note.m-primary a:focus,
+table.m-table tr.m-primary td a:focus, table.m-table td.m-primary a:focus,
+table.m-table tr.m-primary th a:focus, table.m-table th.m-primary a:focus,
+.m-note.m-primary a:active,
+table.m-table tr.m-primary td a:active, table.m-table td.m-primary a:active,
+table.m-table tr.m-primary th a:active, table.m-table th.m-primary a:active {
   color: #2f1205;
 }
-.m-note.m-success, table.m-table tr.m-success td, table.m-table td.m-success,
-                   table.m-table tr.m-success th, table.m-table th.m-success {
+.m-note.m-success,
+table.m-table tr.m-success td, table.m-table td.m-success,
+table.m-table tr.m-success th, table.m-table th.m-success {
   background-color: #4dd376;
   color: #f4fcf6;
 }
-.m-note.m-success a, table.m-table tr.m-success td a, table.m-table td.m-success a,
-                     table.m-table tr.m-success th a, table.m-table th.m-success a {
+.m-note.m-success a,
+table.m-table tr.m-success td a, table.m-table td.m-success a,
+table.m-table tr.m-success th a, table.m-table th.m-success a {
   color: #c5f2d1;
 }
-.m-note.m-success a:hover, table.m-table tr.m-success td a:hover, table.m-table td.m-success a:hover,
-                           table.m-table tr.m-success th a:hover, table.m-table th.m-success a:hover,
-.m-note.m-success a:focus, table.m-table tr.m-success td a:focus, table.m-table td.m-success a:focus,
-                           table.m-table tr.m-success th a:focus, table.m-table th.m-success a:focus,
-.m-note.m-success a:active, table.m-table tr.m-success td a:active, table.m-table td.m-success a:active,
-                            table.m-table tr.m-success th a:active, table.m-table th.m-success a:active {
+.m-note.m-success a:hover,
+table.m-table tr.m-success td a:hover, table.m-table td.m-success a:hover,
+table.m-table tr.m-success th a:hover, table.m-table th.m-success a:hover,
+.m-note.m-success a:focus,
+table.m-table tr.m-success td a:focus, table.m-table td.m-success a:focus,
+table.m-table tr.m-success th a:focus, table.m-table th.m-success a:focus,
+.m-note.m-success a:active,
+table.m-table tr.m-success td a:active, table.m-table td.m-success a:active,
+table.m-table tr.m-success th a:active, table.m-table th.m-success a:active {
   color: #dcf6e3;
 }
 .m-note.m-warning, table.m-table tr.m-warning td, table.m-table td.m-warning,
@@ -1254,63 +1269,81 @@ table.m-table tr.m-dim th, table.m-table th.m-dim {
                      table.m-table tr.m-warning th a, table.m-table th.m-warning a {
   color: #f0f1c7;
 }
-.m-note.m-warning a:hover, table.m-table tr.m-warning td a:hover, table.m-table td.m-warning a:hover,
-                           table.m-table tr.m-warning th a:hover, table.m-table th.m-warning a:hover,
-.m-note.m-warning a:focus, table.m-table tr.m-warning td a:focus, table.m-table td.m-warning a:focus,
-                           table.m-table tr.m-warning th a:focus, table.m-table th.m-warning a:focus,
-.m-note.m-warning a:active, table.m-table tr.m-warning td a:active, table.m-table td.m-warning a:active,
-                            table.m-table tr.m-warning th a:active, table.m-table th.m-warning a:active {
+.m-note.m-warning a:hover,
+table.m-table tr.m-warning td a:hover, table.m-table td.m-warning a:hover,
+table.m-table tr.m-warning th a:hover, table.m-table th.m-warning a:hover,
+.m-note.m-warning a:focus,
+table.m-table tr.m-warning td a:focus, table.m-table td.m-warning a:focus,
+table.m-table tr.m-warning th a:focus, table.m-table th.m-warning a:focus,
+.m-note.m-warning a:active,
+table.m-table tr.m-warning td a:active, table.m-table td.m-warning a:active,
+table.m-table tr.m-warning th a:active, table.m-table th.m-warning a:active {
   color: #f6f6dc;
 }
-.m-note.m-danger, table.m-table tr.m-danger td, table.m-table td.m-danger,
-                  table.m-table tr.m-danger th, table.m-table th.m-danger {
+.m-note.m-danger,
+table.m-table tr.m-danger td, table.m-table td.m-danger,
+table.m-table tr.m-danger th, table.m-table th.m-danger {
   background-color: #e23e3e;
   color: #fdf3f3;
 }
-.m-note.m-danger a, table.m-table tr.m-danger td a, table.m-table td.m-danger a,
-                    table.m-table tr.m-danger th a, table.m-table th.m-danger a {
+.m-note.m-danger a,
+table.m-table tr.m-danger td a, table.m-table td.m-danger a,
+table.m-table tr.m-danger th a, table.m-table th.m-danger a {
   color: #f2c7c6;
 }
-.m-note.m-danger a:hover, table.m-table tr.m-danger td a:hover, table.m-table td.m-danger a:hover,
-                          table.m-table tr.m-danger th a:hover, table.m-table th.m-danger a:hover,
-.m-note.m-danger a:focus, table.m-table tr.m-danger td a:focus, table.m-table td.m-danger a:focus,
-                          table.m-table tr.m-danger th a:focus, table.m-table th.m-danger a:focus,
-.m-note.m-danger a:active, table.m-table tr.m-danger td a:active, table.m-table td.m-danger a:active,
-                           table.m-table tr.m-danger th a:active, table.m-table th.m-danger a:active {
+.m-note.m-danger a:hover,
+table.m-table tr.m-danger td a:hover, table.m-table td.m-danger a:hover,
+table.m-table tr.m-danger th a:hover, table.m-table th.m-danger a:hover,
+.m-note.m-danger a:focus,
+table.m-table tr.m-danger td a:focus, table.m-table td.m-danger a:focus,
+table.m-table tr.m-danger th a:focus, table.m-table th.m-danger a:focus,
+.m-note.m-danger a:active,
+table.m-table tr.m-danger td a:active, table.m-table td.m-danger a:active,
+table.m-table tr.m-danger th a:active, table.m-table th.m-danger a:active {
   color: #f6dddc;
 }
-.m-note.m-info, table.m-table tr.m-info td, table.m-table td.m-info,
-                table.m-table tr.m-info th, table.m-table th.m-info {
+.m-note.m-info,
+table.m-table tr.m-info td, table.m-table td.m-info,
+table.m-table tr.m-info th, table.m-table th.m-info {
   background-color: #4c93d3;
   color: #f4f8fc;
 }
-.m-note.m-info a, table.m-table tr.m-info td a, table.m-table td.m-info a,
-                  table.m-table tr.m-info th a, table.m-table th.m-info a {
+.m-note.m-info a,
+table.m-table tr.m-info td a, table.m-table td.m-info a,
+table.m-table tr.m-info th a, table.m-table th.m-info a {
   color: #c6ddf2;
 }
-.m-note.m-info a:hover, table.m-table tr.m-info td a:hover, table.m-table td.m-info a:hover,
-                        table.m-table tr.m-info th a:hover, table.m-table th.m-info a:hover,
-.m-note.m-info a:focus, table.m-table tr.m-info td a:focus, table.m-table td.m-info a:focus,
-                        table.m-table tr.m-info th a:focus, table.m-table th.m-info a:focus,
-.m-note.m-info a:active, table.m-table tr.m-info td a:active, table.m-table td.m-info a:active,
-                         table.m-table tr.m-info th a:active, table.m-table th.m-info a:active {
+.m-note.m-info a:hover,
+table.m-table tr.m-info td a:hover, table.m-table td.m-info a:hover,
+table.m-table tr.m-info th a:hover, table.m-table th.m-info a:hover,
+.m-note.m-info a:focus,
+table.m-table tr.m-info td a:focus, table.m-table td.m-info a:focus,
+table.m-table tr.m-info th a:focus, table.m-table th.m-info a:focus,
+.m-note.m-info a:active,
+table.m-table tr.m-info td a:active, table.m-table td.m-info a:active,
+table.m-table tr.m-info th a:active, table.m-table th.m-info a:active {
   color: #dbeaf7;
 }
-.m-note.m-dim, table.m-table tr.m-dim td, table.m-table td.m-dim,
-               table.m-table tr.m-dim th, table.m-table th.m-dim {
+.m-note.m-dim,
+table.m-table tr.m-dim td, table.m-table td.m-dim,
+table.m-table tr.m-dim th, table.m-table th.m-dim {
   background-color: #f1f1f1;
   color: #7c7c7c;
 }
-.m-note.m-dim a, table.m-table tr.m-dim td a, table.m-table td.m-dim a,
-                 table.m-table tr.m-dim th a, table.m-table th.m-dim a {
+.m-note.m-dim a,
+table.m-table tr.m-dim td a, table.m-table td.m-dim a,
+table.m-table tr.m-dim th a, table.m-table th.m-dim a {
   color: #c0c0c0;
 }
-.m-note.m-dim a:hover, table.m-table tr.m-dim td a:hover, table.m-table td.m-dim a:hover,
-                       table.m-table tr.m-dim th a:hover, table.m-table th.m-dim a:hover,
-.m-note.m-dim a:focus, table.m-table tr.m-dim td a:focus, table.m-table td.m-dim a:focus,
-                       table.m-table tr.m-dim th a:focus, table.m-table th.m-dim a:focus,
-.m-note.m-dim a:active, table.m-table tr.m-dim td a:active, table.m-table td.m-dim a:active,
-                        table.m-table tr.m-dim th a:active, table.m-table th.m-dim a:active {
+.m-note.m-dim a:hover,
+table.m-table tr.m-dim td a:hover, table.m-table td.m-dim a:hover,
+table.m-table tr.m-dim th a:hover, table.m-table th.m-dim a:hover,
+.m-note.m-dim a:focus,
+table.m-table tr.m-dim td a:focus, table.m-table td.m-dim a:focus,
+table.m-table tr.m-dim th a:focus, table.m-table th.m-dim a:focus,
+.m-note.m-dim a:active,
+table.m-table tr.m-dim td a:active, table.m-table td.m-dim a:active,
+table.m-table tr.m-dim th a:active, table.m-table th.m-dim a:active {
   color: #949494;
 }
 .m-text.m-default, .m-label.m-flat.m-default { color: #000000; }
index 9ed3bd3c3591a7cd213571b540b0b61967d876a5..26388ae32b47d88467d50533b11cced5025c039d 100644 (file)
@@ -1195,54 +1195,69 @@ table.m-table tr.m-dim th, table.m-table th.m-dim {
   color: #000000;
 }
 .m-note.m-default { background-color: #fbf0ec; }
-.m-note.m-default, table.m-table tr.m-default td, table.m-table td.m-default,
-                   table.m-table tr.m-default th, table.m-table th.m-default {
+.m-note.m-default,
+table.m-table tr.m-default td, table.m-table td.m-default,
+table.m-table tr.m-default th, table.m-table th.m-default {
   color: #000000;
 }
-.m-note.m-default a:hover, table.m-table tr.m-default td a:hover, table.m-table td.m-default a:hover,
-                           table.m-table tr.m-default th a:hover, table.m-table th.m-default a:hover,
-.m-note.m-default a:focus, table.m-table tr.m-default td a:focus, table.m-table td.m-default a:focus,
-                           table.m-table tr.m-default th a:focus, table.m-table th.m-default a:focus,
-.m-note.m-default a:active, table.m-table tr.m-default td a:active, table.m-table td.m-default a:active,
-                            table.m-table tr.m-default th a:active, table.m-table th.m-default a:active {
+.m-note.m-default a:hover,
+table.m-table tr.m-default td a:hover, table.m-table td.m-default a:hover,
+table.m-table tr.m-default th a:hover, table.m-table th.m-default a:hover,
+.m-note.m-default a:focus,
+table.m-table tr.m-default td a:focus, table.m-table td.m-default a:focus,
+table.m-table tr.m-default th a:focus, table.m-table th.m-default a:focus,
+.m-note.m-default a:active,
+table.m-table tr.m-default td a:active, table.m-table td.m-default a:active,
+table.m-table tr.m-default th a:active, table.m-table th.m-default a:active {
   color: #cb4b16;
 }
-.m-note.m-primary a, table.m-table tr.m-primary td a, table.m-table td.m-primary a,
-                     table.m-table tr.m-primary th a, table.m-table th.m-primary a {
+.m-note.m-primary a,
+table.m-table tr.m-primary td a, table.m-table td.m-primary a,
+table.m-table tr.m-primary th a, table.m-table th.m-primary a {
   color: #ea7944;
 }
-.m-note.m-primary, table.m-table tr.m-primary td, table.m-table td.m-primary,
-                   table.m-table tr.m-primary th, table.m-table th.m-primary {
+.m-note.m-primary,
+table.m-table tr.m-primary td, table.m-table td.m-primary,
+table.m-table tr.m-primary th, table.m-table th.m-primary {
   background-color: #ef9069;
   color: #fbe4d9;
 }
-.m-note.m-primary a, table.m-table tr.m-primary td a, table.m-table td.m-primary a,
-                     table.m-table tr.m-primary th a, table.m-table th.m-primary a {
+.m-note.m-primary a,
+table.m-table tr.m-primary td a, table.m-table td.m-primary a,
+table.m-table tr.m-primary th a, table.m-table th.m-primary a {
   color: #782f0d;
 }
-.m-note.m-primary a:hover, table.m-table tr.m-primary td a:hover, table.m-table td.m-primary a:hover,
-                           table.m-table tr.m-primary th a:hover, table.m-table th.m-primary a:hover,
-.m-note.m-primary a:focus, table.m-table tr.m-primary td a:focus, table.m-table td.m-primary a:focus,
-                           table.m-table tr.m-primary th a:focus, table.m-table th.m-primary a:focus,
-.m-note.m-primary a:active, table.m-table tr.m-primary td a:active, table.m-table td.m-primary a:active,
-                            table.m-table tr.m-primary th a:active, table.m-table th.m-primary a:active {
+.m-note.m-primary a:hover,
+table.m-table tr.m-primary td a:hover, table.m-table td.m-primary a:hover,
+table.m-table tr.m-primary th a:hover, table.m-table th.m-primary a:hover,
+.m-note.m-primary a:focus,
+table.m-table tr.m-primary td a:focus, table.m-table td.m-primary a:focus,
+table.m-table tr.m-primary th a:focus, table.m-table th.m-primary a:focus,
+.m-note.m-primary a:active,
+table.m-table tr.m-primary td a:active, table.m-table td.m-primary a:active,
+table.m-table tr.m-primary th a:active, table.m-table th.m-primary a:active {
   color: #2f1205;
 }
-.m-note.m-success, table.m-table tr.m-success td, table.m-table td.m-success,
-                   table.m-table tr.m-success th, table.m-table th.m-success {
+.m-note.m-success,
+table.m-table tr.m-success td, table.m-table td.m-success,
+table.m-table tr.m-success th, table.m-table th.m-success {
   background-color: #4dd376;
   color: #f4fcf6;
 }
-.m-note.m-success a, table.m-table tr.m-success td a, table.m-table td.m-success a,
-                     table.m-table tr.m-success th a, table.m-table th.m-success a {
+.m-note.m-success a,
+table.m-table tr.m-success td a, table.m-table td.m-success a,
+table.m-table tr.m-success th a, table.m-table th.m-success a {
   color: #c5f2d1;
 }
-.m-note.m-success a:hover, table.m-table tr.m-success td a:hover, table.m-table td.m-success a:hover,
-                           table.m-table tr.m-success th a:hover, table.m-table th.m-success a:hover,
-.m-note.m-success a:focus, table.m-table tr.m-success td a:focus, table.m-table td.m-success a:focus,
-                           table.m-table tr.m-success th a:focus, table.m-table th.m-success a:focus,
-.m-note.m-success a:active, table.m-table tr.m-success td a:active, table.m-table td.m-success a:active,
-                            table.m-table tr.m-success th a:active, table.m-table th.m-success a:active {
+.m-note.m-success a:hover,
+table.m-table tr.m-success td a:hover, table.m-table td.m-success a:hover,
+table.m-table tr.m-success th a:hover, table.m-table th.m-success a:hover,
+.m-note.m-success a:focus,
+table.m-table tr.m-success td a:focus, table.m-table td.m-success a:focus,
+table.m-table tr.m-success th a:focus, table.m-table th.m-success a:focus,
+.m-note.m-success a:active,
+table.m-table tr.m-success td a:active, table.m-table td.m-success a:active,
+table.m-table tr.m-success th a:active, table.m-table th.m-success a:active {
   color: #dcf6e3;
 }
 .m-note.m-warning, table.m-table tr.m-warning td, table.m-table td.m-warning,
@@ -1254,63 +1269,81 @@ table.m-table tr.m-dim th, table.m-table th.m-dim {
                      table.m-table tr.m-warning th a, table.m-table th.m-warning a {
   color: #f0f1c7;
 }
-.m-note.m-warning a:hover, table.m-table tr.m-warning td a:hover, table.m-table td.m-warning a:hover,
-                           table.m-table tr.m-warning th a:hover, table.m-table th.m-warning a:hover,
-.m-note.m-warning a:focus, table.m-table tr.m-warning td a:focus, table.m-table td.m-warning a:focus,
-                           table.m-table tr.m-warning th a:focus, table.m-table th.m-warning a:focus,
-.m-note.m-warning a:active, table.m-table tr.m-warning td a:active, table.m-table td.m-warning a:active,
-                            table.m-table tr.m-warning th a:active, table.m-table th.m-warning a:active {
+.m-note.m-warning a:hover,
+table.m-table tr.m-warning td a:hover, table.m-table td.m-warning a:hover,
+table.m-table tr.m-warning th a:hover, table.m-table th.m-warning a:hover,
+.m-note.m-warning a:focus,
+table.m-table tr.m-warning td a:focus, table.m-table td.m-warning a:focus,
+table.m-table tr.m-warning th a:focus, table.m-table th.m-warning a:focus,
+.m-note.m-warning a:active,
+table.m-table tr.m-warning td a:active, table.m-table td.m-warning a:active,
+table.m-table tr.m-warning th a:active, table.m-table th.m-warning a:active {
   color: #f6f6dc;
 }
-.m-note.m-danger, table.m-table tr.m-danger td, table.m-table td.m-danger,
-                  table.m-table tr.m-danger th, table.m-table th.m-danger {
+.m-note.m-danger,
+table.m-table tr.m-danger td, table.m-table td.m-danger,
+table.m-table tr.m-danger th, table.m-table th.m-danger {
   background-color: #e23e3e;
   color: #fdf3f3;
 }
-.m-note.m-danger a, table.m-table tr.m-danger td a, table.m-table td.m-danger a,
-                    table.m-table tr.m-danger th a, table.m-table th.m-danger a {
+.m-note.m-danger a,
+table.m-table tr.m-danger td a, table.m-table td.m-danger a,
+table.m-table tr.m-danger th a, table.m-table th.m-danger a {
   color: #f2c7c6;
 }
-.m-note.m-danger a:hover, table.m-table tr.m-danger td a:hover, table.m-table td.m-danger a:hover,
-                          table.m-table tr.m-danger th a:hover, table.m-table th.m-danger a:hover,
-.m-note.m-danger a:focus, table.m-table tr.m-danger td a:focus, table.m-table td.m-danger a:focus,
-                          table.m-table tr.m-danger th a:focus, table.m-table th.m-danger a:focus,
-.m-note.m-danger a:active, table.m-table tr.m-danger td a:active, table.m-table td.m-danger a:active,
-                           table.m-table tr.m-danger th a:active, table.m-table th.m-danger a:active {
+.m-note.m-danger a:hover,
+table.m-table tr.m-danger td a:hover, table.m-table td.m-danger a:hover,
+table.m-table tr.m-danger th a:hover, table.m-table th.m-danger a:hover,
+.m-note.m-danger a:focus,
+table.m-table tr.m-danger td a:focus, table.m-table td.m-danger a:focus,
+table.m-table tr.m-danger th a:focus, table.m-table th.m-danger a:focus,
+.m-note.m-danger a:active,
+table.m-table tr.m-danger td a:active, table.m-table td.m-danger a:active,
+table.m-table tr.m-danger th a:active, table.m-table th.m-danger a:active {
   color: #f6dddc;
 }
-.m-note.m-info, table.m-table tr.m-info td, table.m-table td.m-info,
-                table.m-table tr.m-info th, table.m-table th.m-info {
+.m-note.m-info,
+table.m-table tr.m-info td, table.m-table td.m-info,
+table.m-table tr.m-info th, table.m-table th.m-info {
   background-color: #4c93d3;
   color: #f4f8fc;
 }
-.m-note.m-info a, table.m-table tr.m-info td a, table.m-table td.m-info a,
-                  table.m-table tr.m-info th a, table.m-table th.m-info a {
+.m-note.m-info a,
+table.m-table tr.m-info td a, table.m-table td.m-info a,
+table.m-table tr.m-info th a, table.m-table th.m-info a {
   color: #c6ddf2;
 }
-.m-note.m-info a:hover, table.m-table tr.m-info td a:hover, table.m-table td.m-info a:hover,
-                        table.m-table tr.m-info th a:hover, table.m-table th.m-info a:hover,
-.m-note.m-info a:focus, table.m-table tr.m-info td a:focus, table.m-table td.m-info a:focus,
-                        table.m-table tr.m-info th a:focus, table.m-table th.m-info a:focus,
-.m-note.m-info a:active, table.m-table tr.m-info td a:active, table.m-table td.m-info a:active,
-                         table.m-table tr.m-info th a:active, table.m-table th.m-info a:active {
+.m-note.m-info a:hover,
+table.m-table tr.m-info td a:hover, table.m-table td.m-info a:hover,
+table.m-table tr.m-info th a:hover, table.m-table th.m-info a:hover,
+.m-note.m-info a:focus,
+table.m-table tr.m-info td a:focus, table.m-table td.m-info a:focus,
+table.m-table tr.m-info th a:focus, table.m-table th.m-info a:focus,
+.m-note.m-info a:active,
+table.m-table tr.m-info td a:active, table.m-table td.m-info a:active,
+table.m-table tr.m-info th a:active, table.m-table th.m-info a:active {
   color: #dbeaf7;
 }
-.m-note.m-dim, table.m-table tr.m-dim td, table.m-table td.m-dim,
-               table.m-table tr.m-dim th, table.m-table th.m-dim {
+.m-note.m-dim,
+table.m-table tr.m-dim td, table.m-table td.m-dim,
+table.m-table tr.m-dim th, table.m-table th.m-dim {
   background-color: #f1f1f1;
   color: #7c7c7c;
 }
-.m-note.m-dim a, table.m-table tr.m-dim td a, table.m-table td.m-dim a,
-                 table.m-table tr.m-dim th a, table.m-table th.m-dim a {
+.m-note.m-dim a,
+table.m-table tr.m-dim td a, table.m-table td.m-dim a,
+table.m-table tr.m-dim th a, table.m-table th.m-dim a {
   color: #c0c0c0;
 }
-.m-note.m-dim a:hover, table.m-table tr.m-dim td a:hover, table.m-table td.m-dim a:hover,
-                       table.m-table tr.m-dim th a:hover, table.m-table th.m-dim a:hover,
-.m-note.m-dim a:focus, table.m-table tr.m-dim td a:focus, table.m-table td.m-dim a:focus,
-                       table.m-table tr.m-dim th a:focus, table.m-table th.m-dim a:focus,
-.m-note.m-dim a:active, table.m-table tr.m-dim td a:active, table.m-table td.m-dim a:active,
-                        table.m-table tr.m-dim th a:active, table.m-table th.m-dim a:active {
+.m-note.m-dim a:hover,
+table.m-table tr.m-dim td a:hover, table.m-table td.m-dim a:hover,
+table.m-table tr.m-dim th a:hover, table.m-table th.m-dim a:hover,
+.m-note.m-dim a:focus,
+table.m-table tr.m-dim td a:focus, table.m-table td.m-dim a:focus,
+table.m-table tr.m-dim th a:focus, table.m-table th.m-dim a:focus,
+.m-note.m-dim a:active,
+table.m-table tr.m-dim td a:active, table.m-table td.m-dim a:active,
+table.m-table tr.m-dim th a:active, table.m-table th.m-dim a:active {
   color: #949494;
 }
 .m-text.m-default, .m-label.m-flat.m-default { color: #000000; }