Commit fac02695 authored by Edith Cannet's avatar Edith Cannet
Browse files

mise à jour du dépôt environnement IGLS-epidoc v1

parent 8ddd7084
Loading
Loading
Loading
Loading
+890 −109

File changed.

Preview size limit exceeded, changes collapsed.

+55 −0
Original line number Diff line number Diff line
/*@extension "com.xmlmind.xmledit.cmd.table.GenericTableEdit";*/
@import url(epidoc_header.css);
@import url(epidoc.css);

@namespace aid url(http://ns.adobe.com/AdobeInDesign/4.0/);
@namespace tei url(http://www.tei-c.org/ns/1.0);


/*
CSS pour environnement TEI-Epidoc
Projet IGLS, novembre 2017
HiSoMA, PDN MRSH Caen
*/



figDesc{
    text-align: left;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
}

facsimile:before{
    display: block;
    content: " Images " collapser() "";
    text-align: left;
    font-size: 110%;
    font-style: italic;
    width: 95%;
    border: 1px solid #777777;
    background-color: #efefef;
    font-weight: bold;
}

facsimile,
surface,
graphic,
desc{
    display: block;
   collapsible: yes;
}

facsimile > surface > graphic:before{
    margin-left: auto;
    collapsible: yes;
    display: block;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    content: command-button(icon, square, 
color, #BDA44D, command, "viewObject", parameter, "url anyURI", tool-tip, "Afficher l'image");}
img {
    content: image(attr(src), attr(width), attr(height), default, icon(no-image));
}  

css/epidoc_header.css

100755 → 100644
+340 −572

File changed.File mode changed from 100755 to 100644.

Preview size limit exceeded, changes collapsed.

+1246 −172

File changed.

Preview size limit exceeded, changes collapsed.

+1139 −171

File changed.

Preview size limit exceeded, changes collapsed.

Loading