Difference between revisions of "Team:RHIT/Notebook"

Line 1: Line 1:
 
{{RHIT}}
 
{{RHIT}}
 
<html>
 
<html>
    <head>
+
   
          <style>
+
            table.calendar_small{
+
width: 265px;
+
height: 265px;
+
font-size: 14px;
+
font-family: 'Helvetica Neue', Arial, sans-serif;
+
margin: 10px;
+
border-collapse: collapse;
+
border-spacing:0;
+
}
+
 
+
table.calendar_small th{
+
padding: 0;
+
margin: 0;
+
font-weight:bold;
+
border-bottom: 1px solid #555555;
+
}
+
 
+
table.calendar_small td{
+
padding: 0;
+
margin: 0;
+
width: 14%;
+
text-align: center;
+
vertical-align: middle;
+
background-color: #FFFFFF;
+
color: #222222;
+
border: 1px solid #DDDDDD;
+
}
+
 
+
table.calendar_small td.months_heading
+
{
+
border-left: 0;
+
border-right: 0;
+
color: #555555;
+
font-weight:bold;
+
}
+
 
+
table.calendar_small td.other_month{
+
background-color: #EEEEEE;
+
color: #999999;
+
}
+
 
+
table.calendar_small td.entries{
+
background-color: #FFFFE0;
+
}
+
 
+
table.calendar_small td.entries a{
+
display: block;
+
font-weight:bold;
+
color: #555555;
+
background-color: #FFFFE0;
+
text-decoration: none;
+
}
+
 
+
table.calendar_small td.today,
+
table.calendar_small td.today a
+
{
+
background-color: #555555;
+
color: #FFFFFF;
+
}
+
 
+
/**************************/
+
table.calendar_big{
+
width: 833px;
+
font-size: 14px;
+
font-family: 'Helvetica Neue', Arial, sans-serif;
+
margin: 10px;
+
border-collapse: collapse;
+
border-spacing:0;
+
}
+
 
+
table.calendar_big th{
+
font-size: 16px;
+
line-height: 2.5em;
+
border-bottom: 1px solid #555555;
+
}
+
 
+
table.calendar_big td{
+
padding: 4px;
+
margin: 0;
+
width: 14%;
+
text-align: left;
+
background-color: #FFFFFF;
+
color: #222222;
+
border: 1px solid #DDDDDD;
+
vertical-align: top;
+
height: 84px;
+
}
+
 
+
table.calendar_big td.months_heading
+
{
+
border-left: 0;
+
border-right: 0;
+
color: #555555;
+
font-weight:bold;
+
height: 2.5em;
+
vertical-align: middle;
+
}
+
 
+
table.calendar_big td.other_month{
+
background-color: #EEEEEE;
+
color: #999999;
+
}
+
 
+
table.calendar_big a{
+
font-weight:normal;
+
color: #555555;
+
text-decoration: none;
+
font-weight:bold;
+
}
+
 
+
table.calendar_big a:hover{
+
text-decoration: underline;
+
}
+
 
+
table.calendar_big td.today,
+
table.calendar_big td.today a
+
{
+
background-color: #555555;
+
color: #FFFFFF;
+
}
+
 
+
table.calendar_big td ul{
+
font-size: 80%;
+
line-height: 1.2;
+
list-style-image: none;
+
list-style-position: outside;
+
list-style-type: none;
+
margin: 0.5em 0 0;
+
padding-left: 0;
+
}
+
 
+
table.calendar_big td li{
+
margin-bottom: 1px;
+
}
+
            </style>
+
    </head>
+
 
<p> <a href="https://2015.igem.org/wiki/index.php?title=Team:RHIT/Notebook&action=edit"> Click here to edit this page! </a></p>
 
<p> <a href="https://2015.igem.org/wiki/index.php?title=Team:RHIT/Notebook&action=edit"> Click here to edit this page! </a></p>
 
<h2>Notebook</h2>
 
<h2>Notebook</h2>
 
<cms:calendar date='2010-09-01' masterpage='events.php'>
 
    <table class="calendar_small">
 
        <tr>
 
            <th colspan="7"><cms:date k_calendar_date format='F Y' /></th>
 
        </tr>
 
        <tr>
 
            <cms:repeat count='7'>
 
            <td class="months_heading"><cms:zebra 'Su' 'M' 'T' 'W' 'Th' 'F' 'S'/></td>
 
            </cms:repeat>
 
        </tr>
 
 
        <cms:weeks>
 
            <tr>
 
            <cms:days >
 
                <cms:if k_timeline_position='present'>
 
                    <cms:set tdclass='today' />
 
                <cms:else />
 
                    <cms:set tdclass='' />
 
                </cms:if>
 
             
 
                <cms:if k_position='current_month' >
 
                    <cms:if k_count_entries >
 
                        <td class='entries <cms:show tdclass />' >
 
                          <a href="<cms:link masterpage='events.php' year=k_year month=k_month day=k_day />"><cms:show k_day /></a>
 
                      </td>
 
                    <cms:else />
 
                        <td class='<cms:show tdclass />' ><cms:show k_day /></td>
 
                    </cms:if>
 
                <cms:else />
 
                    <td class='other_month'><cms:show k_day /></td>
 
                </cms:if>
 
            </cms:days>
 
            </tr>
 
        </cms:weeks>
 
    </table>
 
</cms:calendar>
 
 
 
<h5>What should this page have?</h5>
 
<h5>What should this page have?</h5>
 
<ul>
 
<ul>

Revision as of 14:28, 17 July 2015

Click here to edit this page!

Notebook

What should this page have?
  • Chronological notes of what your team is doing.
  • Brief descriptions of daily important events.
  • Pictures of your progress.
  • Mention who participated in what task.