Xxe/Css/publidoc.css
changeset 124 9298d951459b
parent 122 a0b8294a5a99
child 125 dd9b04a54839
equal deleted inserted replaced
123:b73620db2879 124:9298d951459b
   426   margin-bottom: 1em;
   426   margin-bottom: 1em;
   427   padding: 10px;
   427   padding: 10px;
   428   border: 1px dashed #7f7f7f;
   428   border: 1px dashed #7f7f7f;
   429 }
   429 }
   430 
   430 
   431 media image, media audio {
   431 media image, media audio, media video {
   432   display: block;
   432   display: block;
   433   font-family: sans-serif;
   433   font-family: sans-serif;
   434 }
   434 }
   435 
   435 
   436 media caption {
   436 media caption {
   515            " type : " label(attribute, type, color, black) " "
   515            " type : " label(attribute, type, color, black) " "
   516            set-attribute-button(attribute, type, icon, icon(pop-sw), color, black);
   516            set-attribute-button(attribute, type, icon, icon(pop-sw), color, black);
   517 }
   517 }
   518 
   518 
   519 
   519 
       
   520 /* video ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
       
   521 
       
   522 video {
       
   523   content: text-field(attribute, id, color, black, font-size, 75%);
       
   524 }
       
   525 media video {
       
   526   content: "Video : " text-field(attribute, id, color, black);
       
   527 }
       
   528 
       
   529 
   520 /* Inline level ============================================================ */
   530 /* Inline level ============================================================ */
   521 
   531 
   522 /* sup, sub, var ~~~~~~~~~~~~~~~~~~~ */
   532 /* sup, sub, var ~~~~~~~~~~~~~~~~~~~ */
   523 
   533 
   524 sup { font-family: sans-serif; vertical-align: super; font-size: 75%; }
   534 sup { font-family: sans-serif; vertical-align: super; font-size: 75%; }