Xxe/Css/publidoc.css
changeset 125 dd9b04a54839
parent 124 9298d951459b
child 127 efce69890bfd
equal deleted inserted replaced
124:9298d951459b 125:dd9b04a54839
   220 }
   220 }
   221 publidoc > document[id][xml|lang]:before {
   221 publidoc > document[id][xml|lang]:before {
   222   content: "Document"
   222   content: "Document"
   223            " – ID = " text-field(attribute, "id", columns, 15, color, white)
   223            " – ID = " text-field(attribute, "id", columns, 15, color, white)
   224            " – Langue principale  = " combo-box(attribute, "xml:lang", font-size, 75%,
   224            " – Langue principale  = " combo-box(attribute, "xml:lang", font-size, 75%,
   225              values, "en\A fr\A fr-FR\A es", color, white);
   225              values, "en\A fr\A es", color, white);
   226 }
   226 }
   227 publidoc > topic[id]:before {
   227 publidoc > topic[id]:before {
   228   content: add-attribute-button() " Topic"
   228   content: add-attribute-button() " Topic"
   229            " – ID = " text-field(attribute, "id", columns, 15, color, white);
   229            " – ID = " text-field(attribute, "id", columns, 15, color, white);
   230 }
   230 }
   235 }
   235 }
   236 publidoc > topic[id][xml|lang]:before {
   236 publidoc > topic[id][xml|lang]:before {
   237   content: add-attribute-button() " Topic"
   237   content: add-attribute-button() " Topic"
   238            " – ID = " text-field(attribute, "id", columns, 15, color, white)
   238            " – ID = " text-field(attribute, "id", columns, 15, color, white)
   239            " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%,
   239            " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%,
   240              values, "en\A fr\A fr-FR\A es", color, white);
   240              values, "en\A fr\A es", color, white);
   241 }
   241 }
   242 publidoc > topic[id][type][xml|lang]:before {
   242 publidoc > topic[id][type][xml|lang]:before {
   243   content: "Topic"
   243   content: "Topic"
   244            " – ID = " text-field(attribute, "id", columns, 15, color, white)
   244            " – ID = " text-field(attribute, "id", columns, 15, color, white)
   245            " – Type = " text-field(attribute, type, columns, 10, color, white)
   245            " – Type = " text-field(attribute, type, columns, 10, color, white)
   246            " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%,
   246            " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%,
   247              values, "en\A fr\A fr-FR\A es", color, white);
   247              values, "en\A fr\A es", color, white);
   248 }
   248 }
   249 
   249 
   250 publidoc > * {
   250 publidoc > * {
   251   display: block;
   251   display: block;
   252   margin: 5px;
   252   margin: 5px;