Team:DTU-Denmark/stylesheet

From 2011.igem.org

(Difference between revisions)
Line 16: Line 16:
     top: -15px;}
     top: -15px;}
 +
/* Graphics */
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;}
Line 21: Line 22:
     padding: 305px 5px 5px 5px;
     padding: 305px 5px 5px 5px;
     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;}
 +
 +
/* Font style */
 +
#content {
 +
    font-family: 'Lucida Sans Unicode',sans-serif;
 +
    font-size: 14px;}

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

/* Graphics */ body {

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

/* Font style */

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