silverstripe-cms/css/typography.css
Ingo Schommer 9b9b297fdb mlanthaler: Changed color of bottom links and added hover-effect ("Silverstripe CMS" and "log out") to make them more visible.
(merged from branches/gsocmlanthaler: Changed color of bottom links and added hover-effect ("Silverstripe CMS" and "log out") to make them more visible. 
(merged from branches/gsoc))


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41893 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 01:25:33 +00:00

51 lines
566 B
CSS

body {
font-size: 62.5%;
}
* {
font-family: Arial;
font-size: 1em;
}
p, ul, td, th {
font-size: 1.2em;
}
/* overrides (to avoid larger font-sizing) */
ul ul,
th p,
td p,
div ul.optionset {
font-size: 1em;
}
ul ul {
font-size: 1em;
}
h1 {
font-size: 2em;
color: #0074C6;
}
h2 {
font-size: 1.8em;
color: #0074C6;
}
a {
color: #FFFFFF;
text-decoration: underline;
}
a:hover {
color: #CDC9C1;
text-decoration: underline;
}
a img {
border-style: none;
}
#Header a, #ProductGroups a, #Products a {
color: white;
}
#Header h1 {
color: white;
}