landingpage/extras/tasks.css
2016-05-26 04:04:52 +02:00

36 lines
449 B
CSS

* {
font-family: Trebuchet MS;
font-size:10pt;
}
h1 {
font-size:1.2em;
text-align:center;
}
p {
font-size: 1em;
margin-left:13px;
}
ul,ol {
font-size: 1em;
}
ul.li {
list-style-type:square;
}
a {
text-decoration:none;
color:#124AA8;
}
a:hover {
background: #FFFDD5;
text-decoration:underline;
color: #ff9934
}
table {
border-collapse:collapse;
}
table,th,td {
border: 1px;
font-size: 1.2em;
padding: 1px 4px;
}