Template:UIUC09Temp

From 2009.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
  .firstHeading {display: none;}
+
.firstHeading {display: none;}
-
   body {height:100%;
+
    
-
        margin:0;  
+
#content {
-
        padding:0;  
+
  background: url(https://static.igem.org/mediawiki/2009/9/9d/Illinois09bodybackground.gif) top left repeat-x #6e8bbf;
-
        background-color:#003C7D;}
+
  border: 0px;
-
  #content {background-color:#ffffff;
+
}
-
            border-left-color:#F47F24;
+
body {position: relative; background: url(https://static.igem.org/mediawiki/2009/7/71/Illinois09background.gif) top left repeat-x #6e8bbf;}
-
            border-right-color:#F47F24;}
+
#uicontent {width: 795px;
-
  #uicontent {width: 795px;
+
               position: relative;
               position: relative;
               float:left;
               float:left;
               padding: 10px;}
               padding: 10px;}
-
  #footer-box {background-color:#F47F24;
 
-
                border-color:#F47F24;}
 
-
/* Orange Border (deleted global wrapper since this actually works how we wanted it to) */
 
-
  div#top-section, div#content, div#footer-box {border-width: 27px;
+
 
-
                                                border-color: #F47F24}
+
-
  h2 {color:#F47F24; font-weight:bold;} 
+
-
  table.calendar td      {vertical-align: top; align: center;}
+
-
  table.month {background-color: #F47F24; border: solid 1px;}
+
-
  table.month .heading td {background-color:#003C7D; color:#F47F24; text-align: center; font-weight:bold; text-size: 140%;}
+
-
  table.month .dow td    { color:#000000; text-align:center; font-size:100%; }
+
-
  table.month td {border: none;
+
-
                  text-align: center;
+
-
                  background-color: #F47F24;
+
-
                  }
+
-
  table.month a:hover {background-color: #CCC; text-decoration: none}
+
-
  .day-active {color:#003C7D; font-weight: bold}
+
-
  .day-empty {color: #000000}
+
/*Following coding for menu bars found at http://ago.tanfa.co.uk/css/examples/menu/tutorial-h.html*/
/*Following coding for menu bars found at http://ago.tanfa.co.uk/css/examples/menu/tutorial-h.html*/
/**************** horizontal menu coding *****************/
/**************** horizontal menu coding *****************/
#menu {
#menu {
 +
background: #F47F24;
float: left;
float: left;
}
}
#menu ul {
#menu ul {
 +
background: url(https://static.igem.org/mediawiki/2009/a/a6/UI09menubutton.png);
width: 135px;
width: 135px;
list-style: none;
list-style: none;
Line 49: Line 34:
text-transform: uppercase;
text-transform: uppercase;
display: block;
display: block;
 +
border-width: 1px;
 +
border-style: solid;
 +
border-color: #ccc #888 #555 #bbb;
margin: 0;
margin: 0;
padding: 2px 3px;
padding: 2px 3px;
Line 57: Line 45:
font-weight: bold;
font-weight: bold;
font-size: 14px;
font-size: 14px;
-
background: url(https://static.igem.org/mediawiki/2009/4/49/UI09orangebutton.png);
+
background: #F47F24;
text-decoration: none;
text-decoration: none;
}
}
Line 65: Line 53:
font-weight: normal;
font-weight: normal;
font-size: 12px;
font-size: 12px;
-
border-width: 1px;
+
background: #efefef;
-
border-style: solid;
+
-
border-color: #ccc #888 #555 #bbb;
+
text-decoration: none;
text-decoration: none;
-
background: #cccccc;
 
}
}
#menu a:hover {
#menu a:hover {
color: #fff;
color: #fff;
-
background: url(https://static.igem.org/mediawiki/2009/0/07/UI09orangehover.png);
+
background: #003C7D;
 +
}
 +
 
 +
#menu a.orange:active {
 +
text-align: center;
 +
display: block;
 +
border-width: 1px;
 +
border-style: solid;
 +
border-color: #ccc #888 #555 #bbb;
 +
margin: 0;
 +
padding: 2px 3px;
 +
color: #fff;
 +
background: #003C7D;
}
}

Revision as of 19:26, 16 July 2009