Xxe/Css/publidoc.css
changeset 156 29405a66e77b
parent 139 053afd50e85d
child 166 4e4c9b47f2a1
equal deleted inserted replaced
155:1568fa18df9e 156:29405a66e77b
    25 }
    25 }
    26 
    26 
    27 head > *:before {
    27 head > *:before {
    28   display: marker;
    28   display: marker;
    29   color:  #7f7f7f;
    29   color:  #7f7f7f;
    30   content: element-label() " :";
    30   content: insert-before-button() element-label() " :";
    31 }
    31 }
    32 head > title:before { display: none; }
    32 head > title:before { display: none; }
    33 head > shorttitle:before { display: none; }
    33 head > shorttitle:before { display: none; }
    34 head > subtitle:before { display: none; }
    34 head > subtitle:before { display: none; }
    35 head > identifier[type="uri"]:before { content: insert-before-button() " URI :"; }
    35 head > identifier[type="uri"]:before { content: insert-before-button() " URI :"; }
    36 head > identifier[type="ean"]:before { content: insert-before-button() " EAN :"; }
    36 head > identifier[type="ean"]:before { content: insert-before-button() " EAN :"; }
    37 head > copyright:before { content: insert-before-button() " Copyright :"; }
    37 head > copyright:before { content: insert-before-button() " Copyright :"; }
       
    38 head > collection:before { content: insert-before-button() " Collection :"; }
    38 head > contributors:before { content: insert-before-button() " Contributeurs :"; }
    39 head > contributors:before { content: insert-before-button() " Contributeurs :"; }
    39 head > date:before { content: insert-before-button() " Date :"; }
    40 head > date:before { content: insert-before-button() " Date :"; }
    40 head > place:before { content: insert-before-button() " Lieu :"; }
    41 head > place:before { content: insert-before-button() " Lieu :"; }
    41 head > source:before { content: insert-before-button() " Source :"; }
    42 head > source:before { content: insert-before-button() " Source :"; }
    42 head > keywordset:before { content: insert-before-button() " Mots clés :"; }
    43 head > keywordset:before { content: insert-before-button() " Mots clés :"; }
   102 }
   103 }
   103 
   104 
   104 contributor role {
   105 contributor role {
   105   color: #7f7f7f;
   106   color: #7f7f7f;
   106   content: " rôle : " combo-box(element, role, font-size, 75%,
   107   content: " rôle : " combo-box(element, role, font-size, 75%,
   107              labels, "auteur\A illustrateur\A éditeur"
   108              labels, "auteur\A illustrateur\A éditeur\A packager"
   108              values, "author\A illustrator\A publisher", color, black)
   109              values, "author\A illustrator\A publisher\A packager", color, black)
   109            insert-same-after-button(icon, icon(right-half-disc));
   110            insert-same-after-button(icon, icon(right-half-disc));
   110 }
   111 }
   111 
   112 
   112 /* source ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
   113 /* source ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
   113 
   114 
   127   content: "ID = " text-field(attribute, id, columns, 10, color, black, font-size, 75%);
   128   content: "ID = " text-field(attribute, id, columns, 10, color, black, font-size, 75%);
   128 }
   129 }
   129 head subject:after {
   130 head subject:after {
   130   content: insert-same-after-button(color, #7f7f7f, icon, icon(right-half-disc));
   131   content: insert-same-after-button(color, #7f7f7f, icon, icon(right-half-disc));
   131 }
   132 }
   132 
       
   133 /* annotation ~~~~~~~~~~~~~~~~~~~~~~ */
       
   134 
       
   135 head > annotation:after { content: ""; }
       
   136 
   133 
   137 
   134 
   138 /* Division level ========================================================== */
   135 /* Division level ========================================================== */
   139 
   136 
   140 division:before {
   137 division:before {
   442   font-family: sans-serif;
   439   font-family: sans-serif;
   443 }
   440 }
   444 
   441 
   445 media caption {
   442 media caption {
   446   display: block;
   443   display: block;
       
   444   font-family: sans-serif;
       
   445   font-size: 93%;
       
   446   color: #004080;
   447 }
   447 }
   448 media caption:after {
   448 media caption:after {
   449   content: insert-after-button(color, #7f7f7f, icon, icon(right-half-disc));
   449   content: insert-after-button(color, #7f7f7f, icon, icon(right-half-disc));
   450 }
   450 }
   451 
   451 
   472            insert-button(color, #7f7f7f, icon, icon(pop-down))
   472            insert-button(color, #7f7f7f, icon, icon(pop-down))
   473            insert-after-button(color, #7f7f7f, icon, icon(right-half-disc));
   473            insert-after-button(color, #7f7f7f, icon, icon(right-half-disc));
   474 }
   474 }
   475 
   475 
   476 media image {
   476 media image {
   477   margin-bottom: .8em;
   477   margin-bottom: .3em;
   478 }
   478 }
   479 
   479 
   480 image > copyright {
   480 image > copyright {
   481   display: block;
   481   display: block;
   482   font-size: 75%;
   482   font-size: 75%;
   538 
   538 
   539 /* Inline level ============================================================ */
   539 /* Inline level ============================================================ */
   540 
   540 
   541 /* sup, sub, var ~~~~~~~~~~~~~~~~~~~ */
   541 /* sup, sub, var ~~~~~~~~~~~~~~~~~~~ */
   542 
   542 
   543 sup { font-family: sans-serif; vertical-align: super; font-size: 75%; }
   543 sup { font-family: sans-serif; vertical-align: super; font-size: 75%; white-space: nowrap; }
   544 sub { font-family: sans-serif; vertical-align: sub;   font-size: 75%; }
   544 sub { font-family: sans-serif; vertical-align: sub;   font-size: 75%; white-space: nowrap; }
   545 var { font-family: sans-serif; font-style: italic; }
   545 var { font-family: sans-serif; font-style: italic; }
   546 
   546 
   547 /* date ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
   547 /* date ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
   548 
   548 
   549 date[value]:after {
   549 date[value]:after {