mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-22 07:42:55 +00:00
0e1aace796
There's no need to tell the visitor which fonts to use; she knows best what she likes, so let her decide.
49 lines
744 B
CSS
49 lines
744 B
CSS
body {
|
|
padding: 2%;
|
|
line-height: 130%;
|
|
margin: 0;
|
|
/*color: #036;*/
|
|
}
|
|
h1 {
|
|
font-size: 220%;
|
|
font-weight: bold;
|
|
padding: 0 0 0.4em 0.1em;
|
|
/*margin: 0 0 0.5em 0; */
|
|
margin: 0;
|
|
/*border-bottom: 2px solid black;*/
|
|
}
|
|
hr {
|
|
border: 1px #b8b8b8 solid;
|
|
}
|
|
h1 + hr {
|
|
margin-top: 0;
|
|
margin-bottom: 1.7em;
|
|
}
|
|
h2 {
|
|
margin: 1em 0 0.8em 0;
|
|
padding: 0;
|
|
font-size: 150%;
|
|
}
|
|
img {border: none;}
|
|
a {
|
|
text-decoration: underline;
|
|
}
|
|
a:link {
|
|
/*color: #0073c7;*/
|
|
color: blue;
|
|
background-color: inherit;
|
|
}
|
|
|
|
a:visited {
|
|
/*color: #5A88B5;*/
|
|
color: #844084;
|
|
background-color: inherit;
|
|
}
|
|
|
|
/*
|
|
a:hover,
|
|
a:active {
|
|
color: #0073c7;
|
|
background-color: #f0f0f0;
|
|
}
|
|
*/
|