From DriloBASE Taxo

(Difference between revisions)
Jump to: navigation, search
(+ Genus)
 
(15 intermediate revisions by one user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
/* SPECIES */
+
/* SPECIES GENUS FAMILY */
  
.species-tab {
+
.species-tab, .genus-tab, .family-tab {
 
   width: 100%;
 
   width: 100%;
   background-color: #e8f0f0;
+
   background-color: #fff;
 
   text-align:center;
 
   text-align:center;
 
   font-weight: bold;
 
   font-weight: bold;
 
   }
 
   }
.species-tab-top-on, .species-tab-top-off {
+
.species-tab-top-on, .species-tab-top-off, .genus-tab-top-on, .genus-tab-top-off, .family-tab-top-on, .family-tab-top-off {
   border:1px #303858 solid;
+
   border: 1px #303858 solid;
 
   border-top-left-radius: 5px;
 
   border-top-left-radius: 5px;
   border-top-right-radius: 5px
+
   border-top-right-radius: 5px;
 
   }
 
   }
.species-tab-bottom-on, .species-tab-bottom-off {
+
.species-tab-bottom-on, .species-tab-bottom-off, .genus-tab-bottom-on, .genus-tab-bottom-off, .family-tab-bottom-on, .family-tab-bottom-off {
   border:1px #303858 solid;
+
   border: 1px #303858 solid;
 
   border-bottom-left-radius: 5px;
 
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px
+
   border-bottom-right-radius: 5px;
 
   }
 
   }
.species-tab-top-on, .species-tab-bottom-on {
+
.species-tab-top-on, .species-tab-bottom-on, .genus-tab-top-on, .genus-tab-bottom-on, .family-tab-top-on, .family-tab-bottom-on {
 
   background-color: #d0d8d8;
 
   background-color: #d0d8d8;
 
   color: #000;
 
   color: #000;
 
   }
 
   }
.species-tab-top-off; .species-tab-bottom-off {
+
.species-tab-top-off, .species-tab-bottom-off, .genus-tab-top-off, .genus-tab-bottom-off, .family-tab-top-off, .family-tab-bottom-off {
   background-color:#e8f0f0;
+
   background-color: #e8f0f0;
 
   }
 
   }
.species-tab-title {
+
.species-tab-title, .genus-tab-title, .family-tab-title {
 
   background-color: #303858;
 
   background-color: #303858;
  color: #fff;
 
 
   font-size: 140%;
 
   font-size: 140%;
 
   font-weight: bold;
 
   font-weight: bold;
 +
  }
 +
.species-tab-title {
 +
  color: #fff;
 
   font-style: italic;
 
   font-style: italic;
 
   }
 
   }
.species-table {
+
.genus-tab-title {
   width:100%;
+
   color: #ffd800;
  spacing:0px;
+
   font-style: italic;
  padding:0px;
+
  border-collapse:collapse;
+
  border-left:2px #d0d8d8 solid;
+
   border-right:2px #d0d8d8 solid;
+
 
   }
 
   }
.species-table th {
+
.family-tab-title {
  padding:5px;
+
   color: #ff6a00;
  background:#d0d8d8;
+
  text-align:center;
+
   color:#000;
+
  font-weight:bold;
+
 
   }
 
   }
.species-table td {
+
.species-table, .genus-table, .family-table {
  padding:10px;
+
  background-color:#f4f4f4;
+
  }
+
 
+
/* GENUS */
+
 
+
.genus-tab {
+
 
   width: 100%;
 
   width: 100%;
   background-color: #fff;
+
   spacing: 0px;
   text-align:center;
+
  padding: 0px;
   font-weight: bold;
+
  border-collapse: collapse;
 +
   border-left: 2px #d0d8d8 solid;
 +
   border-right: 2px #d0d8d8 solid;
 
   }
 
   }
.genus-tab-top-on {
+
.species-table th, .genus-table th, .family-table th {
   border:1px #303858 solid;
+
   padding: 5px;
  border-top-left-radius: 5px;
+
   background: #d0d8d8;
   border-top-right-radius: 5px
+
   text-align: center;
  }
+
.genus-tab-bottom-on {
+
  border:1px #303858 solid;
+
   border-bottom-left-radius: 5px;
+
  border-bottom-right-radius: 5px
+
  }
+
.genus-tab-top-on, .genus-tab-bottom-on {
+
  background-color: #d0d8d8;
+
 
   color: #000;
 
   color: #000;
  }
 
.genus-tab-top-off; .genus-tab-bottom-off {
 
  background-color:#fff;
 
  }
 
.genus-tab-title {
 
  background-color: #303858;
 
  color: #FF6A00;
 
  font-size: 140%;
 
 
   font-weight: bold;
 
   font-weight: bold;
  font-style: italic;
 
  }
 
.genus-table {
 
  width:100%;
 
  spacing:0px;
 
  padding:0px;
 
  border-collapse:collapse;
 
  border-left:2px #d0d8d8 solid;
 
  border-right:2px #d0d8d8 solid;
 
  }
 
.genus-table th {
 
  padding:5px;
 
  background:#d0d8d8;
 
  text-align:center;
 
  color:#000;
 
  font-weight:bold;
 
 
   }
 
   }
.genus-table td {
+
.species-table td, .genus-table td, .family-table td {
   padding:10px;
+
   padding: 10px;
   background-color:#f4f4f4;
+
   background-color: #f4f4f4;
 
   }
 
   }
 +
.datawarning {
 +
  margin-top: 1em;
 +
  margin-bottom: 1em;
 +
  text-align: center;
 +
  font-size: 80%;
 +
  color: #999;
 +
}
  
 
/* LOCATION */
 
/* LOCATION */
  
 
.locationBanner {
 
.locationBanner {
   background-image:url(http://earthworms.info/w/images/9/96/Maps.jpg);
+
   background-image: url(/images/9/96/Maps.jpg);
   background-repeat:repeat-x;
+
   background-repeat: repeat-x;
   background-position:center left;
+
   background-position: center left;
   padding:10px;
+
   padding: 10px;
   padding-left:140px;
+
   padding-left: 140px;
   height:64px;
+
   height: 64px;
   color:#FFF;
+
   color: #FFF;
   font-size:36px;
+
   font-size: 36px;
   font-weight:bold;
+
   font-weight: bold;
 
   }
 
   }

Latest revision as of 12:33, 26 June 2015

/* CSS placed here will be applied to all skins */

/* SPECIES GENUS FAMILY */

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

/* LOCATION */

.locationBanner {
  background-image: url(/images/9/96/Maps.jpg);
  background-repeat: repeat-x;
  background-position: center left;
  padding: 10px;
  padding-left: 140px;
  height: 64px;
  color: #FFF;
  font-size: 36px;
  font-weight: bold;
  }