view roundup/templates/extended/html/style.css @ 733:65234f56b250

changed the default message list in issues to display the message body . made backends.__init__ be more specific about which ImportErrors it really wants to ignore . fixed the example addresses in the templates to use correct example domains . cleaned out the template stylesheets, removing a bunch of junk that really wasn't necessary (font specs, styles never used) and added a style for message content
author Richard Jones <richard@users.sourceforge.net>
date Wed, 22 May 2002 00:32:34 +0000
parents 6c9d6e7b120b
children a55c0622dced
line wrap: on
line source

a:hover {  
  text-decoration: underline;
  color: #333333; 
}

a:link {
  text-decoration: none;
  color: #000099;
}

a {
  text-decoration: none;
  color: #000099;
}

p {
  color: #333333;
}

th {
  font-weight: bold;
  color: #333333;
}

.form-help {
  color: #333333;
}

.location-bar {
  background-color: #efefef;
  border: none;
}

.strong-header {
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
}

.row-normal {
  background-color: #ffffff;
  border: none;
}

.row-hilite {
  background-color: #efefef;
  border: none;
}

.msg-header {
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: bold;
  background-color: #EE71AC;
  color: #ffffff;
}

.msg-content {
  font-family: monospace;
  background-color: #ffeaff;
  color: #000000;
}

.system-msg {
  background-color: #ffffff;
  border:  1px solid #000000;
  margin-bottom: 6px;
  margin-top: 6px;
  padding: 4px;
  width: 100%;
  color: #660033;
}

.form-title {
  font-weight: bold;
  color: #333333;
}

.form-label {
  font-weight: bold;
  color: #333333;
}

.form-optional {
  font-weight: bold;
  font-style: italic;
  color: #333333;
}

.form-element {
  color: #000000;
}

.form-text {
  color: #333333;
}

.form-mono {
  font-family: monospace;
}


Roundup Issue Tracker: http://roundup-tracker.org/