Team:Groningen/style.css

From 2011.igem.org

(Difference between revisions)
Line 97: Line 97:
     margin-left: 250px;
     margin-left: 250px;
}
}
 +
table { background: none; }
 +
table.calendar          { margin: 0; padding: 10px; }
 +
table.calendar td      { margin: 0; padding: 2px; vertical-align: top; }
 +
table.month .heading td { padding:2px; background-color:#81d1f1; color:#008dc4; text-align:center;
 +
                          font-family: 'Arial Rounded MT Bold', sans-serif; font-size:120%; font-weight:normal; }
 +
table.month .dow td    { color:#aaa; text-align:center; font-size:110%; }
 +
table.month td.today    { background-color:#ddd; }
 +
table.month td {
 +
    border: none;
 +
    margin: 0;
 +
    padding: 1pt 1.5pt;
 +
    font-weight: bold;
 +
    font-size: 8pt;
 +
    text-align: right;
 +
    background-color: #eff9fd;
 +
    }
 +
#bodyContent table.month a { background:none; padding:0 }
 +
.day-active { color:#0000cc }
 +
.day-empty  { color:#cc0000 }

Revision as of 09:17, 12 September 2011

/*Text links*/

   a:link {color:#20548f;}
   a:visited {color:#20548f;}
   a:hover {color:#20548f;}
   a:active {color:#20548f;}

/*Reworking the header*/

  1. top-section{
   height: 390px;
   width: 1024px;

}

table {

   background-color:transparent;

}

  1. p-logo

{

   height: 390px;
   width: 1024px;
   background-image:url(Groningen2011Header.png);

}

/*Supressing the igem logo*/ a[title="Main Page"] {

   display: none;

}

/*Supressing the wiki titles*/ .firstHeading {

   display: none;

}

  1. contentSub

{

   display: none;

}


body {

   background-attachment:fixed;
   background-image:url(Groningen2011Background.jpg);

}

  1. content

{

   position: relative;
   top:-5px;
   width: 1024px;
   padding: 0px 0px 0px 0px;
   background-color:transparent;


}

  1. bodyContent

{

   width: 1024px;
   position: relative;
   padding: 0px 0px 0px 0px;
   background-color:transparent;
   background-image:url(Groningen2011transparantback.png);
   

}

/*Inserting the menu*/

  1. Gwrapper

{

   position: relative;
   width: 1024px;

}

  1. Gmenu

{

   float: left;
   width: 250px;
   height: 800px;

}


.glossymenu {

   position: relative;
   top:100px;
   left:40px;

}

  1. Gcontent

{

   width: 760px;
   margin-left: 250px;

} table { background: none; } table.calendar { margin: 0; padding: 10px; } table.calendar td { margin: 0; padding: 2px; vertical-align: top; } table.month .heading td { padding:2px; background-color:#81d1f1; color:#008dc4; text-align:center;

                         font-family: 'Arial Rounded MT Bold', sans-serif; font-size:120%; font-weight:normal; }

table.month .dow td { color:#aaa; text-align:center; font-size:110%; } table.month td.today { background-color:#ddd; } table.month td {

   border: none;
   margin: 0;
   padding: 1pt 1.5pt;
   font-weight: bold;
   font-size: 8pt;
   text-align: right;
   background-color: #eff9fd;
   }
  1. bodyContent table.month a { background:none; padding:0 }

.day-active { color:#0000cc } .day-empty { color:#cc0000 }