Team:NTU-Taida/Templates/Calendar

From 2013.igem.org

(Difference between revisions)
(Created page with "<style type="text/css"> .calander{ background-color:trasparent; border-width:4px; border-color:navy; - border-collapse:collapse;: text-align:center; } .day{...")
 
(4 intermediate revisions not shown)
Line 1: Line 1:
 +
<html>
<style type="text/css">
<style type="text/css">
   .calander{
   .calander{
-
   background-color:trasparent;
+
   background-color:transparent;
   border-width:4px;
   border-width:4px;
   border-color:navy;
   border-color:navy;
Line 20: Line 21:
   text-decoration:none;
   text-decoration:none;
   color:#791e1e;
   color:#791e1e;
-
 
+
 
   }
   }
   .date{
   .date{
-
 
+
   background-color:transparent;
-
   background-color:white;
+
   text-align:center;
   text-align:center;
 +
   }
   }
   td:hover {
   td:hover {
Line 37: Line 38:
  </style>
  </style>
-
<table width="50%" height="50%" class="calander">
+
<table width="" height="" class="calander">
   <thead>
   <thead>
   <th colspan="7" >July</th>
   <th colspan="7" >July</th>
Line 98: Line 99:
   </tbody>
   </tbody>
  </table>
  </table>
 +
</html>

Latest revision as of 08:14, 18 August 2013

July
Sun. Mon. Tue. Wed. Thu. Fri. Sat.
01 02 03 04 05 06
07 08 09 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31