CSS/gifu/notebook

From 2014.igem.org

(Difference between revisions)
 
(44 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:x-large;
+
   font-size:xx-large;
-
   paddong:0;
+
   padding:0;
   border:0
   border:0
   color:black;
   color:black;
 +
  text-decoration:none;
   }
   }
-
table { background: #666; }
+
table {
-
tr { background: #fff; }
+
  background: #ffffff;  
-
td { padding: 5px; }
+
  border-spacing: 0px;
 +
  text-align:center;
 +
  margin-left: 5px;
 +
}
 +
 
 +
h3 {
 +
  padding-left:5px;
 +
}
 +
 
 +
tr { background: #ffffff; }
.odd { background: #ddd; }
.odd { background: #ddd; }
 +
 +
.list {
 +
  font-size:120%;
 +
  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