merged feture request #482468 - adding CSS page-break in documentation.html

This commit is contained in:
Loïc Chapeaux
2001-11-20 20:46:12 +00:00
parent 4c867584a6
commit c0cc8b10d3
2 changed files with 17 additions and 13 deletions

View File

@@ -15,6 +15,8 @@ $Source$
* libraries/common.lib.php3, line 704: fixed a little bug with * libraries/common.lib.php3, line 704: fixed a little bug with
php 4.0.1+ (unset applied to a global variable inside a function only php 4.0.1+ (unset applied to a global variable inside a function only
kills the symbolic link to this variable and do not unset it). kills the symbolic link to this variable and do not unset it).
* Documentation.html: merged feture request #482468 - adding CSS
page-break in documentation.html.
2001-11-19 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2001-11-19 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* tbl_change.php3, lines 208-212: always use the existing timestamp * tbl_change.php3, lines 208-212: always use the existing timestamp

View File

@@ -13,18 +13,18 @@
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; text-decoration: none;
font-size: 10pt; font-size: 10pt;
color:#000099; color: #000099;
font-weight: normal; font-weight: normal;
} }
.navigation:hover { .navigation:hover {
background-color: #99CCFF; background-color: #99CCFF;
font-weight: bolder font-weight: bolder;
} }
.navigation2 { .navigation2 {
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; text-decoration: none;
font-size: 14pt; font-size: 14pt;
color:#000099; color: #000099;
font-weight: normal; font-weight: normal;
} }
.navigation2:hover { .navigation2:hover {
@@ -34,38 +34,40 @@
h1 { h1 {
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-large; font-size: x-large;
font-weight:bold; font-weight: bold;
color: #000066 color: #000066;
} }
.simple { .simple {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: smaller; font-size: smaller;
color: #000000 color: #000000;
} }
body { body {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 10pt font-size: 10pt;
} }
td { td {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 10pt font-size: 10pt;
} }
ul { ul {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 10pt font-size: 10pt;
} }
ol { ol {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 10pt font-size: 10pt;
} }
p { p {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 10pt font-size: 10pt;
} }
h2 { h2 {
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:large; font-size: large;
font-weight:bold; color: #000066 font-weight: bold;
color: #000066;
page-break-before: right;
} }
--> -->
</style> </style>