Team:DTU-Denmark/stylesheet

From 2011.igem.org

(Difference between revisions)
Line 17: Line 17:
/* Visual changes */
/* Visual changes */
-
body {
 
-
    background: #EEEEEE url("https://static.igem.org/mediawiki/2011/c/c0/DTU-Denmark2011-temp-bg.png") repeat-x;}
 
#content {
#content {
-
     padding: 300px 0 0 0;
+
     border: medium none;
-
     background: transparent url("https://static.igem.org/mediawiki/2011/5/54/DTU-Denmark2011-temp-header.png") no-repeat;
+
    width: 100%;}
-
     border: none;}
+
.mycenter {
 +
    margin: 0 auto;
 +
    width: 965px;}
 +
#header {
 +
     background: url("https://static.igem.org/mediawiki/2011/5/54/DTU-Denmark2011-temp-header.png") no-repeat scroll center center #379110;
 +
     height: 300px;
 +
    width: 100%;}
 +
#heading {
 +
    background: none repeat scroll 0 0 #D7D7D7;
 +
    height: 80px;}
 +
#innercontent {
 +
    background: -moz-linear-gradient(center top , #E9E9E9, #F3F3F3) repeat scroll 0 0 transparent;}
/* Font style */
/* Font style */

Revision as of 20:59, 8 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 */

  1. content {
   border: medium none;
   width: 100%;}

.mycenter {

   margin: 0 auto;
   width: 965px;}
  1. header {
   background: url("DTU-Denmark2011-temp-header.png") no-repeat scroll center center #379110;
   height: 300px;
   width: 100%;}
  1. heading {
   background: none repeat scroll 0 0 #D7D7D7;
   height: 80px;}
  1. innercontent {
   background: -moz-linear-gradient(center top , #E9E9E9, #F3F3F3) repeat scroll 0 0 transparent;}

/* Font style */

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

h1, h2, h3, h4, h5, h6 {

   border: none;}

h1 {

   color: #383838;
   text-shadow: 0 1px rgba(255, 255, 255, 0.5);
   font-size: 38px;}

h2 {

   background: url("Horisontal-line.png") repeat-x scroll 0 100% transparent;
   border: none;
   padding-bottom: 5px;}

hr {

   height: 0;
   border-top: 1px solid #AAA;
   border-bottom: 1px solid #FFF;}