CSS/gifu/notebook
From 2014.igem.org
(Difference between revisions)
(22 intermediate revisions not shown) | |||
Line 18: | Line 18: | ||
margin-right:auto; | margin-right:auto; | ||
} | } | ||
+ | |||
+ | .week{color:black;} | ||
+ | .sun{color:red;} | ||
+ | .sat{color:blue;} | ||
#content { | #content { | ||
Line 27: | Line 31: | ||
h2 { | h2 { | ||
- | font-family:Comic Sans MS; | + | /*font-family:Comic Sans MS;*/ |
- | font-size: | + | font-size:xx-large; |
padding:0; | padding:0; | ||
border:0 | border:0 | ||
Line 53: | 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