This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/mambots/content/moszoomthumb/style-for-html-files.css
2012-09-18 20:02:43 +00:00

32 lines
327 B
CSS

body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: Black;
}
h1, h2, h3{
color: Orange;
}
h1 {
font-size: 16px;
}
h2 {
font-size: 14px;
margin-left: 10px;
}
h3 {
font-size: 12px;
margin-left: 25px;
}
li {
margin-top: 10px;
margin-left: 25px;
}
p {
margin-left: 25px;
}