fixing cms typography

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44160 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Jeremy Shipman 2007-11-02 02:39:36 +00:00
parent 64749dfd3d
commit f50cd8f35c

View File

@ -1,35 +1,39 @@
* { /**
font-family: Arial, Helvetica, sans-serif; Everything is important, to make sure the cms has these styles.
*/
.right * {
font-family: Arial, Helvetica, sans-serif !important;
} }
p, ul, td, th { .right p, ul, td, th {
font-size: 12px; font-size: 12px !important;
} }
p { .right p {
color: #666; color: #666 !important;
} }
h1, h2 { .right h1, h2 {
color: #222; color: #222 !important;
} }
h1 { .right h1 {
font-size: 20px; font-size: 20px !important;
} }
h2{ .right h2{
font-family:"Helvetica Neue",Helvetica,Arial,Sans-serif; font-family:"Helvetica Neue",Helvetica,Arial,Sans-serif !important;
font-size:12px; font-size:12px !important;
font-weight:bold; font-weight:bold !important;
} }
a { .right a {
color: #162f42; color: #162f42 !important;
text-decoration: underline; text-decoration: underline !important;
} }
a:hover { .right a:hover {
color: #0074c6; color: #0074c6 !important;
text-decoration: underline; text-decoration: underline !important;
} }
a img { .right a img {
border-style: none; border-style: none !important;
} }