Team:Heidelberg/Templates/basic-css

From 2013.igem.org

(Difference between revisions)
m
m
Line 2: Line 2:
<html>
<html>
   <style type="text/css">
   <style type="text/css">
-
  #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
     display:none;}
     display:none;}
#top-section {
#top-section {
Line 8: Line 8:
     height: 0px;}
     height: 0px;}
#content {
#content {
 +
     border: none;}
     border: none;}
 +
 +
.firstHeading {
 +
    height:0px;
 +
    visibility:hidden;
 +
}
 +
/* Removes "teams" from the menubar */
/* Removes "teams" from the menubar */
#menubar > ul > li:last-child {
#menubar > ul > li:last-child {
Line 15: Line 22:
#menubar {
#menubar {
     width: auto;}
     width: auto;}
-
 
+
body {
 +
    margin: 10px 0 0 0;
 +
    padding: 0;}
 +
#top-section {
 +
    width: 965px;
 +
    height: 0;
 +
    margin: 0 auto;
 +
    padding: 0;
 +
    border: none;}
 +
#menubar {
 +
    font-size: 65%;
 +
    top: 0;
 +
    }
 +
.left-menu:hover {
 +
    background-color: transparent;}
 +
#menubar li a {
 +
    background-color: transparent;}
 +
#menubar:hover {
 +
    color: white;}
 +
#menubar li a {
 +
    color: transparent;}
 +
#menubar:hover li a {
 +
    color: #CCC;}
/* modified css-Stuff from the bubble wiki theme*/
/* modified css-Stuff from the bubble wiki theme*/

Revision as of 18:01, 21 September 2013