swad-core/html/swad.css

54 lines
636 B
CSS
Raw Permalink Normal View History

2017-06-01 19:28:37 +02:00
a:active
2015-01-04 19:59:41 +01:00
{
text-decoration: none;
}
2017-06-01 19:28:37 +02:00
a:hover
2015-01-04 19:59:41 +01:00
{
2017-06-01 19:28:37 +02:00
text-decoration: underline;
2015-01-04 19:59:41 +01:00
}
2017-06-01 19:28:37 +02:00
a:link
2015-01-04 19:59:41 +01:00
{
text-decoration: none;
}
2017-06-01 19:28:37 +02:00
a:visited
2015-01-04 19:59:41 +01:00
{
2017-06-01 19:28:37 +02:00
text-decoration: none;
2015-01-04 19:59:41 +01:00
}
body
{
margin:0;
background-color:white;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
2017-06-01 19:28:37 +02:00
font-size:1.25em;
}
h1 {font-size:2em;}
h2 {font-size:1.6em;}
h3 {font-size:1.5em;}
h4 {font-size:1.4em;}
h5 {font-size:1.3em;}
h6 {font-size:1.25em;}
code
{
color:#027AC6;
font-size:1.25em;
2015-01-04 19:59:41 +01:00
}
2017-06-01 19:28:37 +02:00
dt
2015-01-04 19:59:41 +01:00
{
2017-06-01 19:28:37 +02:00
font-weight:bold;
}
img {
2015-01-04 19:59:41 +01:00
border-width:0px;
border-style:none;
}
2017-06-01 19:28:37 +02:00
table
{
2015-01-04 19:59:41 +01:00
border-width:0px;
border-style:none;
}
.SWAD
{
color:#F8B000;
font-weight:bold;
}