[BACK]Return to cvsweb.css CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb / css

File: [cvsweb.bsd.lv] / cvsweb / css / cvsweb.css (download)

Revision 3.2, Sun Apr 27 20:27:49 2003 UTC (21 years ago) by scop
Changes since 3.1: +2 -0 lines

Add font sizes to missing and empty lines.

/* CSS for FreeBSD-CVSweb */
/* $FreeBSD$ */

body {
  color: #000;
  background-color: #fff;
}
th {
  text-align: left;
}
/* Source, diff and annotate views */
.src {
  background-color: #eee;
}
/* Navigation header for diffs and annotations */
.navigate-header {
  background-color: #99e;
}
/* Directory table */
table.dir {
  border-width: 0;
  background-color: #ccc;
}
/* Directory column header */
.dir-header {
  background-color: #ffc;
}
/* Sorted directory column header */
.dir-header-sorted {
  background-color: #fc6;
}
/* Odd rows in directory table */
.dir-row-odd {
  background-color: #fff;
}
/* Even rows in directory table */
.dir-row-even {
  background-color: #fff;
}
/* Log entry in markup */
.log-markup {
  background-color: #fff;
}
/* Diff-selected revision in log */
.diff-selected {
  background-color: #eee;
}
/* 'Line'-header of each diffed file */
.diff-heading {
  background-color: #9cc;
}
/* Lines that are the same */
.diff-same {
  font-family: Helvetica, Arial, sans-serif;
  font-size: smaller;
}
/* Empty lines */
.diff-empty {
  background-color: #ccc;
  font-size: smaller;
}
/* Added lines */
.diff-added {
  background-color: #ccf;
  font-family: Helvetica, Arial, sans-serif;
  font-size: smaller;
}
/* Removed lines */
.diff-removed {
  background-color: #f99;
  font-family: Helvetica, Arial, sans-serif;
  font-size: smaller;
}
/* Changed lines */
.diff-changed {
  background-color: #9f9;
  font-family: Helvetica, Arial, sans-serif;
  font-size: smaller;
}
/* Empty changed lines */
.diff-changed-missing {
  background-color: #9c9;
  font-size: smaller;
}