diff options
Diffstat (limited to 'lib/cpluff/doc/common_style.css')
-rw-r--r-- | lib/cpluff/doc/common_style.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/cpluff/doc/common_style.css b/lib/cpluff/doc/common_style.css new file mode 100644 index 0000000000..d3d156c897 --- /dev/null +++ b/lib/cpluff/doc/common_style.css @@ -0,0 +1,33 @@ +html { + background-color: white; + color: black; + font-family: Arial, sans-serif; + text-align: justify; +} +a { + color: inherit; + background-color: inherit; +} +a:link { + color: #0000e0; +} +a:visited { + color: #8000a0; +} +a:hover { + color: red; +} +img { + border-style: none; +} +p.footer { + clear: both; + border-top-style: solid; + border-top-width: 1px; + padding-top: 1ex; + text-align: center; + font-size: smaller; +} +li { + text-align: left; +} |