Team:Victoria Australia/CSS

From 2009.igem.org

(Difference between revisions)
 
(11 intermediate revisions not shown)
Line 3: Line 3:
/*--------- CUSTOM STYLE -------------*/
/*--------- CUSTOM STYLE -------------*/
 +
 +
#bodyContent {
 +
padding: 10px;
 +
}
body {
body {
Line 61: Line 65:
/*------------------------------------------------------------------------------------- Menu Bar */
/*------------------------------------------------------------------------------------- Menu Bar */
div.MenuBar {
div.MenuBar {
-
  height: 25px; /* Total height 27px. */
+
/*  height: 25px; */ /* Total height 27px. */
}
}
div.MenuBar ul li {
div.MenuBar ul li {
Line 68: Line 72:
   margin: 0 !important;
   margin: 0 !important;
   position: relative; /* Sets the positioning context for each drop-down menu. */
   position: relative; /* Sets the positioning context for each drop-down menu. */
-
  padding-bottom: 3px;
 
   border: 1px solid #AAAAAA;
   border: 1px solid #AAAAAA;
}
}
Line 102: Line 105:
ul.DropDownMenu li a span {
ul.DropDownMenu li a span {
   display: block;
   display: block;
-
   padding-left: 0.75em; /* Sets the left space of each drop-down menu item. */
+
   padding-left: 5px; /* Sets the left space of each drop-down menu item. */
   padding-right: 0.25em; /* Sets the right space of each drop-down menu item. */
   padding-right: 0.25em; /* Sets the right space of each drop-down menu item. */
   text-align: right; /* Aligns the >> symbol to the right. */
   text-align: right; /* Aligns the >> symbol to the right. */
Line 207: Line 210:
}
}
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
 +
 +
table.calendar          { margin: 0; padding: 10px; }
 +
table.calendar td      { margin: 0; padding: 2px; vertical-align: top; }
 +
table.month .heading td { padding:2px; background-color:#d49fe1; color:#3C1859; text-align:center; font-size:120%; font-weight:bold; }
 +
table.month .dow td    { color:#3C1859; text-align:center; font-size:110%; }
 +
table.month td.today    { background-color:none; }
 +
table.month td {
 +
    border: none;
 +
    margin: 0;
 +
    padding: 1pt 1.5pt;
 +
    font-weight: bold;
 +
    font-size: 8pt;
 +
    text-align: right;
 +
    background-color: #eee;
 +
    }
 +
#bodyContent table.month a { background:none; padding:0 }
 +
.day-active { color:#0000cc }
 +
.day-empty  { color:#cc0000 }
 +
</style>
</style>
</html>
</html>

Latest revision as of 04:31, 21 October 2009