Technical Details
Basic style definitions: main-base.css
/* ------------------- Basic Style Definitions -------------------- */
/* ----------------------- Rev.: 2018/06/05 ----------------------- */
/* ----------------------- (C) Roland Unger ----------------------- */
html {
padding: 0;
margin: 0;
}
body {
margin: 10px;
padding: 0;
color: #000;
background: #fff;
}
body > *:first-child , td > *:first-child , th > *:first-child {
margin-top: 0;
}
body > *:last-child , td > *:last-child , th > *:last-child {
margin-bottom: 0;
}
h1 {
font-size: 2em;
font-weight: bold;
margin: 0.67em 0;
}
h2 {
font-size: 1.5em;
font-weight: bold;
margin: 0.83em 0;
}
h3 {
font-size: 1.17em;
font-weight: bold;
margin: 1em 0;
}
.wiki h3 {
padding-bottom: 0.1em;
border-bottom: 1px solid #aaa
}
h4 {
font-weight: bold;
margin: 1.33em 0;
}
h5 {
font-size: 0.83em;
font-weight: bold;
margin: 1.67em 0;
}
h6 {
font-size: 0.67em;
font-weight: bold;
margin: 2.33em 0;
}
h1 , h2 , h3 {
clear: both;
text-align: left;
}
h4 , h5 , h6 {
text-align: left;
}
div {
margin: 0;
padding: 0;
border-style: none;
text-align: left;
}
p {
margin: 1em 0;
text-indent: 0;
}
ul, ol, dl, pre {
text-align: left;
}
p, li, blockquote, dd {
text-align: justify;
}
hr {
clear: both;
height: 0px;
border-style: none;
border-bottom: solid 1px #000;
}
sup , sub {
font-size: 70%;
}
a {
text-decoration: underline;
}
p img , li img {
vertical-align: baseline;
}
a:link, a:visited {
text-decoration: none;
}
a:active, a:hover {
text-decoration: underline;
}
:link img , :visited img , :hover img , :active img {
border-style: none;
}
em , i {
padding-right: 0.1em;
}
.abbr {
border-bottom: 1px dotted #000;
cursor: help;
}
abbr[title]:hover {
cursor: help;
}
ol , ul , menu , dir {
margin-left: 0;
padding-left: 40px; /* 2.5em */
}
li {
list-style-position: outside;
margin-left: 0;
padding-left: 0;
}
dd {
margin-left: 0;
padding-left: 40px;
}
table {
border-style: none;
border-spacing: 0 0;
border-collapse: collapse;
}
tbody , thead , tfoot , tr {
vertical-align: baseline;
}
th {
vertical-align: baseline;
text-align: left;
padding: 0;
}
.simpleTable th {
font-weight: normal;
background: transparent;
}
td {
vertical-align: baseline;
padding: 0;
}
td[bgcolor] , td[background] , th[bgcolor] , th[background] {
empty-cells : show;
}
.topvalign , .topvalign td , .topvalign th {
vertical-align: top;
}
caption {
font-weight: bold;
text-align: left;
padding-bottom: 1em;
}
.underline {
text-decoration: underline;
}
.blockimage {
display: block;
}
.serif {
font-family: "Times New Roman", Times, serif;
}
.sansserif {
font-family: "Arial Unicode MS", Arial, Helvetica, sans-serif;
}
.code {
font-family: Courier, "Courier New", monospace;
}
.noMargin {
margin-top: 0;
margin-bottom: 0;
}
.nowrap {
white-space: nowrap;
}
.clearer {
display: block;
visibility: hidden;
height: 0;
line-height: 0;
background: transparent;
color: #fff;
clear: both;
margin: 0;
}
.hide {
display: none;
}
- Top
-