Exit Full View

style.css

/*
  Contains the color scheme for this namespace.
  Its arranged by color, with the lowest colors at the top.
  If you change a color, please reorder as appropriate.
*/


.menu a:hover {
  background-color: #080;
}
.navigation h1, .navigation h2, .navigation h3, .navigation h4 {
  background-color: #060;
}


a, h1, hr {
  color: #1a1;
}

hr, .navigation {
  background-color: #1a1;
}

body {
  color: #222;
}
.navigation h1, .navigation h2, .navigation h3, .navigation h4 {
  color: #ddd;
}


a:hover {
  color: #3f3;
}



h2, h3, .footer {
  color: #444;
}

.navigation {
  border-color: #444;
}


.menu a {
  color: #eee;
}


body {
  background-color: #fff;
}

.menu a:hover {
  color: #fff;
}




.gardening_details {
  float: right;
  border: 1px dashed #933;
  margin-left: 2em;
  margin-top: -5em;
  padding: 1em;
}

.gardening_details p {
  margin-bottom: 0em;
}

h2 {
  clear: both;
}


table.details {
  width: 100%;
  margin-bottom: 1em;
}

table.details th {
  text-align: left;
}
table.details td {
  padding-right: 2em;
}


table.plantChart {
  border: 1px solid black;
  border-right: 0px;
  border-spacing: 0px;
}
table.plantChart tr.line td, table.plantChart tr.line th {
  border-top: 1px solid black;
}
table.plantChart tr.doubleHeight td {
  height: 3em;
}

table.plantChart th {
  background: #eee;
}
table.plantChart td {
  background: #fff;
  width: 2em;
  height: 1.5em;
}

table.plantChart th, table.plantChart td {
  text-align: center;
  border-right: 1px solid black;
  font-weight: normal;
}

table.plantKey th {
  width: 3em;
  height: 2em;
  border: 1px solid black;
}

table.plantKey td {
  border: 0px;
  padding-right: 2em;
}

table.plantChart, table.plantKey {
  font-size: x-small;
  margin: 0.5em;
}


table.plantChart td.harvest, table.plantKey th.harvest {
  background: #ff0;
}
table.plantChart td.sow, table.plantKey th.sow {
  background: #0cc;
}
table.plantChart td.sowIndoors, table.plantKey th.sowIndoors {
  background: #c00;
}
table.plantChart td.flowers, table.plantKey th.flowers {
  background: #0ff;
}
table.plantChart td.plantOut, table.plantKey th.plantOut {
  background: #0c0;
}