- XHTML 1.1, more semantic, formating, cleanup

- added glossar
- linked all references
This commit is contained in:
Sebastian Mendel
2006-02-17 07:33:35 +00:00
parent f76ada3e96
commit 446e3ea5a6
4 changed files with 2823 additions and 3051 deletions

View File

@@ -5,6 +5,12 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2006-02-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* docs.css, Documentation.html, translators.html:
- XHTML 1.1, more semantic, formating
- added glossar
- linked all references
2006-02-16 Marc Delisle <lem9@users.sourceforge.net> 2006-02-16 Marc Delisle <lem9@users.sourceforge.net>
* lang/italian: update, thanks to Luca Rebellato * lang/italian: update, thanks to Luca Rebellato
* lang/german: remove duplicates * lang/german: remove duplicates

File diff suppressed because it is too large Load Diff

163
docs.css
View File

@@ -6,61 +6,101 @@
body { body {
background-color: #ffffff; background-color: #ffffff;
font-family: sans-serif; font-family: sans-serif;
color: #000; color: #000000;
margin: 0px; margin: 0;
padding: 2em 0px 2em 0px; padding: 2em 0 2em 0;
}
img {
border: 0;
}
abbr, acronym {
border-bottom: 1px dotted;
}
abbr, acronym {
cursor: help;
} }
a { a {
text-decoration: none; text-decoration: none;
color: #000099; color: #000099;
background-color: #ffffff; background-color: #ffffff;
font-weight: normal; /* font-weight: normal;*/
} }
a:hover { a:hover {
background-color: #99CCFF; /* background-color: #99CCFF;*/
color: #000099;
background-color: #ffffff; background-color: #ffffff;
font-weight: bolder text-decoration: underline;
/* font-weight: bolder */
}
sup {
font-size: 0.7em;
}
sup:before {
content: ' [';
}
sup:after {
content: ']';
} }
div.header { ul.header {
width: 100%; width: 100%;
background-color: #ddeeff; background-color: #ddeeff;
color: #000000; color: #000000;
text-align: center; text-align: center;
padding-bottom: 2px; padding: 0 0 2px 0;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
font-weight: bold; font-weight: bold;
left: 0px; left: 0;
top: 0px; top: 0;
position: fixed; position: fixed;
margin: 0;
/* following MSIE hack was originally written by Riki Fridrich /* following MSIE hack was originally written by Riki Fridrich
* <http://www.fczbkk.com> */ * <http://www.fczbkk.com> */
position: expression("absolute"); /* position: expression("absolute");*/
width: expression(document.body.clientWidth); /* width: expression(document.body.clientWidth);*/
top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight); /* top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);*/
} }
div.header hr { ul.header li {
display: none; margin: 0;
padding: 0;
display: inline;
} }
div.header a {
ul.header li:before {
content: ' - ';
}
ul.header li:first-child:before {
content: '';
}
ul.header a {
text-decoration: none; text-decoration: none;
font-size: medium; font-size: medium;
color: #000099; color: #000099;
background-color: #ddeeff; background-color: #ddeeff;
font-weight: normal; font-weight: normal;
} }
div.header a:hover { ul.header a:hover {
color: #000099;
background-color: #99CCFF; background-color: #99CCFF;
font-weight: bolder /* font-weight: bolder;*/
} }
h1 { h1 {
text-align: center; text-align: center;
padding-left: 8%; padding-left: 8%;
margin-top: 1em; margin-top: 1em;
color: #000000;
background-color: #ddeeff; background-color: #ddeeff;
font-size: x-large; font-size: x-large;
border-top: 1px solid #000000; border-top: 1px solid #000000;
@@ -70,32 +110,63 @@ h1 {
h2 { h2 {
padding-left: 8%; padding-left: 8%;
padding-top: 2em;
margin-top: 1em; margin-top: 1em;
color: #000000;
background-color: #ddeeff; background-color: #ddeeff;
font-size: large; font-size: large;
border-top: 1px solid #000000; border-top: 1px solid #000000;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
clear: both; clear: both;
counter-reset: heading3;
counter-increment: heading2;
} }
h2:before {
content: counter(heading2) '. ';
}
h3 { h3 {
padding-left: 10%; padding-left: 10%;
padding-top: 3em;
margin-top: 1em; margin-top: 1em;
color: #000000;
background-color: #ddeeff; background-color: #ddeeff;
font-size: medium; font-size: medium;
border-top: 1px solid #000000; border-top: 1px solid #000000;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
clear: both; clear: both;
counter-reset: heading4;
counter-increment: heading3;
} }
h4 { h3:before {
padding: 0px; content: counter(heading2) '.' counter(heading3) '. ';
}
h4, h5 {
padding: 3em 0 0 0;
margin: 10px 5% 2px 5%; margin: 10px 5% 2px 5%;
font-weight: bold; font-weight: bold;
color: #000099; color: #000099;
background-color: #ffffff;
counter-increment: heading4;
}
h4:before {
content: counter(heading2) '.' counter(heading3) '.' counter(heading4) '. ';
}
h5 {
counter-increment: heading5;
}
h5:before {
content: counter(heading2) '.' counter(heading3) '.' counter(heading4) counter(heading5,lower-alpha);
} }
p { p {
margin: 2px 5% 2px 5%; margin: 2px 5% 1em 5%;
} }
table { table {
@@ -114,6 +185,7 @@ table.translators {
} }
table.translators th { table.translators th {
color: #000000;
background-color: #d3dce3; background-color: #d3dce3;
} }
@@ -127,9 +199,18 @@ ul {
} }
pre { pre {
margin: 2px 5% 2px 5%; margin: 1em 5% 1em 5%;
border: 1px solid silver;
color: #000000;
background-color: #eeeeee;
padding: 0.5em;
} }
/* no more intend inside li */
li pre {
margin: 1em 0 1em 0;
}
pre.wrap { pre.wrap {
white-space: normal; white-space: normal;
} }
@@ -140,25 +221,57 @@ dl {
dt { dt {
font-weight: bold; font-weight: bold;
margin-left: 2em; margin-left: 2em;
padding-top: 6px; padding-top: 3em;
} }
dd { dd {
margin-left: 4em; margin-left: 4em;
margin-bottom: 1em;
} }
ol { ol {
margin: 1em 6% 1em 6%; margin: 1em 6% 1em 6%;
} }
li {
margin-bottom: 1em;
}
.configrule {
font-family: monospace;
}
dt.configrule {
font-weight: bold;
}
.important { .important {
color: #bb0000; color: #bb0000;
background-color: #ffeeee;
padding: 0 0.5em 0 0.5em;
}
p.important {
border: 1px dotted #ff0000;
padding: 0.5em;
}
.important:first-word {
font-weight: bold;
} }
p.footnote { p.footnote {
margin: 2px 5% 2px 7%; margin: 0 5% 2px 7%;
padding-top: 3em;
} }
p.footnote:first-line { p.footnote:first-line {
margin-left: -2%; margin-left: -2%;
} }
p#bottom {
text-align: right;
}
p#bottom img {
margin: 1em;
}

View File

@@ -1,6 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<!-- $Id$ --> <!-- $Id$ -->
<head> <head>
@@ -13,44 +14,39 @@
<body> <body>
<div class="header"> <!-- TOP MENU -->
<hr noshade="noshade" width="100%" /> <ul class="header">
<a href="Documentation.html#top">Top</a> &nbsp;-&nbsp; <li><a href="Documentation.html#top">Top</a></li>
<a href="Documentation.html#require">Requirements</a> &nbsp;-&nbsp; <li><a href="Documentation.html#require">Requirements</a></li>
<a href="Documentation.html#intro">Introduction</a> &nbsp;-&nbsp; <li><a href="Documentation.html#intro">Introduction</a></li>
<a href="Documentation.html#setup">Installation</a> &nbsp;-&nbsp; <li><a href="Documentation.html#setup">Installation</a></li>
<a href="Documentation.html#config">Configuration</a> <li><a href="Documentation.html#setup_script">Setup script</a></li>
<br /> <li><a href="Documentation.html#config">Configuration</a></li>
<a href="Documentation.html#transformations">Transformations</a> &nbsp;-&nbsp; <li><a href="Documentation.html#transformations">Transformations</a></li>
<a href="Documentation.html#faq">FAQ</a> &nbsp;-&nbsp; <li><a href="Documentation.html#faq"><abbr title="Frequently Asked Questions">
<a href="Documentation.html#developers">Developers</a> &nbsp;-&nbsp; FAQ</abbr></a></li>
<a href="Documentation.html#credits">Credits</a> &nbsp;-&nbsp; <li><a href="Documentation.html#developers">Developers</a></li>
<a href="translators.html">Translators</a> <li><a href="Documentation.html#credits">Credits</a></li>
<hr noshade="noshade" width="100%" /> <li><a href="translators.html">Translators</a></li>
</div> <li><a href="Documentation.html#glossary">Glossary</a></li>
</ul>
<h1>phpMyAdmin 2.9.0-dev official translators list</h1> <h1>phpMyAdmin 2.9.0-dev official translators list</h1>
<p> <p> Here is the list of the &quot;official translators&quot; of
Here is the list of the &quot;official translators&quot; of phpMyAdmin.</p>
phpMyAdmin.
</p> <p> <span class="important">If you want to suggest some improvements on a
<p>
<span class="important">If you want to suggest some improvements on a
translation please ask them</span>: we (the phpMyAdmin developement team) translation please ask them</span>: we (the phpMyAdmin developement team)
don't know anything about most of these languages and then we can't have don't know anything about most of these languages and then we can't have
any opinion on grammar issues or bad translations! any opinion on grammar issues or bad translations!</p>
</p>
<p> <p> All translations listed here are included in this distribution.
All translations listed here are included in this distribution.
<span class="important">Please do <b>not</b> ask the translators to send <span class="important">Please do <b>not</b> ask the translators to send
you a localized phpMyAdmin version!</span> you a localized phpMyAdmin version!</span></p>
</p>
<p> <p> <span class="important">Please do <b>not</b> expect the translators to
<span class="important">Please do <b>not</b> expect the translators to provide e-mail support.</span></p>
provide e-mail support.</span>
</p>
<br />
<table class="translators"> <table class="translators">
<tr> <tr>
@@ -411,6 +407,13 @@
</tr> </tr>
</table> </table>
</body> <p id="bottom">
<a href="http://validator.w3.org/check/referer">
<img src="http://www.w3.org/Icons/valid-xhtml11" alt="Valid XHTML 1.1!"
height="31" width="88" /></a>
<a href="http://jigsaw.w3.org/css-validator/">
<img src="http://www.w3.org/Icons/valid-css" alt="Valid CSS!" width="88"
height="31" /></a></p>
</body>
</html> </html>