stas 02/04/26 20:21:05
Modified: src style.css index_top.html
Log:
a different look and feel for the quite, allan's style plus some tweaks
from stas
Submitted by: allan
Revision Changes Path
1.60 +34 -4 modperl-docs/src/style.css
Index: style.css
===================================================================
RCS file: /home/cvs/modperl-docs/src/style.css,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- style.css 24 Apr 2002 04:15:27 -0000 1.59
+++ style.css 27 Apr 2002 03:21:05 -0000 1.60
@@ -350,10 +350,40 @@
/* quotations, mainly for the first page */
-.quotation {
- font-style: italic;
+span.big-mod {
+ font-family: helvetica, arial, verdana, sans-serif;
+ font-size: 2.0em;
+ font-weight: bold;
+ text-align: left;
+ color: #000000;
+ float: left;
}
-p.quotation { /* Used to cite the author */
- text-align: right;
+
+/* quotations, mainly for the first page */
+div.quotation {
+ font-family: helvetica, arial, verdana, sans-serif;
+ font-size: 0.8em;
+ font-style: normal;
+ font-weight: bold;
+ text-align: justify;
+ padding-top: 10;
+ padding-right: 40;
+ padding-bottom: 10;
+ padding-left: 40;
+ margin-right: 20;
+ margin-left: 20;
+ border-width: 0;
+ border-style: solid;
}
+
+/* Used to cite the author */
+div.quote-details {
+ font-family: helvetica, arial, verdana, sans-serif;
+ font-weight: normal;
+ font-size: 0.9em;
+ margin-top: 10;
+ float: right;
+}
+
+
1.6 +10 -16 modperl-docs/src/index_top.html
Index: index_top.html
===================================================================
RCS file: /home/cvs/modperl-docs/src/index_top.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index_top.html 24 Apr 2002 04:15:27 -0000 1.5
+++ index_top.html 27 Apr 2002 03:21:05 -0000 1.6
@@ -10,23 +10,17 @@
Perl to manage Apache, respond to requests for web
pages and much more.</p>
-<blockquote class="quotation">
- "mod_perl is more than CGI scripting on steroids. It is a whole new way
to
- create dynamic content by utilizing the full power of the Apache web
server
- to create stateful sessions, customized user authentication systems,
smart
- proxies and much more. Yet, magically, your old CGI scripts will
continue
- to work and work very fast indeed. With mod_perl you give up nothing
and
- gain so much!"
-</blockquote>
-
-<p class="quotation">
--- Lincoln Stein, author of the popular
-<a href="http://stein.cshl.org/WWW/software/CGI/">CGI</a> module and
-of <a href="http://www.modperl.com/">Writing Apache Modules in Perl and C</a>
-</p>
-
+<div class="quotation">
+<span class="big-mod">mod_perl </span> is more than CGI scripting
+on steroids. It is a whole new way to create dynamic content by
+utilizing the full power of the Apache web server to create stateful
+sessions, customized user authentication systems, smart proxies and
+much more. Yet, magically, your old CGI scripts will continue to work
+and work very fast indeed. With mod_perl you give up nothing and gain
+so much!"
+ <div class="quote-details">-- Lincoln Stein</div>
+</div>
<p><br></p>
-
<p>
mod_perl gives you a persistent Perl interpreter embedded in your web
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]