Team:DTU-Denmark/stylesheet

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
/* Removing wiki-like stuff */
#toc, #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
#toc, #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
     display:none;}
     display:none;}
 +
 +
/* Redesigning the topmenu */
#top-section {
#top-section {
-
     height: 0px;
+
     height: 0;
     margin: 0 auto;
     margin: 0 auto;
     padding: 0;
     padding: 0;
Line 8: Line 11:
#menubar {
#menubar {
     font-size: 60%;}
     font-size: 60%;}
 +
#content {
 +
    margin-top: 15px;}
#menubar {
#menubar {
-
     top: 0px;}
+
     top: -15px;}

Revision as of 12:07, 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;}