swad-core/html/swad.css
Antonio Cañas Vargas 40c2f3020d Version 14.54.1
2015-01-04 19:59:41 +01:00

38 lines
428 B
CSS

a:link
{
text-decoration: none;
}
a:visited
{
text-decoration: none;
}
a:active
{
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
body
{
margin:0;
background-color:white;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
table
{
border-width:0px;
border-style:none;
}
img {
border-width:0px;
border-style:none;
}
.SWAD
{
color:#F8B000;
font-size:16pt;
font-weight:bold;
}