view roundup/templates/classic/html/style.css @ 1133:36ec30d286ea

Cleaned up CHANGES/TODO Added try/finally to enforce db.close() Changed default classic issue item display to only show message summary
author Richard Jones <richard@users.sourceforge.net>
date Fri, 13 Sep 2002 00:08:44 +0000
parents c26471971d18
children 7d1b69122133
line wrap: on
line source

/* main page styles */
body.body {
  font-family: sans-serif, Arial, Helvetica;
  color: #333333;
}
a:hover { text-decoration: underline; }
a:link { text-decoration: none; }
a { text-decoration: none; }

table.body {
  border: 0;
  padding: 0;
  border-spacing: 0px;
  border-collapse: separate;
}

td.page-header-left {
  background-color: #cccc88;
  padding: 5px;
}

td.page-header-top {
  background-color: #cccc88;
  border-bottom: 1px solid #dddd99;
  padding: 5px;
}

td.sidebar {
  background-color: #cccc88;
  border-right: 1px solid #dddd99;
  border-bottom: 1px solid #dddd99;
  padding: 0px;
}

td.sidebar p.classblock {
  padding: 0 5 0 5;
  border-top: 1px solid #dddd99;
  border-bottom: 1px solid #dddd99;
}

td.sidebar p.userblock {
  padding: 0 5 0 5;
  background-color: #dddd99;
  border-top: 1px solid #ffffbb;
  border-bottom: 1px solid #ffffbb;
}

td.content {
  padding: 1px;
}

p.ok-message {
  background-color: #22bb22;
  padding: 5 5 5 5;
  color: white;
  font-weight: bold;
}
p.error-message {
  background-color: #bb2222;
  padding: 5 5 5 5;
  color: white;
  font-weight: bold;
}


/* style for forms */
table.form {
  padding: 2;
  border-spacing: 0px;
  border-collapse: separate;
}

table.form th {
  font-weight: bold;
  color: #333388;
  text-align: right;
  vertical-align: top;
}

table.form th.header {
  font-weight: bold;
  color: #333388;
  background-color: #eeeeff;
  text-align: left;
}

table.form td.optional {
  font-weight: bold;
  font-style: italic;
  color: #333333;
  empty-cells: show;
}

table.form td {
  color: #333333;
  empty-cells: show;
}

table.form td.html {
  color: #777777;
  empty-cells: show;
}

/* style for lists */
table.list {
  border-spacing: 0px;
  border-collapse: separate;
  width: 100%;
}

table.list th {
  padding: 0 4 0 4;
  color: #404070;
  background-color: #eeeeff;
  border-right: 1px solid #404070;
  border-top: 1px solid #404070;
  vertical-align: top;
}
table.list th a:hover { color: #404070 }
table.list th a:link { color: #404070 }
table.list th a { color: #404070 }
table.list th.group {
  background-color: #f4f4ff;
  text-align: center;
}

table.list td {
  padding: 0 4 0 4;
  border: 0 2 0 2;
  border-right: 1px solid #404070;
  color: #404070;
  background-color: white;
  vertical-align: top;
}

table.list tr.normal td {
  empty-cells: show;
}

table.list tr.alt td {
  background-color: #efefef;
  empty-cells: show;
}

table.list td:first-child {
  border-left: 1px solid #404070;
  border-right: 1px solid #404070;
  empty-cells: show;
}

table.list th:first-child {
  border-left: 1px solid #404070;
  border-right: 1px solid #404070;
  empty-cells: show;
}


/* style for message displays */
table.messages {
  border-spacing: 0px;
  border-collapse: separate;
  width: 100%;
}

table.messages th.header{
  padding-top: 10px;
  border-bottom: 1px solid gray;
  font-weight: bold;
  background-color: white;
  color: #707040;
}

table.messages th {
  font-weight: bold;
  color: black;
  text-align: left;
}

table.messages td {
  text-align: left;
  empty-cells: show;
}

table.messages td.content {
  font-family: monospace;
  background-color: #efefef;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  color: black;
  empty-cells: show;
}

/* style for file displays */
table.files {
  border-spacing: 0px;
  border-collapse: separate;
  width: 100%;
}

table.files th.header{
  padding-top: 10px;
  border-bottom: 1px solid gray;
  font-weight: bold;
  background-color: white;
  color: #707040;
}

table.files th {
  border-bottom: 1px solid #afafaf;
  font-weight: bold;
  text-align: left;
}

table.files td {
  font-family: monospace;
  empty-cells: show;
}

/* style for history displays */
table.history {
  border-spacing: 0px;
  border-collapse: separate;
  width: 100%;
}

table.history th.header{
  padding-top: 10px;
  border-bottom: 1px solid gray;
  font-weight: bold;
  background-color: white;
  color: #707040;
  font-size: 100%;
}

table.history th {
  border-bottom: 1px solid #afafaf;
  font-weight: bold;
  text-align: left;
  font-size: 90%;
}

table.history td {
  font-size: 90%;
  vertical-align: top;
  empty-cells: show;
}


/* style for class list */
table.classlist {
  border-spacing: 0px;
  border-collapse: separate;
  width: 100%;
}

table.classlist th.header{
  padding-top: 10px;
  border-bottom: 1px solid gray;
  font-weight: bold;
  background-color: white;
  color: #707040;
}

table.classlist th {
  font-weight: bold;
  text-align: left;
}


/* style for class help display */
table.classhelp {
  border-spacing: 0px;
  border-collapse: separate;
  width: 100%;
}

table.classhelp th {
  font-weight: bold;
  text-align: left;
  color: #707040;
}

table.classhelp td {
  padding: 2 2 2 2;
  border: 1px solid black;
  text-align: left;
  vertical-align: top;
  empty-cells: show;
}


/* style for "other" displays */
table.otherinfo {
  border-spacing: 0px;
  border-collapse: separate;
  width: 100%;
}

table.otherinfo th.header{
  padding-top: 10px;
  border-bottom: 1px solid gray;
  font-weight: bold;
  background-color: white;
  color: #707040;
}

table.otherinfo th {
  border-bottom: 1px solid #afafaf;
  font-weight: bold;
  text-align: left;
}

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