Merge "Add namespace aliases for Luri (lrc)"
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.content.json.css
index 583dd39..9e20264 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*!
  * CSS for styling HTML-formatted JSON Schema objects
  *
  * @file
@@ -8,7 +8,6 @@
 .mw-json {
        border-collapse: collapse;
        border-spacing: 0;
-       font-family: 'Bitstream Vera Sans', 'DejaVu Sans', 'Lucida Sans', 'Lucida Grande', sans-serif;
        font-style: normal;
 }
 
        padding: 0.5em 1em;
 }
 
-.mw-json td {
+.mw-json .value,
+.mw-json-single-value {
+       background-color: #dcfae3;
+       font-family: monospace, monospace;
+       white-space: pre-wrap;
+}
+
+.mw-json-single-value {
        background-color: #eee;
-       font-style: italic;
 }
 
-.mw-json .value {
-       background-color: #dcfae3;
-       font-family: 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Courier, monospace;
-       white-space: pre-wrap;
+.mw-json-empty {
+       background-color: #fff;
+       font-style: italic;
 }
 
 .mw-json tr {
        margin-bottom: 0.5em;
+       background-color: #eee;
 }
 
 .mw-json th {