Template:UT-Tokyo CSS

From 2010.igem.org

(Difference between revisions)
Line 338: Line 338:
margin: 0px;
margin: 0px;
}
}
 +
 +
 +
/* Link */
 +
 +
a:link {
 +
color: #000;
 +
}
 +
 +
a:visited {
 +
color: #333;
 +
}
 +
 +
a:hover {
 +
color: #555;
 +
text-decoration: none;
 +
}
 +
 +
a:focus,
 +
textarea:focus,
 +
input:focus {
 +
outline: 1px solid #aaa;
 +
}
 +
</style>
</style>

Revision as of 13:18, 21 August 2010