Page79

From 2010.igem.org

(Difference between revisions)
Line 91: Line 91:
/* Calendar Coding */
/* Calendar Coding */
-
 
#calendar  
#calendar  
{
{
-
  width:21.875em; height:19.125em; border:2em solid #000; background:#3b3b3b; margin:0 auto 6.25em auto;
+
position:relative; width:350px; height:306px; border:1px solid #000; background:#fff url(https://static.igem.org/mediawiki/2010/a/a2/Alberta_Team.png); margin:0 auto 100px auto;
}
}
#calendar h2  
#calendar h2  
{
{
-
   width:15em; left:6.875em; top:9.375em; text-align:center; font-size:2em;font-family: "Trebuchet MS", Times;
+
   position:absolute; width:240px; left:110px; top:150px; text-align:center; font-size:2em; font-family: "Trebuchet MS", Times;
}
}
Line 109: Line 108:
#year  
#year  
{
{
-
   padding:3.375em 0 0 0; margin:0; list-style-type:none; width:6.875em;
+
   padding:54px 0 0 0; margin:0; list-style-type:none; width:110px;
}
}
#year li  
#year li  
{
{
-
   display:block; width:6.25em; height:1em; line-height:1em; padding-left:0.635em; background:transparent;
+
   display:block; width:100px; height:17px; line-height:17px; padding-left:10px; background:transparent;
}
}
#year table  
#year table  
{
{
-
   border-collapse:collapse; width:15em; height:16.875em;
+
   border-collapse:collapse; width:240px; height:270px;
}
}
#year table td  
#year table td  
{
{
-
   height:2em; width:35px; text-align:center; line-height:33px;
+
   height:33px; width:35px; text-align:center; line-height:33px;
}
}
#year table caption  
#year table caption  
{
{
-
   color:#a5a5a5; height:2em; line-height:2em; padding:0; margin:0; background:#fff200; font-size:1.5em; family-font: "Trebuchet MS", Times;
+
   color:#707a6a; height:32px; line-height:32px; padding:0; margin:0; background:#e1e5a6; font-size:1.5em; family-font: "Trebuchet MS", Times;
}
}
Line 154: Line 153:
#year td a  
#year td a  
{
{
-
   display:block; border:1em solid #000; margin:0.5em; color:#fff;
+
   display:block; position:absolute; left:110px; top:0; background:#7092bf;
}
}
#year td a:hover  
#year td a:hover  
{
{
-
   display:block; background:#3b3b3b; color:#a5a5a5;
+
   display:block; border:1px solid #000; margin:-1px; color:#fff;
}
}

Revision as of 04:23, 4 July 2010

genomikon

Calendar
2010

  • MAY
    MAY 2010
    Sun Mon Tue Wed Thu Fri Sat
    ............01
    02030405060708
    09101112131415
    16171819202122
    23242526272829
    3031..........
  • JUNE
    JUNE 2010
    S M T W T F S
    ....0102030405
    06070809101112
    13141516171819
    20212223242526
    2728..........
    ..............
  • JULY
    JULY 2010
    S M T W T F S
    ........010203
    04050607080910
    11121314151617
    18192021222324
    25262728293031
    ..............
  • AUGUST
    AUGUST 2010
    S M T W T F S
    01020304050607
    08091011121314
    15161718192021
    22232425262728
    293031........
    ..............
  • SEPTEMBER
  • OCTOBER
  • SEPTEMBER 2010
    S M T W T F S
    ......01020304
    05060708091011
    12131415161718
    19202122232425
    2627282930....
    ..............
    OCT 2010
    S M T W T F S
    ..........0102
    03040506070809
    10111213141516
    17181920212223
    24252627282930
    31............
  • NOVEMBER
    NOVEMBER 2010
    S M T W T F S
    ..010203040506
    07080910111213
    14151617181920
    21222324252627
    282930........
    ..............

Retrieved from "http://2010.igem.org/Page79"