mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
71da10dc6b
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44144 467b73ca-7a2a-4603-9d3b-597d59a354a9
36 lines
412 B
CSS
36 lines
412 B
CSS
* {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
p, ul, td, th {
|
|
font-size: 12px;
|
|
}
|
|
p {
|
|
color: #666;
|
|
}
|
|
|
|
h1, h2 {
|
|
color: #222;
|
|
}
|
|
h1 {
|
|
font-size: 20px;
|
|
}
|
|
h2{
|
|
font-family:"Helvetica Neue",Helvetica,Arial,Sans-serif;
|
|
font-size:12px;
|
|
font-weight:bold;
|
|
}
|
|
a {
|
|
color: #162f42;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:hover {
|
|
color: #0074c6;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a img {
|
|
border-style: none;
|
|
}
|