Template:Imperial/09/CSS

From 2009.igem.org

(Difference between revisions)
(New page: <html> <style type="text/css"> - ----------------------------------------------------------------------------: /* Structure ...)
Line 62: Line 62:
#p-logo {
#p-logo {
-
filter:alpha(opacity=00);-moz-opacity:.00;opacity:.00;
+
    filter:alpha(opacity=00);-moz-opacity:.00;opacity:.00;
-
}
+
}
#top-section {
#top-section {
-
background-image: url(https://static.igem.org/mediawiki/igem.org/2/2a/II09_wiki.png);
+
    background-image: url(https://static.igem.org/mediawiki/igem.org/2/2a/II09_wiki.png);
-
background-size: 100%;
+
    background-size: 100%;
-
}
+
}
 +
/*----------------------------------------------------------------------------*/
 +
/* Tabs                                                                      */
 +
/*----------------------------------------------------------------------------*/
 +
 +
.II09_Tabs_Blue {
 +
  float:left;
 +
  width:100%;
 +
  background:#CCCCFF url("http://openwetware.org/images/b/bb/SDbg.gif") repeat-x bottom;
 +
  font-size:93%;
 +
  line-height:normal;
 +
  margin: 0;
 +
  padding: 0;
 +
}
 +
 +
.II09_Tabs_Blue ul {
 +
  margin:0;
 +
  padding:10px 10px 0;
 +
  list-style:none;
 +
}
 +
.II09_Tabs_Blue li {
 +
  float:left;
 +
  background:url("http://openwetware.org/images/b/b7/SDleft.gif") no-repeat left top;
 +
  margin:0;
 +
  padding:0 0 0 9px;
 +
}
 +
 +
.II09_Tabs_Blue strong {
 +
  float:left;
 +
  display:block;
 +
  background:url("http://openwetware.org/images/f/f8/SDright.gif") no-repeat right top;
 +
  padding:5px 15px 4px 6px;
 +
  text-decoration:none;
 +
  font-weight:bold;
 +
  color:#765;
 +
}
</style>
</style>
</html>
</html>

Revision as of 14:49, 1 September 2009