mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
b264b411a2
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44284 467b73ca-7a2a-4603-9d3b-597d59a354a9
34 lines
386 B
CSS
34 lines
386 B
CSS
* {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 10px;
|
|
}
|
|
|
|
p, ul, td, th {
|
|
font-size: 12px;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 20px;
|
|
color: #0074C6;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 18px;
|
|
color: #0074C6;
|
|
}
|
|
|
|
a {
|
|
font-size: inherit;
|
|
color: #0074C6;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: none;
|
|
background: #ccc;
|
|
}
|
|
|
|
a img {
|
|
border-style: none;
|
|
}
|