From: Ferruccio Guidi Date: Fri, 19 Nov 2010 17:19:04 +0000 (+0000) Subject: - lddl html pages: the transition to xhtml 1.1 + css 2 is complete X-Git-Tag: make_still_working~2690 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=c7ffbfc25d1de732804e3f1384cbb2a61305bb30;p=helm.git - lddl html pages: the transition to xhtml 1.1 + css 2 is complete - helena: we made a 88 x 32 label for the Web --- diff --git a/helm/software/lambda-delta/icons/helena-label.png b/helm/software/lambda-delta/icons/helena-label.png new file mode 100644 index 000000000..55487ab99 Binary files /dev/null and b/helm/software/lambda-delta/icons/helena-label.png differ diff --git a/helm/software/lambda-delta/xml/ld-html-entity.xsl b/helm/software/lambda-delta/xml/ld-html-entity.xsl index 689eb1420..676d37722 100644 --- a/helm/software/lambda-delta/xml/ld-html-entity.xsl +++ b/helm/software/lambda-delta/xml/ld-html-entity.xsl @@ -17,26 +17,45 @@ - -

+ + +
- Declaration: - + + + + + + + + + + + + -

- -
+ +
+ + + + +
+
+ +
+
+ + + + Declaration + -

- - Definition: - - -

- -
+ + Definition +
diff --git a/helm/software/lambda-delta/xml/ld-html-library.xsl b/helm/software/lambda-delta/xml/ld-html-library.xsl index 5cb16515b..c7914ed64 100644 --- a/helm/software/lambda-delta/xml/ld-html-library.xsl +++ b/helm/software/lambda-delta/xml/ld-html-library.xsl @@ -67,6 +67,26 @@ = + + " + + + + Informal description: + + + + Validation parameters: + + + + sort hierarchy = + + + + kernel options = + + @@ -256,25 +276,8 @@ - - - - - - - - - - - - - - -
Informal description: ""

-
- - - λδ + + λδ Digital Library (LDDL) diff --git a/helm/software/lambda-delta/xml/ld-html-root.xsl b/helm/software/lambda-delta/xml/ld-html-root.xsl index fbab27931..79cf8352a 100644 --- a/helm/software/lambda-delta/xml/ld-html-root.xsl +++ b/helm/software/lambda-delta/xml/ld-html-root.xsl @@ -32,56 +32,78 @@ href="http://helm.cs.unibo.it/lambda-delta/download/crux-16.ico" /> -

+
- [lambda-delta home] -

Digital Library (LDDL)

- [Separator] +
+ +
+
+ [Spacer] -
- -

+
+ + + /> + + [Viewable with any browser] +
-
-
- Validation parameters: - sort hierarchy = "", - kernel options = "" + +
+ + + + + + + + + + +
diff --git a/helm/software/lambda-delta/xml/ld-html.css b/helm/software/lambda-delta/xml/ld-html.css index 54728c805..705e15993 100644 --- a/helm/software/lambda-delta/xml/ld-html.css +++ b/helm/software/lambda-delta/xml/ld-html.css @@ -1,41 +1,105 @@ @charset "UTF-8"; +/* general ******************************************************************/ + +body { + background: rgb(255, 255, 255); + color: rgb(0, 0, 0); + margin: 2.5%; +} + a:link, a:visited { text-decoration: underline; } a:active, a:hover, a:focus { - background: rgb(192, 255, 255); + background: rgb(192, 192, 192); +} + +/* blocks *******************************************************************/ + +.spacer { + text-align: center; +} + +.head1 { + margin: 0.5em 0; + text-align: center; + font-weight: bold; + font-size: xx-large; +} + +.head2 { + margin: 0.5em 0; + text-align: left; + font-weight: bold; + font-size: x-large; } +.text { + margin: 1em 0; + text-align: left; +} + +/* inline decorations *******************************************************/ + +.icon32 { + border: 0; + width: 32px; + height: 32px; +} + +.rule { + border: 0; + height: 4px; + width: 100%; +} + +.w3c { + margin: 0 0.5em; + border: 0; + width: 88px; + height: 32px; /* this should be 31px */ +} + +/* terms ********************************************************************/ + .separator { + background: rgb(255, 255, 255); color: rgb(0, 0, 0); } .sort { + background: rgb(255, 255, 255); color: rgb(128, 0, 255); } .lref { + background: rgb(255, 255, 255); color: rgb(0, 0, 0); } .gref { + background: rgb(255, 255, 255); color: rgb(0, 0, 255); } .appl { + background: rgb(255, 255, 255); color: rgb(0, 0, 0); } .cast { + background: rgb(255, 255, 255); color: rgb(255, 0, 0); } .local { + background: rgb(255, 255, 255); color: rgb(0, 160, 0); } .global { + background: rgb(255, 255, 255); color: rgb(0, 0, 0); }