mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
4e91eae50a
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@92506 467b73ca-7a2a-4603-9d3b-597d59a354a9
12 lines
506 B
CSS
12 lines
506 B
CSS
body, div, h1 { font-family: 'trebuchet ms', verdana, arial; margin: 0; padding: 0 }
|
|
body {font-size: 10pt; }
|
|
h1 { padding: 15px; font-size: large; background-color: #06b; color: white; }
|
|
h2 { padding: 10px; background-color: #eee; color: black; margin: 0; font-size: small; font-weight: normal }
|
|
|
|
.pass { color: green; }
|
|
.fail { color: red; }
|
|
p.result { margin-left: 1em; }
|
|
|
|
#banner { height: 2em; border-bottom: 1px solid white; }
|
|
h2.pass { background-color: green; }
|
|
h2.fail { background-color: red; } |