Tables show up in visual editor, and cells are editable
[redakcja.git] / redakcja / static / css / html.css
index 3255d75..8c38106 100644 (file)
@@ -37,7 +37,7 @@
  -webkit-border-radius: 4px;
  }
  */
-.htmlview *[x-node = 'RDF'] {
+.htmlview *[x-node = 'RDF'][x-ns = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'] {
     display: none;
 }
 
@@ -675,3 +675,56 @@ div[x-node] > .uwaga {
     border:0;
     color: black;
 } 
+
+
+.htmlview .lista[data-wlf-typ="alfa"] 
+{
+    list-style-type: lower-alpha;
+}
+
+.htmlview .lista[data-wlf-typ="slowniczek"] 
+{
+    list-style-type: none;
+}
+
+.htmlview span.punkt {
+    display: list-item;
+    list-style-position: inside;
+}
+
+.htmlview span.aktywnosc span.opis {
+    font-style: italic;
+}
+.htmlview span.aktywnosc span.wskazowki {
+    font-style: italic;
+    color: #202020;
+}
+
+.htmlview .pomoce, .htmlview .czas, .htmlview .forma {
+    display: block;
+}
+.htmlview .pomoce:before { content: "Pomoce: "; }
+.htmlview .czas:before { content: "Czas: "; }
+.htmlview .czas:after { content: " min"; }
+.htmlview .forma:before { content: "Forma:"; }
+
+.htmlview .aktywnosc {
+    display: block;
+}
+
+.htmlview .definiendum {
+    font-weight: bold;
+    display: block;
+}
+
+.htmlview .definiens {
+    padding-left: 50px;
+}
+
+.htmlview .link {
+    color: #990066;
+}
+
+.htmlview .kol div {
+    position: relative;
+}