Team:DTU-Denmark/stylesheet

From 2011.igem.org

(Difference between revisions)
Line 28: Line 28:
     font-family: 'Lucida Sans Unicode',sans-serif;
     font-family: 'Lucida Sans Unicode',sans-serif;
     font-size: 14px;}
     font-size: 14px;}
 +
h1, h2, h3, h4, h5, h6 {
 +
    border: none;}
h1 {
h1 {
     color: #383838;
     color: #383838;
     text-shadow: 0 1px rgba(255, 255, 255, 0.5);
     text-shadow: 0 1px rgba(255, 255, 255, 0.5);
     font-size: 38px;}
     font-size: 38px;}
-
hr {
 
-
    height: 0;
 
-
    border-top: 1px solid #AAA;
 
-
    border-bottom: 1px solid #FFF;}
 
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;
     border: none;
     border: none;
     padding-bottom: 5px;}
     padding-bottom: 5px;}
 +
hr {
 +
    height: 0;
 +
    border-top: 1px solid #AAA;
 +
    border-bottom: 1px solid #FFF;}

Revision as of 08:06, 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, 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;}