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.
65 lines
800 B
65 lines
800 B
/* EXTERNAL STYLE SHEET FOR LINKS (TASKS & MORE TASKS) */
|
|
|
|
body
|
|
{
|
|
cursor:default;
|
|
}
|
|
|
|
.divMaster
|
|
{
|
|
position:absolute;
|
|
top:0%;
|
|
left:0%;
|
|
width:100%;
|
|
height:100%;
|
|
font-family:Verdana;
|
|
font-weight:bold;
|
|
visibility:hidden;
|
|
}
|
|
|
|
.divLinksCaption
|
|
{
|
|
position:absolute;
|
|
left:27.5%;
|
|
top:2.5%;
|
|
width:70%;
|
|
height:6%;
|
|
font-family:Trebuchet MS;
|
|
font-weight:normal;
|
|
color:#FFFFFF;
|
|
}
|
|
|
|
.divLinks
|
|
{
|
|
position:absolute;
|
|
left:27.5%;
|
|
top:9.5%;
|
|
width:72.5%;
|
|
height:23%;
|
|
}
|
|
|
|
.tdLinks
|
|
{
|
|
padding-top:.75%;
|
|
padding-bottom:.75%;
|
|
}
|
|
|
|
A
|
|
{
|
|
text-decoration:none;
|
|
font-family:Verdana;
|
|
color:black;
|
|
}
|
|
|
|
/* PSEUDO-CLASS 'HOVER' */
|
|
|
|
A:hover
|
|
{
|
|
text-decoration:underline;
|
|
color:#0000FF;
|
|
}
|
|
|
|
.anchorLink
|
|
{
|
|
text-decoration:none;
|
|
}
|