[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.6, Mon Aug 11 21:49:04 2003 UTC (20 years, 9 months ago) by scop
Changes since 3.5: +6 -0 lines

Use String::Ediff for Emacs-style human readable ediffs if available.

Submitted by:	Bo Zou <boxzou@yahoo.com>

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

body {
  color: #000;
  background-color: #fff;
}
th {
  text-align: left;
}
/* Source, diff and annotate views */
.src {
  color: #000;
  background-color: #eee;
  font-style: normal;
  font-weight: normal;
}
/* 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;
}
/* Unchanged text in ediffs */
.diff-unchanged {
  background-color: #ccc;
  font-family: Helvetica, Arial, sans-serif;
  font-size: smaller;
}
/* Download links */
.download-link { 
  font-weight: bold;
}