Team:DTU-Denmark/stylesheet

From 2011.igem.org

(Difference between revisions)
Line 16: Line 16:
     top: -15px;}
     top: -15px;}
-
/* Graphics */
+
/* Visual changes */
body {
body {
     background: white url("https://static.igem.org/mediawiki/2011/c/c0/DTU-Denmark2011-temp-bg.png") repeat-x;}
     background: white url("https://static.igem.org/mediawiki/2011/c/c0/DTU-Denmark2011-temp-bg.png") repeat-x;}
#content {
#content {
-
     padding: 305px 5px 5px 5px;
+
     padding: 300px 0 0 0;
     background: white url("https://static.igem.org/mediawiki/2011/5/54/DTU-Denmark2011-temp-header.png") no-repeat;}
     background: white url("https://static.igem.org/mediawiki/2011/5/54/DTU-Denmark2011-temp-header.png") no-repeat;}

Revision as of 13:27, 7 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;}

/* Visual changes */ body {

   background: white url("DTU-Denmark2011-temp-bg.png") repeat-x;}
  1. content {
   padding: 300px 0 0 0;
   background: white url("DTU-Denmark2011-temp-header.png") no-repeat;}

/* Font style */

  1. content {
   font-family: 'Lucida Sans Unicode',sans-serif;
   font-size: 14px;}