Subversion Repositories SvarDOS

Rev

Rev 103 | Rev 139 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

@import url(https://fonts.googleapis.com/css?Oxygen+Mono|Open+Sans:400,700,400italic);

p.title {
  font-size: 1.35em; margin: 3em auto 0 auto; text-align: center;
}

p.copyr {
  font-size: 1.00em; margin: 0 auto 4.5em auto; color: #959595; text-align: center;
}

p.chapt {
  font-size: 1.05em; font-weight: bold; margin: 1.75em 0 0 0; text-align: left;
}

p {
  font-size: 1.00em; margin: 0.5em 0 0 0; text-align: justify;
}

p.tech {
  white-space: pre-wrap;
  font-size: 1.1em;
  text-align: left;
  font-family: 'Oxygen Mono', monospace;
}

p.wondering {
  font-size: 0.95em;
  margin: 1.3em 0;
  border: 1px #222 dashed;
  opacity: 0.8;
}

html,body {
  font-size: 1.0em;
  margin: 0;
  padding: 0;
  background-color: #B0B0B0;
  height: 100%;
  font-family: "open sans", sans-serif;
}

a:link { /* unvisited link */
  color: #000080; text-decoration: none;
}

a:visited { /* visited link */
  color: #000080; text-decoration: none;
}

a:hover { /* mouse over link */
  color: #0000FF; text-decoration: none;
}

a:active { /* selected link */
  color: #000080; text-decoration: none;
}

a.mateusz {
  color: inherit; text-decoration: none;
}

table.nls {
  margin: 1em auto;
}

table.nls th {
  font-weight: bold;
  text-align: center;
  font-size: 1em;
}

td.pkg {
  text-align: left;
  font-size: 1em;
}

td.err {
  background-color: #f55;
  text-align: center;
  font-size: 0.9em;
}

td.complete {
  background-color: #5f5;
  text-align: center;
  font-size: 0.9em;
}

td.incomplete {
  background-color: #fdd;
  text-align: center;
  font-size: 0.9em;
}

td.unsup {
  background-color: #bbb;
  text-align: center;
  font-size: 0.9em;
}