From d6ee27dacd1a96ef9e5819695c7eb62720e738bc Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 18 Apr 2013 17:30:42 -0500 Subject: Update files and references in support of bug report 1446. --- doc/common/CMakeLists.txt | 2 +- doc/common/Makefile.am | 6 +- doc/common/artistic-license.html | 2 +- doc/common/bsd-license.html | 2 +- doc/common/fdl-license.html | 2 +- doc/common/gpl-license.html | 2 +- doc/common/header.html | 2 +- doc/common/kde-common.css | 32 --- doc/common/kde-default.css | 327 ------------------------ doc/common/kde-localised.css.template | 32 --- doc/common/kde-web.css | 178 ------------- doc/common/kde.css | 468 ---------------------------------- doc/common/lgpl-license.html | 2 +- doc/common/mainheader.html | 2 +- doc/common/qpl-license.html | 2 +- doc/common/tde-common.css | 32 +++ doc/common/tde-default.css | 327 ++++++++++++++++++++++++ doc/common/tde-localised.css.template | 32 +++ doc/common/tde-web.css | 178 +++++++++++++ doc/common/tde.css | 468 ++++++++++++++++++++++++++++++++++ doc/common/x11-license.html | 2 +- 21 files changed, 1050 insertions(+), 1050 deletions(-) delete mode 100644 doc/common/kde-common.css delete mode 100644 doc/common/kde-default.css delete mode 100644 doc/common/kde-localised.css.template delete mode 100644 doc/common/kde-web.css delete mode 100644 doc/common/kde.css create mode 100644 doc/common/tde-common.css create mode 100644 doc/common/tde-default.css create mode 100644 doc/common/tde-localised.css.template create mode 100644 doc/common/tde-web.css create mode 100644 doc/common/tde.css (limited to 'doc/common') diff --git a/doc/common/CMakeLists.txt b/doc/common/CMakeLists.txt index a54894234..80a459fc2 100644 --- a/doc/common/CMakeLists.txt +++ b/doc/common/CMakeLists.txt @@ -15,7 +15,7 @@ install( FILES artistic-license.html bottom1.png bottom2.png bsd-license.html doctop1.png doctop2.png fdl-license fdl-license.html gpl-license gpl-license.html - kde-common.css kde-default.css kde-web.css kde-localised.css.template + tde-common.css tde-default.css tde-web.css tde-localised.css.template lgpl-license lgpl-license.html qpl-license.html shadow.png web-docbottom.png x11-license.html xml.dcl web-doctop.png doctop1a.png doctop1b.png 1.png 2.png 3.png 4.png diff --git a/doc/common/Makefile.am b/doc/common/Makefile.am index dade6749e..d1c9e7e35 100644 --- a/doc/common/Makefile.am +++ b/doc/common/Makefile.am @@ -1,4 +1,4 @@ -# logotp3.png, logotp3-small.png and kde-localised.css.template +# logotp3.png, logotp3-small.png and tde-localised.css.template # are not included in the language-specific common directory # They serve only as `reference' versions. @@ -6,8 +6,8 @@ commondir = $(kde_htmldir)/en/common common_DATA = artistic-license.html bottom1.png bottom2.png bsd-license.html \ doctop1.png doctop2.png fdl-license fdl-license.html gpl-license \ - gpl-license.html kde-common.css kde-default.css kde-web.css \ - kde-localised.css.template lgpl-license lgpl-license.html \ + gpl-license.html tde-common.css tde-default.css tde-web.css \ + tde-localised.css.template lgpl-license lgpl-license.html \ qpl-license.html shadow.png web-docbottom.png \ x11-license.html xml.dcl web-doctop.png \ doctop1a.png doctop1b.png 1.png 2.png 3.png 4.png 5.png 6.png \ diff --git a/doc/common/artistic-license.html b/doc/common/artistic-license.html index 2069b4ed0..65aaedf0c 100644 --- a/doc/common/artistic-license.html +++ b/doc/common/artistic-license.html @@ -9,7 +9,7 @@ - +

The "Artistic License"

diff --git a/doc/common/bsd-license.html b/doc/common/bsd-license.html index 422bb339f..216c91f21 100644 --- a/doc/common/bsd-license.html +++ b/doc/common/bsd-license.html @@ -9,7 +9,7 @@ - +

BSD License

diff --git a/doc/common/fdl-license.html b/doc/common/fdl-license.html index 9ce378a30..2a94311f4 100644 --- a/doc/common/fdl-license.html +++ b/doc/common/fdl-license.html @@ -9,7 +9,7 @@ - +

GNU Free Documentation License

diff --git a/doc/common/gpl-license.html b/doc/common/gpl-license.html index 26ae3af1f..68a63d56d 100644 --- a/doc/common/gpl-license.html +++ b/doc/common/gpl-license.html @@ -9,7 +9,7 @@ - +

GNU General Public License

diff --git a/doc/common/header.html b/doc/common/header.html index b57fb0a04..8b133a3b2 100644 --- a/doc/common/header.html +++ b/doc/common/header.html @@ -20,7 +20,7 @@ - + diff --git a/doc/common/kde-common.css b/doc/common/kde-common.css deleted file mode 100644 index 5898199ba..000000000 --- a/doc/common/kde-common.css +++ /dev/null @@ -1,32 +0,0 @@ -/* - KDE-wide persistent CSS for HTML documentation (all media types). - Copyright (C) 2000 Frederik Fouvry - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - Send comments, suggestions, etc. to Frederik Fouvry - . -*/ - -/* - Important note: these setting cannot be overridden, except by switching - off style sheets alltogether. - - Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ - - Check out http://www.richinstyle.com/ where many of the declarations and - setup in the KDE CSS are obtained from. In fact, do not change - anything without checking on those pages whether it is wise to do so. -*/ diff --git a/doc/common/kde-default.css b/doc/common/kde-default.css deleted file mode 100644 index 61043e9ef..000000000 --- a/doc/common/kde-default.css +++ /dev/null @@ -1,327 +0,0 @@ -/* - KDE-wide default CSS for HTML documentation (all media types). - Copyright (C) 2000 Frederik Fouvry - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - Send comments, suggestions, etc. to Frederik Fouvry - . */ - -/* - Important note: these setting may be overridden by localised CSS. Do not - add here any localization-sensitive style declarations. - - Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ */ - -/* Note: "should be inherit" means that in a proper browser inherit should work. - Somehow Netscape manages to interpret "inherit" as bright green. - Yuck. */ - -body { - background: white none; - color: black; - font-family: sans-serif; - padding: 0 15px 0 0; - margin: 0; -} - -.legalnotice, .copyright { - padding: 0; - margin: 0; -} - -.abstract { - font-weight: bolder; - padding-right: 1em; -} - -.toc, .list-of-tables { - padding-left: 1em; -} - -.sect1, .chapter, .synopsis, .appendix, .preface, .article, .refsect1, .index, .glossary, .section { - padding-left: 1em; -} - -.toc .chapter { -padding: 0em 0em 0em 1em; -} - -.author { - color: rgb(82,80,82); - font-weight: bolder; - padding: 0; - margin: 0; -} - -.othercredit { - line-height: 1em; -} - -.chapter .sect1, .chapter .titlepage, .sect1 .titlepage, .article .titlepage { - padding: 0em; -} - -.titlepage { - padding-left: 1em; - padding-right: 1em; -} - -/* Links in Navigation */ - -.navLeft a:link, .navCenter a:link, .navRight a:link, .header a:link, .header a:visited, .bottom-nav a:link, .bottom-nav a:visited { - color: #41597A; - font-weight: bold; -} - - -/* Nice link colors for the main text */ - -:link { - color: #41597A; -} - -:visited { - color: #597ba8; -} - -.navLeft { - position: absolute; - left: 20px; -} - -.navRight { - position: absolute; - right: 20px; -} - -.navCenter { - text-align: center; - align: center; -} - -.bannerBottomLeft { - position: absolute; left: 0px; -} - -.bannerBottomRight { - position: absolute; right: 0px; -} - -.header { - background: #3E91EB none; - border-bottom: 1px solid #206dcd; - border-top: 1px solid white; - color: white; - font-size: small; - height: 1.7em; - line-height: 1em; - margin: 0px; - padding-bottom: 0px; - padding-left: 1em; - padding-right: 0px; - padding-top: 0px; - vertical-align: middle; -} - -.bottom-nav { - background-color: #3E91EB; - border-bottom: 1px solid #206dcd; - border-top: 1px solid white; - color: white; - font-size: small; - height: 1.7em; - line-height: 1em; - margin: 0px; - padding-bottom: 0px; - padding-left: 1em; - padding-right: 0px; - padding-top: 10px; - vertical-align: middle; -} - -#logo { - background: url('kde_logo_bg.png') transparent repeat; -} - -/* A little bit of padding makes the tables for keybindings etc much easier to read */ - -table { - padding: 5px; -} - -dl { - margin-top: 0em; - margin-bottom: 0.5em; -} - -dt { - margin-top: 1em; -} -div.toc dt { - margin-top: 0px; -} -div.screenshot { - margin-bottom: 1em; - margin-top: 1em; -} - -div.informalexample { - border-style: dotted; - padding: 10px; -} - -/* But no padding for navigation elements */ - -.toplogo, .navbackground { - padding: 0px; -} - -table.programlisting -table.screen { - border-style: none; - background-color: rgb(224,224,224); - table-layout: auto; /* 100%? */ - color: rgb(0,0,0); /* should be inherit */ -} - -/* Same as previous block, but more general (previous is HTML only) - Not all browsers understand this yet. - TABLE[class~=programlisting] - TABLE[class~=screen] { border-style: none; - background-color: rgb(224,224,224); - table-layout: auto; - color: inherit; -} -*/ - -p { - text-align: justify; -} - -/* More specific settings */ -/* Temporary patch: browsers break on bad HTML */ -/* P, H1, H2, H3, H4, H5, TD, TH { font-family: Helvetica, Arial, sans-serif; - } */ - -p, h1, h2, h3, h4, h5, h6, td, th { - font-family: sans-serif; -} - -/* Visual cues for GUI elements etc in the text */ - -.guimenu, .guimenuitem, .guisubmenu { - background-color: rgb(220,220,220); - color: rgb(0,0,0); /* should be inherit */ -} - -.guilabel, .interface, .guibutton { - background-color: rgb(220,220,220); - color: rgb(0,0,0); /* should be inherit */ -} - -.shortcut { - background-color: rgb(220,220,220); - color: rgb(0,0,0); /* should be inherit */ -} - -.shortcut .keycap { - background-color: rgb(220,220,220); - color: rgb(0,0,0); /* should be inherit */ -} - -.question { - font-weight: bolder; -} - -.accel { - background-color: rgb(220,220,220); - color: rgb(0,0,0); - text-decoration: underline; -} - -.option, .command { - background-color: rgb(255,255,255); - color: rgb(0,96,160); - font-weight: bold; -} - -h1, h2, h3, h4, h5, h6 { - color: rgb(82,80,82); - background-color: transparent; -} - -.arg, .parameter, .replaceable { - background-color: rgb(255,255,255); - color: rgb(0,128,64); - font-style: italic; -} - -.screen, .programlisting { - background-color: rgb(220,220,220); - color: rgb(0,0,0); /* should be inherit */ - border-style: dotted; - border-color: rgb(0,0,0); - border-width: thin; - padding: 5px; -} - - -/* This one is set in inches because the admonitions are set in inches - and they're more difficult to change. We can live with it in here, - for the meantime, it gives consistent margins */ - -.example { - margin-left: 0.5in; - margin-right: 0.5in; -} - -div.mediaobject { - /* float: right; */ - /* might make it much nicer. although someone has to - understand the rules ;-) You also don't want it to be - surrounded by text it doesn't refer to ... But that - may be among others a question of writing style. */ - text-align: center; /* a bit of a hack: it should - position _images_ */ -} - -.caption { - margin: 0em 2em 3em 2em; - text-align: center; -} - -.inlinemediaobject { - vertical-align: baseline; - padding-right: 1em; - padding-left: 1em; -} - -/* An idea that could be nice: a search engine looking for specific -classes could display them in some conspicuous color. All that is -needed is an on the fly generated style element/style sheet. */ - -/* Only used in the hand-made HTML license texts */ -body.license { - background-color: rgb(255,255,255); - text-align: justify; - color: rgb(0,0,0); -} -pre.license { - background-color: rgb(255,255,255); - font-family: monospace; - color: rgb(0,0,0); -} - diff --git a/doc/common/kde-localised.css.template b/doc/common/kde-localised.css.template deleted file mode 100644 index abcd1ec91..000000000 --- a/doc/common/kde-localised.css.template +++ /dev/null @@ -1,32 +0,0 @@ -/* - KDE CSS for <**languagecountry**> HTML documentation (all media types). - Copyright (C) 2000 <**authorname**> - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - Send comments, suggestions, etc. to <**authorcontactdetails**>. -*/ - -/* - These settings will override kde-default.css. - - Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ - - Check out http://www.richinstyle.com/ where many of the declarations and - setup in the KDE CSS are obtained from. In fact, do not change anything - without checking so on those pages whether it is wise to do. -*/ - -:lg(**language**) { } diff --git a/doc/common/kde-web.css b/doc/common/kde-web.css deleted file mode 100644 index 1e3efe64a..000000000 --- a/doc/common/kde-web.css +++ /dev/null @@ -1,178 +0,0 @@ -/* - KDE-wide default CSS for HTML documentation (all media types). - Copyright (C) 2000 Frederik Fouvry - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - Send comments, suggestions, etc. to Frederik Fouvry - . */ - -/* - Important note: these setting may be overridden by localised CSS. Do not - add here any localization-sensitive style declarations. - - Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ */ - -/* Note: "should be inherit" means that in a proper browser inherit should work. - Somehow Netscape manages to interpret "inherit" as bright green. - Yuck. */ - -/* Make the main contents of the page not slide up under the top banner */ - -/* #body_text { position: relative; - top: 100px; } */ - -/* This is a horrible awful hack.. to once again fix the sliding -navigation problem. */ - -body { background-color: white; - width: 596px; - color: black; - align: center;} - -/* Nice link colors for the main text, and bottom navigation */ - -:link { color: rgb(170,0,0); - background-color: white; /* should be inherit */ } -:visited { color: rgb(170,0,85); - background-color: white; /* should be inherit */ } -:active { color: rgb(170,0,0); - background-color: white; /* should be inherit */ } - -/* Link colors for the top navigation */ - -.left :link, .center :link, .right :link { color: rgb(255,255,255); - background-color: rgb(82,80,82); } - -.left :visited, .center :visited, .right :visited { color: rgb(186,182,186); - background-color: rgb(82,80,82); } - -/* Giving this a background color breaks things, and it's not necessary for - either navigation or orientation.. so transparent */ - -.center {color: rgb(255,255,255); - background-color: transparent; } - - -:active {color: rgb(186,182,186); - background-color: transparent; } - -/* A little bit of padding makes the tables for keybindings etc much easier to read */ - -TABLE { padding: 5px; } -DT { margin-top: 1em; } -DIV.SCREENSHOT { margin-bottom: 1em; - margin-top: 1em; } -DIV.INFORMALEXAMPLE { border-style: dotted; - padding: 10px; } - -/* But no padding for navigation elements */ - -.shadow, .headline, .bulb, .end { padding: 0px; } - -TABLE.programlisting -TABLE.screen { border-style: none; - background-color: rgb(224,224,224); - table-layout: auto; /* 100%? */ - color: rgb(0,0,0); /* should be inherit */ - } - -/* Same as previous block, but more general (previous is HTML only) - Not all browsers understand this yet. -TABLE[class~=programlisting] -TABLE[class~=screen] { border-style: none; - background-color: rgb(224,224,224); - table-layout: auto; - color: inherit; - } -*/ - -P { text-align: justify; } - -/* More specific settings */ - -DIV.navbar P { text-align: right; } - -/* Temporary patch: browsers break on bad HTML */ -/* P, H1, H2, H3, H4, H5, TD, TH { font-family: Helvetica, Arial, sans-serif; - } */ - -P, H1, H2, H3, H4, H5, TD, TH { font-family: sans-serif; - } - - - -/* Visual cues for GUI elements etc in the text */ - -.guimenu, .guimenuitem, .guisubmenu { background-color: rgb(240,240,240); - color: rgb(0,0,0); /* should be inherit */ - } - -.guilabel, .interface, .guibutton { background-color: rgb(240,240,240); - color: rgb(0,0,0); /* should be inherit */ - } - -.shortcut { background-color: rgb(240,240,240); - color: rgb(0,0,0); /* should be inherit */ - } - -.shortcut .keycap { background-color: rgb(240,240,240); - color: rgb(0,0,0); /* should be inherit */ - } - -.question { font-weight: bolder; } - -.accel { background-color: rgb(240,240,240); - color: rgb(0,0,0); - text-decoration: underline; - } - -.option, .command { background-color: rgb(255,255,255); - color: rgb(0,96,160); - font-weight: bold; - } - -h1, h2, h3, h4, h5, h6 { color: rgb(82,80,82); - } -.arg, .parameter, .replaceable{ background-color: rgb(255,255,255); - color: rgb(0,128,64); - font-style: italic; - } - -DIV.mediaobject { /* float: right; */ - /* might make it much nicer. although someone has to - understand the rules ;-) You also don't want it to be - surrounded by text it doesn't refer to ... But that - may be among others a question of writing style. */ - text-align: center; /* a bit of a hack: it should - position _images_ */ - } - -/* An idea that could be nice: a search engine looking for specific -classes could display them in some conspicuous color. All that is -needed is an on the fly generated style element/style sheet. */ - -/* Only used in the hand-made HTML license texts */ -BODY.license { background-color: rgb(255,255,255); - text-align: justify; - color: rgb(0,0,0); - } -PRE.license { background-color: rgb(255,255,255); - font-family: monospace; - color: rgb(0,0,0); - } - -.topbanner { background-repeat: no-repeat; - } diff --git a/doc/common/kde.css b/doc/common/kde.css deleted file mode 100644 index 183b62fa1..000000000 --- a/doc/common/kde.css +++ /dev/null @@ -1,468 +0,0 @@ -/* -** HTML elements -*/ - -body { - margin: 0; - padding: 0; - text-align: center; - font-size: 0.8em; - font-family: "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", sans-serif; - color: #535353; - background: #ffffff; -} - - -/* -** HTML Tags -*/ - -h1, h2, h3, h4 -{ - padding: 0; - text-align: left; - font-weight: bold; - color: #f7800a; - background: transparent; -} -h1 { - margin: 0 0 0.3em 0; - font-size: 1.7em; -} -h2, h3, h4 { - margin: 1.3em 0 0 0.3em -} - -h2 { - font-size: 1.5em; -} - -h3 { - font-size: 1.4em; -} - -h4 { - font-size: 1.3em; -} - -h5 { - font-size: 1.2em; -} - -a:link { - padding-bottom: 0; - text-decoration: none; - color: #0057ae; -} - -a:visited { - padding-bottom: 0; - text-decoration: none; - color: #644A9B; -} - - -a[href]:hover { - text-decoration: underline; -} - -hr { - margin: 0.3em 1em 0.3em 1em; - height: 1px; - border: #dddddd dashed; - border-width: 0 0 1px 0; -} - -pre { - display: block; - margin: 0.3em; - padding: 0.3em; - font-size: 1em; - font-family: Courier, 'Courier New', 'Andale Mono', Monaco, monospace; - color: #000000; - background: #f9f9f9; -} - -input, textarea, select { - margin: 0.2em; - padding: 0.1em; - color: #888888; - background: #ffffff; - border: 1px solid; -} - -blockquote { - margin: 0.3em; - padding-left: 2.5em; - background: transparent; -} - -del { - color: #800000; - text-decoration: line-through; -} - -dt { - font-weight: bold; - font-size: 1.05em; - color: #0057ae; -} - -dd { - margin-left: 1em; -} - -p { - margin-top: 0.5em; - margin-bottom: 0.9em; - text-align: justify; -} -fieldset { - border: #cccccc 1px solid; -} - -li { - text-align: left; -} - -fieldset { - margin-bottom: 1em; - padding: .5em; -} - -form { - margin: 0; - padding: 0; -} - -hr { - height: 1px; - border: #888888 1px solid; - background: #888888; - margin: 0.5em 0 0.5em 0 ; -} - -img { - border: 0; -} -table { - border-collapse: collapse; - font-size: 1em; -} -th { - text-align: left; - padding-right: 1em; - border: #cccccc solid; - border-width: 0 0 3px 0; -} - - -/* -** Header -*/ -#header { - width: 100%; - color: #535353; - background: #eeeeee; -} - -#header_top { - margin: 0 auto; - padding: 0; - width: 60em; - min-width: 770px; - max-width: 45em; - vertical-align: middle; - color: #ffffff; - background: url(top.jpg) repeat-x bottom; -background-color: #0057ae; -} - -#header_top div { - margin: 0 auto; - padding: 0; - background: url(top-left.jpg) no-repeat bottom left; -} - -#header_top div div { - margin: 0 auto; - padding: 0; - vertical-align: middle; - text-align: left; - font-size: 1.7em; - font-weight: bold; - background: url(top-right.jpg) no-repeat bottom right; -} - -#header_top div div img { - margin:8px 0px 9px 18px; - vertical-align: middle; -} - -#header_bottom { - margin: 0 auto; - padding: 0.1em 0em 0.3em 0; - width: 60em; - min-width: 770px; - max-width: 45em; - vertical-align: middle; - text-align: right; - background: #eeeeee; -} - -#location { - padding: 0 0 0 1.5em; - text-align: left; - line-height: normal; - font-size: 1.1em; - font-weight:bold; - float: left; -} - -#location ul { - display: inline; - margin: 0; - padding: 0; - list-style: none; -} - -#location ul li { - display: inline; - white-space : nowrap; - margin: 0; - padding: 0 1em 0 0; -} - -#menu { - margin: 0 1.5em 0 0; - text-align: right; - line-height: normal; - font-size: 1.1em; - font-weight: bold; -} - -#menu ul { - display: inline; - list-style: none; - margin: 0; - padding: 0; - text-align: right; -} - -#menu ul li { - display: inline; - white-space : nowrap; - margin: 0; - padding: 0 0 0 1em; - text-align: right; -} - -.here a:link, .here a:visited { - text-decoration:underline; -} - -.here ul a:link, .here ul a:visited { - text-decoration:none; -} - -#menu ul li a { - font-weight: bold; -} - - -/* -** Content -*/ - -#content { - width: 100%; -} - -#main { - /* padding in px not ex because IE messes up 100% width tables otherwise */ - padding-left: 10px; - text-align: left; -} - -div.nav { - display: none; -} - -/* The project name (redundant as it is shown in the menu, too) */ -div.clearer+h2 { - display: none; -} - -/* The header on top of a page e.g. "MediaObject Class Reference" */ -#main>h1 { - text-align: center; - margin-top: 1em; - margin-bottom: 2em; -} - -/* The group links below the page header */ -#main>h1>small { - font-size: 60%; -} - -/* Section headers like "Detailed Description" */ -#main>h2 { - margin-left: 0; - margin-top: 1em; - margin-bottom: 1em; -} - -/* The #include line */ -#main>h1+code { - font-size: 120%; - background: #F1F1F1; - border: 1px solid #E7E7E7; - padding: 2px; - display: block; -} - -/* The version number (e.g. '4.0') on Mainpages - reduntant as it's already shown in the main title */ -#main>h1+p+h3 { - display: none; -} - -#body_wrapper { - margin: 0 auto; - width: 60em; - min-width: 770px; - max-width: 45em; - border: #dddddd solid; - border-width: 0 0 0 1px; -} - -#body { - float: left; - margin: 0; - padding: 0; - min-height: 40em; - width: 60em; - min-width: 770px; - max-width: 45em; -} - -#right { - float: right; - margin: 0; - padding: 0; - width: 73%; -} - -/* These are date cells on the front page. */ -td.cell_date { - width: 8em; - min-width: 8em; -} - -#hotspot, .sideimage { - float: right; - margin: 1ex 1em; - clear: right; -} - -.belowimage, h1, h2, h3, h4, h5 { - clear: right; -} - - -/* -** Left Menu -*/ - -#left { - float: left; - margin: 0; - padding: 0; - width: 25%; -} - -.menu_box { - padding: 0.7em 0 0 0; -} - -.menu_box ul { - text-align: left; -} - -.menu_box li { - list-style-type: none; - text-align: left; - margin-left: 0.1em; -} - -.menu_box ul ul { -margin: 0; -padding-left: 0; -} - -.menu_box li li { -margin-left: 1em; -} - -.menu_box .active{ - color: #cf4913; -} - -.menutitle { - margin: 0.6em 0 1.2em 0; - padding:0; - color: #ffffff; - background: url(block_title_mid.png) repeat-y right; -background-color: #0057ae; -} -.menutitle div { - margin: 0; - padding:0; - background: url(block_title_top.png) no-repeat top right; -} -.menutitle div h2 { - margin: 0; - padding: 0.2em 0 0.3em 1.3em; - line-height:1.2em; - font-size: 120%; - font-weight: normal; - color: #ffffff; - background: url(block_title_bottom.png) no-repeat bottom right; -} - -.clearer { - clear: both; - height: 1px; -} - - -/* -** Footer -*/ -#footer { - width: 100%; - background: #eeeeee; -} - -#footer_text { - margin: 0 auto; - padding: 1em 0 1em 3.5em; - width: 51.5em; - text-align: left; - color: #000000; - background: #eeeeee; -} - -#footer a:link, #footer a:visited { - color: #4d88c3; -} - -#quicklinks { -font-size: 1em; -padding: 1em; -text-align: center; -margin-top: 0.5em; -margin-left: 0.2em; -margin-bottom: 0.5em; -margin-right: 0.2em; -} - diff --git a/doc/common/lgpl-license.html b/doc/common/lgpl-license.html index 343576dfb..d99591beb 100644 --- a/doc/common/lgpl-license.html +++ b/doc/common/lgpl-license.html @@ -9,7 +9,7 @@ - +

GNU LESSER GENERAL PUBLIC LICENSE

diff --git a/doc/common/mainheader.html b/doc/common/mainheader.html index a7e2adca6..a730e325d 100644 --- a/doc/common/mainheader.html +++ b/doc/common/mainheader.html @@ -20,7 +20,7 @@ - + diff --git a/doc/common/qpl-license.html b/doc/common/qpl-license.html index 19a863bc5..dddb43623 100644 --- a/doc/common/qpl-license.html +++ b/doc/common/qpl-license.html @@ -9,7 +9,7 @@ - +

The Q Public License

diff --git a/doc/common/tde-common.css b/doc/common/tde-common.css new file mode 100644 index 000000000..5898199ba --- /dev/null +++ b/doc/common/tde-common.css @@ -0,0 +1,32 @@ +/* + KDE-wide persistent CSS for HTML documentation (all media types). + Copyright (C) 2000 Frederik Fouvry + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + + Send comments, suggestions, etc. to Frederik Fouvry + . +*/ + +/* + Important note: these setting cannot be overridden, except by switching + off style sheets alltogether. + + Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ + + Check out http://www.richinstyle.com/ where many of the declarations and + setup in the KDE CSS are obtained from. In fact, do not change + anything without checking on those pages whether it is wise to do so. +*/ diff --git a/doc/common/tde-default.css b/doc/common/tde-default.css new file mode 100644 index 000000000..61043e9ef --- /dev/null +++ b/doc/common/tde-default.css @@ -0,0 +1,327 @@ +/* + KDE-wide default CSS for HTML documentation (all media types). + Copyright (C) 2000 Frederik Fouvry + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + + Send comments, suggestions, etc. to Frederik Fouvry + . */ + +/* + Important note: these setting may be overridden by localised CSS. Do not + add here any localization-sensitive style declarations. + + Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ */ + +/* Note: "should be inherit" means that in a proper browser inherit should work. + Somehow Netscape manages to interpret "inherit" as bright green. + Yuck. */ + +body { + background: white none; + color: black; + font-family: sans-serif; + padding: 0 15px 0 0; + margin: 0; +} + +.legalnotice, .copyright { + padding: 0; + margin: 0; +} + +.abstract { + font-weight: bolder; + padding-right: 1em; +} + +.toc, .list-of-tables { + padding-left: 1em; +} + +.sect1, .chapter, .synopsis, .appendix, .preface, .article, .refsect1, .index, .glossary, .section { + padding-left: 1em; +} + +.toc .chapter { +padding: 0em 0em 0em 1em; +} + +.author { + color: rgb(82,80,82); + font-weight: bolder; + padding: 0; + margin: 0; +} + +.othercredit { + line-height: 1em; +} + +.chapter .sect1, .chapter .titlepage, .sect1 .titlepage, .article .titlepage { + padding: 0em; +} + +.titlepage { + padding-left: 1em; + padding-right: 1em; +} + +/* Links in Navigation */ + +.navLeft a:link, .navCenter a:link, .navRight a:link, .header a:link, .header a:visited, .bottom-nav a:link, .bottom-nav a:visited { + color: #41597A; + font-weight: bold; +} + + +/* Nice link colors for the main text */ + +:link { + color: #41597A; +} + +:visited { + color: #597ba8; +} + +.navLeft { + position: absolute; + left: 20px; +} + +.navRight { + position: absolute; + right: 20px; +} + +.navCenter { + text-align: center; + align: center; +} + +.bannerBottomLeft { + position: absolute; left: 0px; +} + +.bannerBottomRight { + position: absolute; right: 0px; +} + +.header { + background: #3E91EB none; + border-bottom: 1px solid #206dcd; + border-top: 1px solid white; + color: white; + font-size: small; + height: 1.7em; + line-height: 1em; + margin: 0px; + padding-bottom: 0px; + padding-left: 1em; + padding-right: 0px; + padding-top: 0px; + vertical-align: middle; +} + +.bottom-nav { + background-color: #3E91EB; + border-bottom: 1px solid #206dcd; + border-top: 1px solid white; + color: white; + font-size: small; + height: 1.7em; + line-height: 1em; + margin: 0px; + padding-bottom: 0px; + padding-left: 1em; + padding-right: 0px; + padding-top: 10px; + vertical-align: middle; +} + +#logo { + background: url('kde_logo_bg.png') transparent repeat; +} + +/* A little bit of padding makes the tables for keybindings etc much easier to read */ + +table { + padding: 5px; +} + +dl { + margin-top: 0em; + margin-bottom: 0.5em; +} + +dt { + margin-top: 1em; +} +div.toc dt { + margin-top: 0px; +} +div.screenshot { + margin-bottom: 1em; + margin-top: 1em; +} + +div.informalexample { + border-style: dotted; + padding: 10px; +} + +/* But no padding for navigation elements */ + +.toplogo, .navbackground { + padding: 0px; +} + +table.programlisting +table.screen { + border-style: none; + background-color: rgb(224,224,224); + table-layout: auto; /* 100%? */ + color: rgb(0,0,0); /* should be inherit */ +} + +/* Same as previous block, but more general (previous is HTML only) + Not all browsers understand this yet. + TABLE[class~=programlisting] + TABLE[class~=screen] { border-style: none; + background-color: rgb(224,224,224); + table-layout: auto; + color: inherit; +} +*/ + +p { + text-align: justify; +} + +/* More specific settings */ +/* Temporary patch: browsers break on bad HTML */ +/* P, H1, H2, H3, H4, H5, TD, TH { font-family: Helvetica, Arial, sans-serif; + } */ + +p, h1, h2, h3, h4, h5, h6, td, th { + font-family: sans-serif; +} + +/* Visual cues for GUI elements etc in the text */ + +.guimenu, .guimenuitem, .guisubmenu { + background-color: rgb(220,220,220); + color: rgb(0,0,0); /* should be inherit */ +} + +.guilabel, .interface, .guibutton { + background-color: rgb(220,220,220); + color: rgb(0,0,0); /* should be inherit */ +} + +.shortcut { + background-color: rgb(220,220,220); + color: rgb(0,0,0); /* should be inherit */ +} + +.shortcut .keycap { + background-color: rgb(220,220,220); + color: rgb(0,0,0); /* should be inherit */ +} + +.question { + font-weight: bolder; +} + +.accel { + background-color: rgb(220,220,220); + color: rgb(0,0,0); + text-decoration: underline; +} + +.option, .command { + background-color: rgb(255,255,255); + color: rgb(0,96,160); + font-weight: bold; +} + +h1, h2, h3, h4, h5, h6 { + color: rgb(82,80,82); + background-color: transparent; +} + +.arg, .parameter, .replaceable { + background-color: rgb(255,255,255); + color: rgb(0,128,64); + font-style: italic; +} + +.screen, .programlisting { + background-color: rgb(220,220,220); + color: rgb(0,0,0); /* should be inherit */ + border-style: dotted; + border-color: rgb(0,0,0); + border-width: thin; + padding: 5px; +} + + +/* This one is set in inches because the admonitions are set in inches + and they're more difficult to change. We can live with it in here, + for the meantime, it gives consistent margins */ + +.example { + margin-left: 0.5in; + margin-right: 0.5in; +} + +div.mediaobject { + /* float: right; */ + /* might make it much nicer. although someone has to + understand the rules ;-) You also don't want it to be + surrounded by text it doesn't refer to ... But that + may be among others a question of writing style. */ + text-align: center; /* a bit of a hack: it should + position _images_ */ +} + +.caption { + margin: 0em 2em 3em 2em; + text-align: center; +} + +.inlinemediaobject { + vertical-align: baseline; + padding-right: 1em; + padding-left: 1em; +} + +/* An idea that could be nice: a search engine looking for specific +classes could display them in some conspicuous color. All that is +needed is an on the fly generated style element/style sheet. */ + +/* Only used in the hand-made HTML license texts */ +body.license { + background-color: rgb(255,255,255); + text-align: justify; + color: rgb(0,0,0); +} +pre.license { + background-color: rgb(255,255,255); + font-family: monospace; + color: rgb(0,0,0); +} + diff --git a/doc/common/tde-localised.css.template b/doc/common/tde-localised.css.template new file mode 100644 index 000000000..52b91d179 --- /dev/null +++ b/doc/common/tde-localised.css.template @@ -0,0 +1,32 @@ +/* + KDE CSS for <**languagecountry**> HTML documentation (all media types). + Copyright (C) 2000 <**authorname**> + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + + Send comments, suggestions, etc. to <**authorcontactdetails**>. +*/ + +/* + These settings will override tde-default.css. + + Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ + + Check out http://www.richinstyle.com/ where many of the declarations and + setup in the KDE CSS are obtained from. In fact, do not change anything + without checking so on those pages whether it is wise to do. +*/ + +:lg(**language**) { } diff --git a/doc/common/tde-web.css b/doc/common/tde-web.css new file mode 100644 index 000000000..1e3efe64a --- /dev/null +++ b/doc/common/tde-web.css @@ -0,0 +1,178 @@ +/* + KDE-wide default CSS for HTML documentation (all media types). + Copyright (C) 2000 Frederik Fouvry + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + + Send comments, suggestions, etc. to Frederik Fouvry + . */ + +/* + Important note: these setting may be overridden by localised CSS. Do not + add here any localization-sensitive style declarations. + + Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ */ + +/* Note: "should be inherit" means that in a proper browser inherit should work. + Somehow Netscape manages to interpret "inherit" as bright green. + Yuck. */ + +/* Make the main contents of the page not slide up under the top banner */ + +/* #body_text { position: relative; + top: 100px; } */ + +/* This is a horrible awful hack.. to once again fix the sliding +navigation problem. */ + +body { background-color: white; + width: 596px; + color: black; + align: center;} + +/* Nice link colors for the main text, and bottom navigation */ + +:link { color: rgb(170,0,0); + background-color: white; /* should be inherit */ } +:visited { color: rgb(170,0,85); + background-color: white; /* should be inherit */ } +:active { color: rgb(170,0,0); + background-color: white; /* should be inherit */ } + +/* Link colors for the top navigation */ + +.left :link, .center :link, .right :link { color: rgb(255,255,255); + background-color: rgb(82,80,82); } + +.left :visited, .center :visited, .right :visited { color: rgb(186,182,186); + background-color: rgb(82,80,82); } + +/* Giving this a background color breaks things, and it's not necessary for + either navigation or orientation.. so transparent */ + +.center {color: rgb(255,255,255); + background-color: transparent; } + + +:active {color: rgb(186,182,186); + background-color: transparent; } + +/* A little bit of padding makes the tables for keybindings etc much easier to read */ + +TABLE { padding: 5px; } +DT { margin-top: 1em; } +DIV.SCREENSHOT { margin-bottom: 1em; + margin-top: 1em; } +DIV.INFORMALEXAMPLE { border-style: dotted; + padding: 10px; } + +/* But no padding for navigation elements */ + +.shadow, .headline, .bulb, .end { padding: 0px; } + +TABLE.programlisting +TABLE.screen { border-style: none; + background-color: rgb(224,224,224); + table-layout: auto; /* 100%? */ + color: rgb(0,0,0); /* should be inherit */ + } + +/* Same as previous block, but more general (previous is HTML only) + Not all browsers understand this yet. +TABLE[class~=programlisting] +TABLE[class~=screen] { border-style: none; + background-color: rgb(224,224,224); + table-layout: auto; + color: inherit; + } +*/ + +P { text-align: justify; } + +/* More specific settings */ + +DIV.navbar P { text-align: right; } + +/* Temporary patch: browsers break on bad HTML */ +/* P, H1, H2, H3, H4, H5, TD, TH { font-family: Helvetica, Arial, sans-serif; + } */ + +P, H1, H2, H3, H4, H5, TD, TH { font-family: sans-serif; + } + + + +/* Visual cues for GUI elements etc in the text */ + +.guimenu, .guimenuitem, .guisubmenu { background-color: rgb(240,240,240); + color: rgb(0,0,0); /* should be inherit */ + } + +.guilabel, .interface, .guibutton { background-color: rgb(240,240,240); + color: rgb(0,0,0); /* should be inherit */ + } + +.shortcut { background-color: rgb(240,240,240); + color: rgb(0,0,0); /* should be inherit */ + } + +.shortcut .keycap { background-color: rgb(240,240,240); + color: rgb(0,0,0); /* should be inherit */ + } + +.question { font-weight: bolder; } + +.accel { background-color: rgb(240,240,240); + color: rgb(0,0,0); + text-decoration: underline; + } + +.option, .command { background-color: rgb(255,255,255); + color: rgb(0,96,160); + font-weight: bold; + } + +h1, h2, h3, h4, h5, h6 { color: rgb(82,80,82); + } +.arg, .parameter, .replaceable{ background-color: rgb(255,255,255); + color: rgb(0,128,64); + font-style: italic; + } + +DIV.mediaobject { /* float: right; */ + /* might make it much nicer. although someone has to + understand the rules ;-) You also don't want it to be + surrounded by text it doesn't refer to ... But that + may be among others a question of writing style. */ + text-align: center; /* a bit of a hack: it should + position _images_ */ + } + +/* An idea that could be nice: a search engine looking for specific +classes could display them in some conspicuous color. All that is +needed is an on the fly generated style element/style sheet. */ + +/* Only used in the hand-made HTML license texts */ +BODY.license { background-color: rgb(255,255,255); + text-align: justify; + color: rgb(0,0,0); + } +PRE.license { background-color: rgb(255,255,255); + font-family: monospace; + color: rgb(0,0,0); + } + +.topbanner { background-repeat: no-repeat; + } diff --git a/doc/common/tde.css b/doc/common/tde.css new file mode 100644 index 000000000..183b62fa1 --- /dev/null +++ b/doc/common/tde.css @@ -0,0 +1,468 @@ +/* +** HTML elements +*/ + +body { + margin: 0; + padding: 0; + text-align: center; + font-size: 0.8em; + font-family: "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", sans-serif; + color: #535353; + background: #ffffff; +} + + +/* +** HTML Tags +*/ + +h1, h2, h3, h4 +{ + padding: 0; + text-align: left; + font-weight: bold; + color: #f7800a; + background: transparent; +} +h1 { + margin: 0 0 0.3em 0; + font-size: 1.7em; +} +h2, h3, h4 { + margin: 1.3em 0 0 0.3em +} + +h2 { + font-size: 1.5em; +} + +h3 { + font-size: 1.4em; +} + +h4 { + font-size: 1.3em; +} + +h5 { + font-size: 1.2em; +} + +a:link { + padding-bottom: 0; + text-decoration: none; + color: #0057ae; +} + +a:visited { + padding-bottom: 0; + text-decoration: none; + color: #644A9B; +} + + +a[href]:hover { + text-decoration: underline; +} + +hr { + margin: 0.3em 1em 0.3em 1em; + height: 1px; + border: #dddddd dashed; + border-width: 0 0 1px 0; +} + +pre { + display: block; + margin: 0.3em; + padding: 0.3em; + font-size: 1em; + font-family: Courier, 'Courier New', 'Andale Mono', Monaco, monospace; + color: #000000; + background: #f9f9f9; +} + +input, textarea, select { + margin: 0.2em; + padding: 0.1em; + color: #888888; + background: #ffffff; + border: 1px solid; +} + +blockquote { + margin: 0.3em; + padding-left: 2.5em; + background: transparent; +} + +del { + color: #800000; + text-decoration: line-through; +} + +dt { + font-weight: bold; + font-size: 1.05em; + color: #0057ae; +} + +dd { + margin-left: 1em; +} + +p { + margin-top: 0.5em; + margin-bottom: 0.9em; + text-align: justify; +} +fieldset { + border: #cccccc 1px solid; +} + +li { + text-align: left; +} + +fieldset { + margin-bottom: 1em; + padding: .5em; +} + +form { + margin: 0; + padding: 0; +} + +hr { + height: 1px; + border: #888888 1px solid; + background: #888888; + margin: 0.5em 0 0.5em 0 ; +} + +img { + border: 0; +} +table { + border-collapse: collapse; + font-size: 1em; +} +th { + text-align: left; + padding-right: 1em; + border: #cccccc solid; + border-width: 0 0 3px 0; +} + + +/* +** Header +*/ +#header { + width: 100%; + color: #535353; + background: #eeeeee; +} + +#header_top { + margin: 0 auto; + padding: 0; + width: 60em; + min-width: 770px; + max-width: 45em; + vertical-align: middle; + color: #ffffff; + background: url(top.jpg) repeat-x bottom; +background-color: #0057ae; +} + +#header_top div { + margin: 0 auto; + padding: 0; + background: url(top-left.jpg) no-repeat bottom left; +} + +#header_top div div { + margin: 0 auto; + padding: 0; + vertical-align: middle; + text-align: left; + font-size: 1.7em; + font-weight: bold; + background: url(top-right.jpg) no-repeat bottom right; +} + +#header_top div div img { + margin:8px 0px 9px 18px; + vertical-align: middle; +} + +#header_bottom { + margin: 0 auto; + padding: 0.1em 0em 0.3em 0; + width: 60em; + min-width: 770px; + max-width: 45em; + vertical-align: middle; + text-align: right; + background: #eeeeee; +} + +#location { + padding: 0 0 0 1.5em; + text-align: left; + line-height: normal; + font-size: 1.1em; + font-weight:bold; + float: left; +} + +#location ul { + display: inline; + margin: 0; + padding: 0; + list-style: none; +} + +#location ul li { + display: inline; + white-space : nowrap; + margin: 0; + padding: 0 1em 0 0; +} + +#menu { + margin: 0 1.5em 0 0; + text-align: right; + line-height: normal; + font-size: 1.1em; + font-weight: bold; +} + +#menu ul { + display: inline; + list-style: none; + margin: 0; + padding: 0; + text-align: right; +} + +#menu ul li { + display: inline; + white-space : nowrap; + margin: 0; + padding: 0 0 0 1em; + text-align: right; +} + +.here a:link, .here a:visited { + text-decoration:underline; +} + +.here ul a:link, .here ul a:visited { + text-decoration:none; +} + +#menu ul li a { + font-weight: bold; +} + + +/* +** Content +*/ + +#content { + width: 100%; +} + +#main { + /* padding in px not ex because IE messes up 100% width tables otherwise */ + padding-left: 10px; + text-align: left; +} + +div.nav { + display: none; +} + +/* The project name (redundant as it is shown in the menu, too) */ +div.clearer+h2 { + display: none; +} + +/* The header on top of a page e.g. "MediaObject Class Reference" */ +#main>h1 { + text-align: center; + margin-top: 1em; + margin-bottom: 2em; +} + +/* The group links below the page header */ +#main>h1>small { + font-size: 60%; +} + +/* Section headers like "Detailed Description" */ +#main>h2 { + margin-left: 0; + margin-top: 1em; + margin-bottom: 1em; +} + +/* The #include line */ +#main>h1+code { + font-size: 120%; + background: #F1F1F1; + border: 1px solid #E7E7E7; + padding: 2px; + display: block; +} + +/* The version number (e.g. '4.0') on Mainpages - reduntant as it's already shown in the main title */ +#main>h1+p+h3 { + display: none; +} + +#body_wrapper { + margin: 0 auto; + width: 60em; + min-width: 770px; + max-width: 45em; + border: #dddddd solid; + border-width: 0 0 0 1px; +} + +#body { + float: left; + margin: 0; + padding: 0; + min-height: 40em; + width: 60em; + min-width: 770px; + max-width: 45em; +} + +#right { + float: right; + margin: 0; + padding: 0; + width: 73%; +} + +/* These are date cells on the front page. */ +td.cell_date { + width: 8em; + min-width: 8em; +} + +#hotspot, .sideimage { + float: right; + margin: 1ex 1em; + clear: right; +} + +.belowimage, h1, h2, h3, h4, h5 { + clear: right; +} + + +/* +** Left Menu +*/ + +#left { + float: left; + margin: 0; + padding: 0; + width: 25%; +} + +.menu_box { + padding: 0.7em 0 0 0; +} + +.menu_box ul { + text-align: left; +} + +.menu_box li { + list-style-type: none; + text-align: left; + margin-left: 0.1em; +} + +.menu_box ul ul { +margin: 0; +padding-left: 0; +} + +.menu_box li li { +margin-left: 1em; +} + +.menu_box .active{ + color: #cf4913; +} + +.menutitle { + margin: 0.6em 0 1.2em 0; + padding:0; + color: #ffffff; + background: url(block_title_mid.png) repeat-y right; +background-color: #0057ae; +} +.menutitle div { + margin: 0; + padding:0; + background: url(block_title_top.png) no-repeat top right; +} +.menutitle div h2 { + margin: 0; + padding: 0.2em 0 0.3em 1.3em; + line-height:1.2em; + font-size: 120%; + font-weight: normal; + color: #ffffff; + background: url(block_title_bottom.png) no-repeat bottom right; +} + +.clearer { + clear: both; + height: 1px; +} + + +/* +** Footer +*/ +#footer { + width: 100%; + background: #eeeeee; +} + +#footer_text { + margin: 0 auto; + padding: 1em 0 1em 3.5em; + width: 51.5em; + text-align: left; + color: #000000; + background: #eeeeee; +} + +#footer a:link, #footer a:visited { + color: #4d88c3; +} + +#quicklinks { +font-size: 1em; +padding: 1em; +text-align: center; +margin-top: 0.5em; +margin-left: 0.2em; +margin-bottom: 0.5em; +margin-right: 0.2em; +} + diff --git a/doc/common/x11-license.html b/doc/common/x11-license.html index 444a27bec..6ade70f69 100644 --- a/doc/common/x11-license.html +++ b/doc/common/x11-license.html @@ -9,7 +9,7 @@ - +

X Window System License - X11R6.4

-- cgit v1.2.3