CSS/gifu/notebook

From 2014.igem.org

(Difference between revisions)
 
(13 intermediate revisions not shown)
Line 31: Line 31:
h2 {
h2 {
-
   font-family:Comic Sans MS;
+
   /*font-family:Comic Sans MS;*/
-
   font-size:x-large;
+
   font-size:xx-large;
   padding:0;
   padding:0;
   border:0
   border:0
Line 69: Line 69:
   table-layout:fixed;
   table-layout:fixed;
   text-align:center;
   text-align:center;
 +
  margin-left:10px;
 +
  margin-right:10px;
 +
}
}
-
.newC:link {color:#000000;}
+
.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