Team:DTU-Denmark/stylesheet

From 2011.igem.org

(Difference between revisions)
Line 38: Line 38:
h2 {
h2 {
     background: url("https://static.igem.org/mediawiki/2011/f/f0/Horisontal-line.png") repeat-x scroll 0 100% transparent;
     background: url("https://static.igem.org/mediawiki/2011/f/f0/Horisontal-line.png") repeat-x scroll 0 100% transparent;
-
     font-style: none;
+
     text-decoration: none;
     padding-bottom: 2px;}
     padding-bottom: 2px;}

Revision as of 08:03, 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 */ body {

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

/* Font style */

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

h1 {

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

hr {

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

h2 {

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