This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
deb-website/css/eo.css

78 lines
1.1 KiB
CSS

div#content { width: 900px; }
div#content h2 {
margin: 1em 0;
font-size: 25px;
background-image: url(http://www.entrouvert.com/static/eo/css/id28.png);
padding-left: 40px;
padding-top: 5px;
line-height: 40px;
}
table {
margin-bottom: 2em;
border-spacing: 1px;
}
table th {
text-align: left;
}
table tr td {
padding: 0 0.5ex;
/* border-bottom: 1px solid gray; */
font-size:90%;
}
table tr td:first-child {
padding-left: 1em;
}
table thead th {
text-align: center;
}
/* Obsolete versions */
div.dist-sarge,
div.dist-sarge-experimental,
div.dist-etch,
div.dist-etch-experimental {
font-size: 80%;
background: #eee;
}
code {
font-size: 115%;
color: black;
}
div#content > div > table {
width: 100%;
table-layout: fixed;
}
div#content > div > table > thead > tr:first {
width: auto;
}
div#content > div > table > thead > tr:first > td {
width: auto;
}
tbody > tr > td:first-child {
text-indent: 1ex;
text-align: left;
}
tbody th {
white-space: nowrap;
}
tbody td {
word-wrap: break-word;
text-align: center;
}
tbody tr.package:nth-child(2n) {
background: #EEE;
}