/*
CSS Stylesheet for bibliography
(C) Jérôme Euzenat, 2008, 2012, 2017
*/

/*@import url('https://jerome.euzen.at/style.css');*/
@import url('https://moex.inria.fr/~euzenat/style.css');

.sort-sel {
    background: whitesmoke; 
    padding: 3px;
}

/* #99ccff */
.form-sel {
    background: whitesmoke; 
    padding: 3px;
}

.ok-sel {
    background: whitesmoke; 
    padding: 3px;
}

/* Headers */

/* Bibref */

.bibref { padding-bottom: .5cm; }
.entry { border-top: 1px solid #AAAAAA; margin: 0 0 0 0; }
.award { margin: 0 0 0 1cm; font-style: italic; padding-top: 5px;}
.abstract { margin: 0 0 0 1cm; font-size: 80%; font-style: italic; padding-top: 5px;}
.errata { margin: 0 0 0 1cm; font-size: 80%; font-style: italic; padding-top: 5px;}
.comment { margin: 0 0 0 1cm; font-size: 70%; text-weight: bold; padding-top: 5px;}
.categ { margin: 0 0 0 1cm; font-size: 80%; paddiesng-top: 5px;}
.expe { margin: 0 0 0 1cm; font-size: 90%; padding-top: 5px;}
.urls { font-family: monospace; margin: 0 0 0 1cm; font-size: 90%; padding-top: 5px;}
.keywords { margin: 0 0 0 1cm; font-size: 80%; padding-top: 5px;}
.person { font-variant: small-caps; }

.footer { border-top: 2px solid #AAAAAA; text-size: 80%; }

.reftitle { font-weight: bold; }
.journal { font-style: italic; }
.booktitle {}

.smcps { font-size: 80%; }

/* Menu bar */

.footer { 
#    background: lightgrey;
}

.footer * td { 
    font-size: 80%;
}


