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

37 lines
472 B
CSS

* {
font-family: Trebuchet MS;
font-size:10pt;
}
h1 {
font-size:1.2em;
}
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;
width:35%;
}
table,th,td {
text-align:center;
border:1px solid black;
font-size: 1.2em;
padding: 1px 4px;
}