You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
656 B
34 lines
656 B
@import url("activities-import.css");
|
|
|
|
/* Copyright 1997-2005 W3C (MIT, ERCIM, Keio). All Rights Reserved.
|
|
The following software licensing rules apply:
|
|
http://www.w3.org/Consortium/Legal/copyright-software */
|
|
|
|
/* $Id: activities.css,v 1.35 2006/08/08 10:40:43 slesch Exp $ */
|
|
|
|
|
|
ul#Navigate, p#Footer, p#Validate {
|
|
font-size: 0.86em;
|
|
}
|
|
|
|
.whiteout, .whiteout a:link, .whiteout a:visited {
|
|
background: transparent;
|
|
color: #fff;
|
|
}
|
|
|
|
.whiteout a:hover, .whiteout a:focus {
|
|
background: transparent;
|
|
color: #00e;
|
|
}
|
|
|
|
.whiteout a:active {
|
|
background: transparent;
|
|
color: #f00;
|
|
}
|
|
|
|
div.whiteout {
|
|
margin: -10px 0 0 0;
|
|
padding: 0;
|
|
}
|
|
|
|
|