Team:DTU-Denmark/stylesheet

From 2011.igem.org

(Difference between revisions)
Line 24: Line 24:
     width: 965px;}
     width: 965px;}
#header {
#header {
-
     background: url("https://static.igem.org/mediawiki/2011/5/54/DTU-Denmark2011-temp-header.png") no-repeat scroll center center #990000;
+
     background: url("https://static.igem.org/mediawiki/2011/5/54/DTU-Denmark2011-temp-header.png") no-repeat scroll center center #379110;
     height: 300px;
     height: 300px;
     width: 100%;}
     width: 100%;}
#heading {
#heading {
     background: none repeat scroll 0 0 #D7D7D7;
     background: none repeat scroll 0 0 #D7D7D7;
-
     height: 80px;}
+
     height: 80px;
 +
    border-bottom: #BABABA;}
#innercontent {
#innercontent {
-
     background: -moz-linear-gradient(center top , #E9E9E9, #F3F3F3) repeat scroll 0 0 transparent;}
+
     background: -moz-linear-gradient(center top , #E9E9E9, #F3F3F3) repeat scroll 0 0 transparent;
 +
    border-top: #FFFFFF;}
/* Font style */
/* Font style */

Revision as of 21:11, 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;
   border-bottom: #BABABA;}
  1. innercontent {
   background: -moz-linear-gradient(center top , #E9E9E9, #F3F3F3) repeat scroll 0 0 transparent;
   border-top: #FFFFFF;}

/* 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;}