Xxe/Css/publidoc.css
changeset 166 4e4c9b47f2a1
parent 156 29405a66e77b
child 174 ca43d2c3a2c2
equal deleted inserted replaced
165:a3fdabd71b65 166:4e4c9b47f2a1
   281 }
   281 }
   282 section[type]:before {
   282 section[type]:before {
   283   content: insert-before-button() add-attribute-button(icon, icon(plus-box))
   283   content: insert-before-button() add-attribute-button(icon, icon(plus-box))
   284            " Type = " text-field(attribute, type, columns, 5, color, black);
   284            " Type = " text-field(attribute, type, columns, 5, color, black);
   285 }
   285 }
       
   286 section[for]:before {
       
   287   content: insert-before-button() add-attribute-button(icon, icon(plus-box))
       
   288            " Pour = " text-field(attribute, for, columns, 5, color, black);
       
   289 }
   286 section[xml|lang]:before {
   290 section[xml|lang]:before {
   287   content: insert-before-button() add-attribute-button(icon, icon(plus-box))
   291   content: insert-before-button() add-attribute-button(icon, icon(plus-box))
   288            " Langue = " text-field(attribute, "xml:lang", columns, 2, color, black);
   292            " Langue = " text-field(attribute, "xml:lang", columns, 2, color, black);
   289 }
   293 }
       
   294 section[type][for]:before {
       
   295   content: insert-before-button() add-attribute-button(icon, icon(plus-box))
       
   296            " Type = " text-field(attribute, type, columns, 5, color, black)
       
   297            " – Pour = " text-field(attribute, for, columns, 5, color, black);
       
   298 }
   290 section[type][xml|lang]:before {
   299 section[type][xml|lang]:before {
       
   300   content: insert-before-button() add-attribute-button(icon, icon(plus-box))
       
   301            " Type = " text-field(attribute, type, columns, 5, color, black)
       
   302            " – Langue = " text-field(attribute, "xml:lang", columns, 2, color, black);
       
   303 }
       
   304 section[for][xml|lang]:before {
       
   305   content: insert-before-button() add-attribute-button(icon, icon(plus-box))
       
   306            " Pour = " text-field(attribute, for, columns, 5, color, black)
       
   307            " – Langue = " text-field(attribute, "xml:lang", columns, 2, color, black);
       
   308 }
       
   309 section[type][for][xml|lang]:before {
   291   content: insert-before-button()
   310   content: insert-before-button()
   292            " Type = " text-field(attribute, type, columns, 5, color, black)
   311            " Type = " text-field(attribute, type, columns, 5, color, black)
       
   312            " Pour = " text-field(attribute, for, columns, 5, color, black)
   293            " – Langue = " text-field(attribute, "xml:lang", columns, 2, color, black);
   313            " – Langue = " text-field(attribute, "xml:lang", columns, 2, color, black);
   294 }
   314 }
       
   315 
   295 section section:before {
   316 section section:before {
   296   margin-left: 1em;
   317   margin-left: 1em;
   297 }
   318 }
   298 
   319 
   299 header, section, footer {
   320 header, section, footer {