Visual editor: styling content elements
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 18 Apr 2013 13:58:39 +0000 (15:58 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 18 Apr 2013 13:58:39 +0000 (15:58 +0200)
editor.css

index dbec913..588c0b9 100644 (file)
@@ -161,7 +161,7 @@ body {
 }\r
 \r
 [wlxml-tag=header] {\r
-    font-size: 14px;\r
+    font-size: 13px;\r
     font-weight: bold;\r
     margin-bottom: 10px;\r
 }\r
@@ -171,6 +171,39 @@ body {
     margin-bottom: 10px;\r
 }\r
 \r
+[wlxml-class|="cite"] {\r
+    font-style: italic;\r
+}\r
+\r
+[wlxml-class|="cite-code"] {\r
+    font-family: monospace;\r
+}\r
+\r
+[wlxml-class|="cite-code-xml"] {\r
+    color: blue;\r
+}\r
+\r
+[wlxml-tag=header] > [wlxml-class=author] {\r
+    font-size: 14px;\r
+}\r
+\r
+[wlxml-tag=header] > [wlxml-class=title] {\r
+    font-size:18px;\r
+}\r
+\r
+[wlxml-class|="uri"] {\r
+    color: blue;\r
+    text-decoration: underline;\r
+}\r
+\r
+[wlxml-class|="p"] {\r
+    text-indent: 1.5em;\r
+}\r
+\r
+[wlxml-class|="emph-tech"] {\r
+    font-style: italic;\r
+}\r
+\r
 .rng-hover {\r
     border-color: red;\r
     border-style:solid;\r