Team:DTU-Denmark/stylesheet

From 2011.igem.org

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

Revision as of 12:42, 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: white url("DTU-Denmark2011-temp-bg.png") repeat-x;