CSS/gifu/notebook

From 2014.igem.org

(Difference between revisions)
 
(25 intermediate revisions not shown)
Line 14: Line 14:
}
}
 +
#calender {
 +
  margin-left:auto;
 +
  margin-right:auto;
}   
}   
 +
 +
.week{color:black;}
 +
.sun{color:red;}
 +
.sat{color:blue;}
#content {
#content {
Line 24: Line 31:
h2 {
h2 {
-
   font-family:Comic Sans MS;
+
   /*font-family:Comic Sans MS;*/
-
   font-size:large;
+
   font-size:xx-large;
   padding:0;
   padding:0;
   border:0
   border:0
Line 36: Line 43:
   border-spacing: 0px;
   border-spacing: 0px;
   text-align:center;
   text-align:center;
-
   padding-left: 5px;
+
   margin-left: 5px;
}
}
Line 50: Line 57:
   list-style-type: none;
   list-style-type: none;
}
}
 +
 +
dl {
 +
margin-left:5px;
 +
}
 +
 +
.newC  {
 +
  float:left;
 +
  border-collapse:collapse;
 +
  border-spacing:0;
 +
  width:25%;
 +
  table-layout:fixed;
 +
  text-align:center;
 +
  margin-left:10px;
 +
  margin-right:10px;
 +
 +
}
 +
 +
.newC a:link {color:#000000; text-decoration:underline;}
 +
.newC a:visited {color:#000000; text-decoration:underline;}
 +
.newC .sat a:link {color:blue; text-decoration:underline;}
 +
.newC .sat a:visited {color:blue; text-decoration:underline;}
 +
.newC .sun a:link {color:red; text-decoration:underline;}
 +
.newC .sun a:visited {color:red; text-decoration:underline;}
 +
 +
.month {
 +
  background-color:#000000;
 +
  color:#ffffff;
 +
</style>
</style>
</head>
</head>
</html>
</html>

Latest revision as of 01:03, 25 September 2014