File:  [DVB] / linuxtv.org / linuxtv.css
Revision 1.3: download - view: text, annotated - select for diffs
Sun Nov 14 02:19:00 2004 UTC (19 years, 6 months ago) by js
Branches: MAIN
CVS tags: HEAD
misc fixes

/* stylesheet for linuxtv.org */

body {
  background: black;
  color: white;
  font-family: arial,helvetica,sans-serif;
  margin: 0px;
  padding: 0px;
}

h1 {
  color: #ffcc00;
  font-family: arial,helvetica,sans-serif;
}

a {
  background: transparent;
  color: #ffcc00;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  background: transparent;
  color: #cc8800;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  background: transparent;
  color: #ffff00;
  text-decoration: underline;
  font-weight: bold;
}

div[id=menu] {
  background: #111111;
  border: thin solid #444444;
  padding: 10px;
}

LinuxTV legacy CVS <linuxtv.org/cvs>