From DriloBASE Taxo

Revision as of 17:35, 1 October 2013 by Webmaster (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */

/* SPECIES */

.species-tab {
  width: 100%;
  background-color: #e8f0f0;
  text-align:center;
  font-weight: bold;
  }
.species-tab-top-on, .species-tab-top-off {
  width: 25%;
  border:1px #303858 solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
  }
.species-tab-bottom-on, .species-tab-bottom-off {
  width: 25%;
  border:1px #303858 solid;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px
  }
.species-tab-top-on, .species-tab-bottom-on {
  background-color: #d0d8d8;
  color: #000;
  }
.species-tab-top-off; .species-tab-bottom-off {
  background-color:#e8f0f0;
  }
.species-tab-title {
  background-color: #303858;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  font-style: italic;
  }
.species-table {
  width:100%;
  spacing:0px;
  padding:0px;
  border-collapse:collapse;
/*  border-top:2px #303858 solid; */
  border-left:2px #d0d8d8 solid;
  border-right:2px #d0d8d8 solid;
  }
.species-table th {
  padding:5px;
  background:#d0d8d8;
  text-align:center;
  color:#000;
  font-weight:bold;
  }
.species-table td {
  padding:10px;
  background-color:#f4f4f4;
  }