|
|
|
@ -7,21 +7,9 @@
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="live-with-etherpad.css">
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
a.ablabla{
|
|
|
|
|
color:white;
|
|
|
|
|
color:yellow;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
text-decoration-color: blue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.ablabla:hover{
|
|
|
|
|
color:blue;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
text-decoration-color: blue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.ablabla:visited{
|
|
|
|
|
color:white;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
text-decoration-color: blue;
|
|
|
|
|
text-decoration-color: yellow;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|