#39: editorial note
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 23 Nov 2010 11:54:43 +0000 (12:54 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 23 Nov 2010 11:54:43 +0000 (12:54 +0100)
redakcja/static/css/html.css
redakcja/static/css/master.css
redakcja/static/xsl/wl2html_client.xsl

index d156aab..cc53e22 100644 (file)
@@ -244,6 +244,15 @@ not(.strofa) > *[x-verse]::after {
     font-style: italic;
 }
 
+.htmlview .nota_red {
+    background-color: #eee;
+    border: 1px solid #888;
+    -moz-border-radius: 10px;
+    -webkit-border-radius: 10px;
+    display: block;
+    padding: 0 1em 1em 1em;
+}
+
 .htmlview br.sekcja_swiatlo {
     height: 3em;
     /* visibility: hidden; */
@@ -467,7 +476,7 @@ div[x-node] > .uwaga {
     position: relative;
     padding: 2px;
     margin-left: 0;
-    border: 1px solid #FFF;
+    border: 1px solid transparent;
 }
 
 /* focused editable element */
index 075f59d..84c1ca5 100644 (file)
@@ -314,10 +314,6 @@ img.tabclose {
        overflow: hidden;
 }
 
-.htmlview *[x-editable] {
-    background-color: white;
-
-}
 .htmlview .active[x-editable] {
     background-color: #FAFAFA;
     border: 1px solid #DDD;
index e0c6d8b..a3346d1 100644 (file)
         </div>
     </xsl:template>
 
+    <xsl:template match="nota_red">
+        <xsl:param name="mixed" />
+        <div>
+            <xsl:call-template name="standard-attributes" />
+            <xsl:apply-templates select="child::node()">
+                <xsl:with-param name="mixed" select="false()" />
+            </xsl:apply-templates>
+        </div>
+    </xsl:template>
+
     <!--
         Tagi obejmujące tekst dedykacji (styl wieloakapitowy bądź wielostrofowy):
         <dedykacja> tekst-dedykacji </dedykacja>