You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/tests/src/valid.css

31 lines
392 B
CSS

/** Master style definitions **/
body, p, div, h1, h2, h3, textarea {
font-family: "Lucida Grande", Helvetica, sans-serif;
font-size: 8.8pt;
color: #333;
}
body {
background-color: white;
margin: 0;
}
h1 {
color: #1F519A;
font-size: 1.7em;
font-weight: normal;
margin-top: 0;
margin-bottom: 1em;
}
.noscript {
display: none;
}
.hint, .username {
color: #999;
}