Team:DTU-Denmark/stylesheet

From 2011.igem.org

(Difference between revisions)
Line 15: Line 15:
#menubar {
#menubar {
     top: -15px;}
     top: -15px;}
 +
 +
body {
 +
    background-color: white;
 +
    background-image: url("https://static.igem.org/mediawiki/2011/c/c0/DTU-Denmark2011-temp-bg.png");}

Revision as of 12:41, 6 July 2011

/* Removing wiki-like stuff */

  1. toc, #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
   display:none;}

/* Redesigning the topmenu */

  1. top-section {
   height: 0;
   margin: 0 auto;
   padding: 0;
   border: none;}
  1. menubar {
   font-size: 60%;}
  1. content {
   margin-top: 15px;}
  1. menubar {
   top: -15px;}

body {

   background-color: white;
   background-image: url("DTU-Denmark2011-temp-bg.png");}