From: André Malo Date: Tue, 8 Oct 2002 02:13:25 +0000 (+0000) Subject: remove surplus CSS files X-Git-Tag: 2.0.44~343 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4004e7c03451b69d64422e06d886f433954a618;p=apache remove surplus CSS files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97138 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/css/manual-loose-100pc-b.css b/docs/manual/style/css/manual-loose-100pc-b.css deleted file mode 100644 index ba549d6f81..0000000000 --- a/docs/manual/style/css/manual-loose-100pc-b.css +++ /dev/null @@ -1,25 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-loose-100pc.css); - -body, -h1, -h3, -div.example, -div.note, -div.warning { - color: #000; -} - -div#page-header p.apache { - background-color: #000; -} - -div#footer { - border-top-color: #000; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-loose-90pc-b.css b/docs/manual/style/css/manual-loose-90pc-b.css deleted file mode 100644 index 80299785b5..0000000000 --- a/docs/manual/style/css/manual-loose-90pc-b.css +++ /dev/null @@ -1,12 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-loose-100pc-b.css); - -html { - font-size: 90%; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-loose-90pc.css b/docs/manual/style/css/manual-loose-90pc.css deleted file mode 100644 index 9ed564c5e8..0000000000 --- a/docs/manual/style/css/manual-loose-90pc.css +++ /dev/null @@ -1,12 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-loose-100pc.css); - -html { - font-size: 90%; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-loose-fix13-b.css b/docs/manual/style/css/manual-loose-fix13-b.css deleted file mode 100644 index 5ba2c2066b..0000000000 --- a/docs/manual/style/css/manual-loose-fix13-b.css +++ /dev/null @@ -1,25 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-loose-fix13.css); - -body, -h1, -h3, -div.example, -div.note, -div.warning { - color: #000; -} - -div#page-header p.apache { - background-color: #000; -} - -div#footer { - border-top-color: #000; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-loose-fix13.css b/docs/manual/style/css/manual-loose-fix13.css deleted file mode 100644 index 8d6e2e298f..0000000000 --- a/docs/manual/style/css/manual-loose-fix13.css +++ /dev/null @@ -1,47 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-loose-100pc.css); - -html { - font-size: 13px; -} - -h1 { - font-size: 20px; -} - -h2 { - font-size: 18px; -} - -h3 { - font-size: 16px; -} - -/* titles for - * examples, notes and warnings - */ -div.example h3, -div.note h3, -div.warning h3, -div.example pre, -div.example code, -div.note pre, -div.warning pre { - font-size: 13px; -} - -div#page-header p.apache { - font-size: 16px; -} - -div#page-header p.menu, -div#path, -div#footer { - font-size: 11px; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-loose-fix15-b.css b/docs/manual/style/css/manual-loose-fix15-b.css deleted file mode 100644 index fc2981727d..0000000000 --- a/docs/manual/style/css/manual-loose-fix15-b.css +++ /dev/null @@ -1,25 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-loose-fix15.css); - -body, -h1, -h3, -div.example, -div.note, -div.warning { - color: #000; -} - -div#page-header p.apache { - background-color: #000; -} - -div#footer { - border-top-color: #000; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-loose-fix15.css b/docs/manual/style/css/manual-loose-fix15.css deleted file mode 100644 index 867fcb547a..0000000000 --- a/docs/manual/style/css/manual-loose-fix15.css +++ /dev/null @@ -1,47 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-loose-100pc.css); - -html { - font-size: 15px; -} - -h1 { - font-size: 22px; -} - -h2 { - font-size: 18px; -} - -h3 { - font-size: 16px; -} - -/* titles for - * examples, notes and warnings - */ -div.example h3, -div.note h3, -div.warning h3, -div.example pre, -div.example code, -div.note pre, -div.warning pre { - font-size: 15px; -} - -div#page-header p.apache { - font-size: 16px; -} - -div#page-header p.menu, -div#path, -div#footer { - font-size: 13px; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-left-100pc-b.css b/docs/manual/style/css/manual-sbar-left-100pc-b.css deleted file mode 100644 index 94b452e6a6..0000000000 --- a/docs/manual/style/css/manual-sbar-left-100pc-b.css +++ /dev/null @@ -1,21 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-sbar-right-100pc-b.css); - -div#quickview { - left: 30px; -} - -/* move content right */ -div#page-content { - padding-top: 0; - margin-left: 13em; - margin-right: 0; - padding-right: 0; - padding-left: 30px; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-left-100pc.css b/docs/manual/style/css/manual-sbar-left-100pc.css deleted file mode 100644 index 60e3d15ecb..0000000000 --- a/docs/manual/style/css/manual-sbar-left-100pc.css +++ /dev/null @@ -1,21 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-sbar-right-100pc.css); - -div#quickview { - left: 30px; -} - -/* move content right */ -div#page-content { - padding-top: 0; - margin-left: 13em; - margin-right: 0; - padding-right: 0; - padding-left: 30px; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-left-90pc-b.css b/docs/manual/style/css/manual-sbar-left-90pc-b.css deleted file mode 100644 index 2f54ec5ae6..0000000000 --- a/docs/manual/style/css/manual-sbar-left-90pc-b.css +++ /dev/null @@ -1,17 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-sbar-left-100pc-b.css); - -html { - font-size: 90%; -} - -div#quickview { - top: 5.5em; - margin-top: 39px; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-left-90pc.css b/docs/manual/style/css/manual-sbar-left-90pc.css deleted file mode 100644 index 44900d2be0..0000000000 --- a/docs/manual/style/css/manual-sbar-left-90pc.css +++ /dev/null @@ -1,17 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-sbar-left-100pc.css); - -html { - font-size: 90%; -} - -div#quickview { - top: 5.5em; - margin-top: 39px; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-left-fix13-b.css b/docs/manual/style/css/manual-sbar-left-fix13-b.css deleted file mode 100644 index e06fc64a1d..0000000000 --- a/docs/manual/style/css/manual-sbar-left-fix13-b.css +++ /dev/null @@ -1,21 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-sbar-right-fix13-b.css); - -div#quickview { - left: 30px; -} - -/* move content right */ -div#page-content { - padding-top: 0; - margin-left: 13em; - margin-right: 0; - padding-right: 0; - padding-left: 30px; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-left-fix13.css b/docs/manual/style/css/manual-sbar-left-fix13.css deleted file mode 100644 index 9fd974030d..0000000000 --- a/docs/manual/style/css/manual-sbar-left-fix13.css +++ /dev/null @@ -1,21 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-sbar-right-fix13.css); - -div#quickview { - left: 30px; -} - -/* move content right */ -div#page-content { - padding-top: 0; - margin-left: 13em; - margin-right: 0; - padding-right: 0; - padding-left: 30px; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-left-fix15-b.css b/docs/manual/style/css/manual-sbar-left-fix15-b.css deleted file mode 100644 index e7fa101956..0000000000 --- a/docs/manual/style/css/manual-sbar-left-fix15-b.css +++ /dev/null @@ -1,21 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-sbar-right-fix15-b.css); - -div#quickview { - left: 30px; -} - -/* move content right */ -div#page-content { - padding-top: 0; - margin-left: 13em; - margin-right: 0; - padding-right: 0; - padding-left: 30px; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-left-fix15.css b/docs/manual/style/css/manual-sbar-left-fix15.css deleted file mode 100644 index d4d028c3ef..0000000000 --- a/docs/manual/style/css/manual-sbar-left-fix15.css +++ /dev/null @@ -1,21 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-sbar-right-fix15.css); - -div#quickview { - left: 30px; -} - -/* move content right */ -div#page-content { - padding-top: 0; - margin-left: 13em; - margin-right: 0; - padding-right: 0; - padding-left: 30px; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-right-100pc-b.css b/docs/manual/style/css/manual-sbar-right-100pc-b.css deleted file mode 100644 index 18a8ca033a..0000000000 --- a/docs/manual/style/css/manual-sbar-right-100pc-b.css +++ /dev/null @@ -1,25 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-sbar-right-100pc.css); - -body, -h1, -h3, -div.example, -div.note, -div.warning { - color: #000; -} - -div#page-header p.apache { - background-color: #000; -} - -div#footer { - border-top-color: #000; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-right-100pc.css b/docs/manual/style/css/manual-sbar-right-100pc.css deleted file mode 100644 index 7daa87203e..0000000000 --- a/docs/manual/style/css/manual-sbar-right-100pc.css +++ /dev/null @@ -1,81 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-loose-100pc.css); - -/* sidebar */ -div#quickview { - position: absolute; - top: 4.9em; - right: 1em; - margin-left: 0; - margin-top: 40px; - padding: 4px; - width: 13.5em; - background-color: #f0f0f0; - color: inherit; -} - -div#quickview li { - font-size: smaller; -} - -div#quickview a:hover, -div#quickview a:active { - background-color: #fff; -} - -div#quickview h3 { - margin: 1em 0 0.3em 0.5em; - font-size: 1em; -} - -div#quickview h3.directives { - margin-top: 0.3em; -} - -div#quickview ul { - margin: 0 0 15px 0; - padding: 0; -} - -div#quickview ul#toc { - margin: 0 0 0 0.5em; - padding: 0; -} - -div#quickview ul#toc li { - margin: 0; - padding: 0; - list-style-type: none; -} - -div#quickview li img { - display: none; -} - -#manual-page div#quickview ul#toc, -div#quickview #topics, -div#quickview .seealso { - padding-left: 15px; -} - -#manual-page div#quickview ul#toc li, -div#quickview #topics li, -div#quickview .seealso li { - margin: 0 0 2px 0; - padding: 0; - list-style-type: square; - list-style-position: outside; -} - -/* move content left */ -div#page-content { - padding-top: 0; - margin-right: 13em; - padding-right: 30px; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-right-90pc-b.css b/docs/manual/style/css/manual-sbar-right-90pc-b.css deleted file mode 100644 index 3e91455a7f..0000000000 --- a/docs/manual/style/css/manual-sbar-right-90pc-b.css +++ /dev/null @@ -1,17 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-sbar-right-100pc-b.css); - -html { - font-size: 90%; -} - -div#quickview { - top: 5.5em; - margin-top: 39px; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-right-90pc.css b/docs/manual/style/css/manual-sbar-right-90pc.css deleted file mode 100644 index 244763fa28..0000000000 --- a/docs/manual/style/css/manual-sbar-right-90pc.css +++ /dev/null @@ -1,17 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-sbar-right-100pc.css); - -html { - font-size: 90%; -} - -div#quickview { - top: 5.5em; - margin-top: 39px; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-right-fix13-b.css b/docs/manual/style/css/manual-sbar-right-fix13-b.css deleted file mode 100644 index 5923967223..0000000000 --- a/docs/manual/style/css/manual-sbar-right-fix13-b.css +++ /dev/null @@ -1,25 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-sbar-right-fix13.css); - -body, -h1, -h3, -div.example, -div.note, -div.warning { - color: #000; -} - -div#page-header p.apache { - background-color: #000; -} - -div#footer { - border-top-color: #000; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-right-fix13.css b/docs/manual/style/css/manual-sbar-right-fix13.css deleted file mode 100644 index 762786a284..0000000000 --- a/docs/manual/style/css/manual-sbar-right-fix13.css +++ /dev/null @@ -1,57 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-sbar-right-100pc.css); - -html { - font-size: 13px; -} - -h1 { - font-size: 20px; -} - -h2 { - font-size: 18px; -} - -h3 { - font-size: 16px; -} - -/* titles for - * examples, notes and warnings - */ -div.example h3, -div.note h3, -div.warning h3, -div.example pre, -div.example code, -div.note pre, -div.warning pre { - font-size: 13px; -} - -div#page-header p.apache { - font-size: 16px; -} - -div#page-header p.menu, -div#path, -div#footer, -div#quickview li { - font-size: 11px; -} - -div#quickview { - top: 5.3em; - margin-top: 40px; -} - -div#quickview h3 { - font-size: 13px; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-right-fix15-b.css b/docs/manual/style/css/manual-sbar-right-fix15-b.css deleted file mode 100644 index 4c8dfd555c..0000000000 --- a/docs/manual/style/css/manual-sbar-right-fix15-b.css +++ /dev/null @@ -1,25 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-sbar-right-fix15.css); - -body, -h1, -h3, -div.example, -div.note, -div.warning { - color: #000; -} - -div#page-header p.apache { - background-color: #000; -} - -div#footer { - border-top-color: #000; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-right-fix15.css b/docs/manual/style/css/manual-sbar-right-fix15.css deleted file mode 100644 index a634f76e84..0000000000 --- a/docs/manual/style/css/manual-sbar-right-fix15.css +++ /dev/null @@ -1,57 +0,0 @@ -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * manual.css - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -@import url(manual-sbar-right-100pc.css); - -html { - font-size: 15px; -} - -h1 { - font-size: 22px; -} - -h2 { - font-size: 18px; -} - -h3 { - font-size: 16px; -} - -/* titles for - * examples, notes and warnings - */ -div.example h3, -div.note h3, -div.warning h3, -div.example pre, -div.example code, -div.note pre, -div.warning pre { - font-size: 15px; -} - -div#page-header p.apache { - font-size: 16px; -} - -div#page-header p.menu, -div#path, -div#footer, -div#quickview li { - font-size: 13px; -} - -div#quickview { - top: 5.2em; - margin-top: 40px; -} - -div#quickview h3 { - font-size: 15px; -} - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * -> The End <- - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */