Livre:Buffon - Œuvres complètes, éd. Lanessan, 1884, tome III.djvu/styles.css

La bibliothèque libre.
.references p, li p {
	margin: 0 !important;
}

.arrangement {
  width:calc(100% - 8px); max-width:36rem;
  text-align:justify;
  margin:0.75em auto 1.5em;
  border-collapse:collapse;
  border: 1px solid; 
  outline: 3px solid;
  outline-offset:1px;
  table-layout:fixed;
  font-size:85%;
  line-height:1.2;
}

.arrangement tr th {
  padding:1em 0;
  text-align:center;
  border:solid 1px;
  width:33.33%;
}

.arrangement tr td {
  text-indent:-1em;
  padding:0 10px 0 calc(1em + 10px);
  position:relative;
  page-break-inside:avoid;
}

.arrangement tr td:last-child {
  vertical-align:bottom;
}

.arrangement tr:nth-child(2) td, .arrangement tr:last-child td {
  border-style:none solid;
  border-width:1px;
  height:1em;
}

.accoladeDH, .accoladeDB {
  display:block;
  position:absolute;
  width:4px;
  height:calc(50% - 9px);
}

.accoladeDH {
  top:1px;
  right:-4px;
  border-left:solid;
  border-top-left-radius:8px;
}

.accoladeDB {
  bottom:1px;
  right:-4px;
  border-left:solid;
  border-bottom-left-radius:8px;
}

.accoladeDH:after, .accoladeDB:before {
  content:'';
  display:block;
  position:absolute;
  width:4px;
  height:8px;
}

.accoladeDH:after {
  bottom:-8px;
  right:4px;
  border-right:solid;
  border-bottom-right-radius:8px;
}

.accoladeDB:before {
  top:-8px;
  right:4px;
  border-right:solid;
  border-top-right-radius:8px;
}

.epingler {
	display:block;
	position:absolute;
	top:0;
	margin-right:10px;
}