From 1cd0a79fa2e02a1fea5c5e64a5025cf5bdc882f2 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Nov 12 2013 19:52:40 +0000 Subject: Update httpd-2.2.3-74.el5 web environment. - Previously, web applications required to duplicate logo and background images affecting corporate visual identity in order for them to have a unique visual style. When updating corporate visual identity it was required to update the same images in different places. This update concentrate all the images affecting corporate visual identity in one single place for web applications to load from. The visual style of web applications must be modified in order to call images affecting corporate visual identity from this common location. - Previously, logotypes for different web applications were made of one unique image composed of both The CentOS Logo and The Website Logo. This made the web browser to load different images for each different website, even The CentOS Logo part of the image was common to all different websites. This update splits website logos in two separate images. One for The CentOS Logo (the common part of the image) and other for The Website Logo (the unique part of the image). This way, the web browser doesn't need to load The CentOS Logo for all different web applications that use The CentOS Logo as part of The Website Logo. - Previously, there was not any customization for noindex.html file, the apache test page. This update adds customization for noindex.html file using The CentOS Project corporate visual style. - Update file names and directory structure. --- diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/bottom.html b/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/bottom.html deleted file mode 100644 index 57f1944..0000000 --- a/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/bottom.html +++ /dev/null @@ -1,18 +0,0 @@ -

- -

- -

- -

- -

Error

-
- - -
- - - - - - diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/noindex.html b/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/noindex.html new file mode 100755 index 0000000..183f12c --- /dev/null +++ b/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/noindex.html @@ -0,0 +1,120 @@ + + + + + Apache HTTP Server Test Page powered by CentOS + + + + + +

Apache 2 Test Page
+ powered by CentOS

+ +
+
+

This page is used to test the proper operation of the + Apache HTTP server after it has been installed. If you can + read this page it means that the Apache HTTP server installed + at this site is working properly.

+
+ +
+ +
+
+

If you are a member of the general public:

+ +

The fact that you are seeing this page indicates that + the website you just visited is either experiencing + problems or is undergoing routine maintenance.

+ +

If you would like to let the administrators of this + website know that you've seen this page instead of the page + you expected, you should send them e-mail. In general, mail + sent to the name "webmaster" and directed to the website's + domain should reach the appropriate person.

+ +

For example, if you experienced problems while visiting + www.example.com, you should send e-mail to + "webmaster@example.com".

+
+ +
+

If you are the website administrator:

+ +

You may now add content to the directory + /var/www/html/. Note that until you do so, people + visiting your website will see this page and not your content. + To prevent this page from ever being used, follow the + instructions in the file + /etc/httpd/conf.d/welcome.conf.

+ +

You are free to use the images below on Apache and CentOS + Linux powered HTTP servers. Thanks for using Apache and + CentOS!

+ +

[ Powered by Apache ] + +

+
+
+
+ +
+
+

About CentOS:

+ +

The Community ENTerprise Operating System + (CentOS) is an Enterprise-class Linux Distribution derived from + sources freely provided to the public by a prominent North + American Enterprise Linux vendor. CentOS conforms fully with the + upstream vendors redistribution policy and aims to be 100% + binary compatible. (CentOS mainly changes packages to remove + upstream vendor branding and artwork.) The CentOS Project is the + organization that builds CentOS.

+ +

For information on CentOS please visit the CentOS website.

+ +
+ + + + + + + + + + + +
[Note]Note
+ +

CentOS is an Operating System and it is used to + power this website; however, the webserver is owned by + the domain owner and not the CentOS Project. + If you have issues with the content of this + site, contact the owner of the domain, not the CentOS + project.

+ +

Unless this server is on the CentOS.org domain, + the CentOS Project doesn't have anything to do with + the content on this webserver or any e-mails that + directed you to this site.

+ +

For example, if this website is www.example.com, + you would find the owner of the example.com domain + at the following WHOIS server:

+ +

http://www.internic.net/whois.html

+ +
+
+
+
+ + diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/stylesheet.css b/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/stylesheet.css deleted file mode 100644 index 3eb61ad..0000000 --- a/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/stylesheet.css +++ /dev/null @@ -1,55 +0,0 @@ -/* - * stylesheet.css -- This file customizes the error screens produced - * by httpd, using The CentOS Project corporate visual style. - * - * Copyright (C) 2013 The CentOS Artwork SIG - * - * This CSS 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 CSS 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., 675 Mass Ave, Cambridge, MA 02139, USA. - * - */ - -/* Reset browser and set default values. ------------------------------------------------*/ -@import url(../stylesheet.css); - -/* ------------------------------------------------*/ - -body { - background: transparent; - } - -h2 { - border-top: 1px solid #ccc; - } - -#message { - background: #FFF; - margin: 60px 10%; - border-radius: 5px; - border: 1px solid #CCC; - } - -#message-content { - padding: 15px 30px; - } - -#footer { - font-size: x-small; - } - -address { - margin: 0; - } diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/suggestion.html.var b/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/suggestion.html.var deleted file mode 100644 index 150a748..0000000 --- a/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/suggestion.html.var +++ /dev/null @@ -1,12 +0,0 @@ -Content-language: en -Content-type: text/html; charset=ISO-8859-1 -Body:----------en-- -Or, if you are lost, go to home page so you can start again. -----------en-- - -Content-language: es -Content-type: text/html; charset=ISO-8859-1 -Body:----------es-- -O, si usted está perdido, vaya a la página -inicial para que pueda comenzar de nuevo. -----------es-- diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/top.html b/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/top.html deleted file mode 100644 index 5d0637c..0000000 --- a/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/top.html +++ /dev/null @@ -1,22 +0,0 @@ -"?> - -" xml:lang=""> - -<!--#echo encoding="none" var="TITLE" --> -" /> - - - - - -
-
-

-

diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/centos-people-logo.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/centos-people-logo.png deleted file mode 100644 index d9c9887..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/centos-people-logo.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/favicon.ico b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/favicon.ico deleted file mode 100755 index babbccd..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/favicon.ico and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/favicon.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/favicon.png deleted file mode 100755 index 46a727e..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/favicon.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/h1.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/h1.png deleted file mode 100755 index 003128c..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/h1.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/h2.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/h2.png deleted file mode 100755 index 7966dc0..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/h2.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/header.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/header.png deleted file mode 100755 index db54c7e..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/header.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/html.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/html.png deleted file mode 100755 index ccfa402..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/html.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-back.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-back.png deleted file mode 100755 index e53aef7..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-back.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-binary.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-binary.png deleted file mode 100755 index 2bb2adf..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-binary.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-cd.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-cd.png deleted file mode 100755 index 40add33..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-cd.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-compressed.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-compressed.png deleted file mode 100755 index 7d2fcad..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-compressed.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-folder.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-folder.png deleted file mode 100755 index b275e71..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-folder.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-html.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-html.png deleted file mode 100755 index 4125479..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-html.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-image.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-image.png deleted file mode 100755 index 88cb25f..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-image.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-inkscape.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-inkscape.png deleted file mode 100755 index eaeea14..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-inkscape.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-layout.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-layout.png deleted file mode 100755 index ae58127..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-layout.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-movie.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-movie.png deleted file mode 100755 index b9f5e33..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-movie.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-powered_by_rh.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-powered_by_rh.png deleted file mode 100755 index 0d4f578..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-powered_by_rh.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-script.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-script.png deleted file mode 100755 index c5418c5..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-script.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-sound.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-sound.png deleted file mode 100755 index 4b68717..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-sound.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-text.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-text.png deleted file mode 100755 index 10ac578..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-text.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-unknown.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-unknown.png deleted file mode 100755 index a709011..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-unknown.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-warning.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-warning.png deleted file mode 100755 index a25f757..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/icon-warning.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/message-error.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/message-error.png deleted file mode 100755 index 2dfcf09..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/message-error.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/message-success.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/message-success.png deleted file mode 100755 index f4ca7ca..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/message-success.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/message-warning.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/message-warning.png deleted file mode 100755 index 25a57b5..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/message-warning.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/message.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/message.png deleted file mode 100755 index 7a816cf..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/message.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/navibartop-hover.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/navibartop-hover.png deleted file mode 100755 index 1d5596e..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/navibartop-hover.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/navibartop.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/navibartop.png deleted file mode 100755 index 936da33..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/navibartop.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/ul.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/ul.png deleted file mode 100755 index fd89ccd..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/ul.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/unknown.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/unknown.png deleted file mode 100755 index bb4cc0c..0000000 Binary files a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/unknown.png and /dev/null differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/bottom.html b/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/bottom.html deleted file mode 100644 index b4c0916..0000000 --- a/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/bottom.html +++ /dev/null @@ -1,22 +0,0 @@ - -

-
- - - - - - - - diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/indexof.html.var b/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/indexof.html.var deleted file mode 100644 index d24ec9d..0000000 --- a/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/indexof.html.var +++ /dev/null @@ -1,11 +0,0 @@ -Content-language: en -Content-type: text/html; charset=ISO-8859-1 -Body:----------en-- -Index of -----------en-- - -Content-language: es -Content-type: text/html; charset=ISO-8859-1 -Body:----------es-- -Índice de -----------es-- diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/stylesheet.css b/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/stylesheet.css deleted file mode 100755 index 1511d74..0000000 --- a/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/stylesheet.css +++ /dev/null @@ -1,126 +0,0 @@ -/* - * stylesheet.css -- This file customizes the directory listing - * screens produced by httpd, using The CentOS Project corporate - * visual style. - * - * Copyright (C) 2013 The CentOS Artwork SIG - * - * This CSS 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 CSS 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., 675 Mass Ave, Cambridge, MA 02139, USA. - * - */ - -/* Reset browser's default values. ------------------------------------------------*/ -@import url(../stylesheet.css); - -/* ------------------------------------------------*/ - -body { - padding: 0px; -} - -/* Tables ------------------------------------------------*/ - -table { - border-collapse: collapse; -} - -table tr td, -table tr th { - border: none; - padding: 0.3em; - vertical-align: middle; -} - -address { line-height: 2em; color: #ccc; font-size: small;} - -#wrap, -#header, -#footer { - min-width: 728px; - } - -/* Header ------------------------------------------------*/ - -#header, -#footer{ - background: #204C8D url("/webenv/images/header.png") 0 0 repeat; - min-height: 46px; - } - -/* Content ------------------------------------------------*/ - -#wrap { - background-color: #FFF; - padding: 0 10px; - } - -#page { - padding: 10px; - } - -.pageline { - clear: both; - margin: 0; - padding: 0; - width: 100%; - /* sync these values, line-height is needed for IE */ - height: 5px; - line-height: 5px; - background: #628ECA; - } - -#logo img { - border: none; - margin-left: 10px; - } - -#content { - } - -#header .indexof { - border-bottom: 2px dotted #628ECA; - border-top: 1px solid #C9C9C9; -} - -#footer .indexof { - border-bottom: 1px solid #C9C9C9; - border-top: 2px dotted #628ECA; -} - -.indexof { - background: none repeat scroll 0 0 #EDF4FF; - clear: both; - display: block; - padding-left: 20px; - font-weight: bold; - line-height: 2em; -} - -#footer #credits { - color: #EEEEEE; - font-size: x-small; - padding: 1em; - text-align: left; -} - -#footer #credits a { - color: #FFF; - font-style: italic; - } diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/top.html b/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/top.html deleted file mode 100644 index 66d6ff3..0000000 --- a/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/top.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - <!--#include virtual="/webenv/indexes/indexof.html.var" --> - - - - - - -
- - - -
- -
- diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/stylesheet.css b/Artworks/Webenv/Httpd/2.2.3-74.el5/stylesheet.css deleted file mode 100755 index fe2fe96..0000000 --- a/Artworks/Webenv/Httpd/2.2.3-74.el5/stylesheet.css +++ /dev/null @@ -1,257 +0,0 @@ -/* - * stylesheet.css -- This file resets the browser's default visual - * style using The CentOS Project corporate visual style. - * - * Copyright (C) 2013 The CentOS Artwork SIG - * - * This CSS 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 CSS 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., 675 Mass Ave, Cambridge, MA 02139, USA. - * - */ - -/* Reset browsers default margins and paddings ------------------------------------------------*/ - -* { - margin: 0; - padding: 0; - } - -/* Define html ------------------------------------------------*/ - -html { - background-color: #FFF; - background-image: url("/webenv/images/html.png"); - } - -/* Define body ------------------------------------------------*/ - -body { - font-family: "DejaVu Sans", "Liberation Sans", sans-serif; - font-size: 0.85em; - margin: 0 30px 0 30px; /* <- with 30px of left and right margin */ - color: #000; - background: #FFF; - } - -/* Links ------------------------------------------------*/ - -a:link { text-decoration: none; color: #0044B3; } -a:hover { text-decoration: underline; color: green; } -a:active { text-decoration: underline; color: green; } -a:visited { text-decoration: none; color: #0044B3; } -a:visited:hover { text-decoration: underline; color: green; } - -/* Headings ------------------------------------------------*/ - -h1 { - font-size: 2em; - line-height: 1.5em; - } - -h2 { - font-size: 1.5em; - line-height: 1.5em; - margin-top: 1.5em; - } - -h3 { - font-size: 1.2em; - line-height: 1.2em; - margin-top: 1.2em; - } - -h4 { - font-size: 1.2em; - line-height: 1.2em; - margin-top: 1.2em; - } - -h5 { - font-size: 1.1em; - line-height: 1.1em; - margin-top: 1.1em; - } - -h6 { - font-size: 1em; - line-height: 1em; - margin-top: 1em; - } - -/* Paragraphs ------------------------------------------------*/ - -p { - margin: 1em 0 1.5em 0; - line-height: 1.5em; - } - -/* Images ------------------------------------------------*/ - -img { - border: none; - } - -/* Quotations ------------------------------------------------*/ - -blockquote { - background: #fafafa; - border-color: #eeeeee; - border-width: 1px; - border-style: solid; - border-left-width: 4px; - margin-left: 1.5em; - padding: 0.5em; - margin-top: 1em; - margin-bottom: 1.3em; - } - -q:before { - content: " “"; - } - -q:after { - content: "” "; - } - -q q:before { - content: " ‘"; - } - -q q:after { - content: "’ "; - } - -address { - margin-left: 1.5em; - } - -/* Preformatted Texts ------------------------------------------------*/ - -pre { - font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; - padding: 0.7em 1em; - margin: 1em 0 1.5em 0; - white-space: pre; - border-width: 1px; - border-style: solid; - border-color: #E5E5E5; - border-left-width: 5px; - background: #FFFAE9; - overflow: auto; - } - -/* Phrase Elements ------------------------------------------------*/ - -tt, -samp, -kbd, -code { - font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; - white-space: nowrap; - } - -/* Page Lines ------------------------------------------------*/ - -hr { - clear: both; - height: 1px ! important; - border: none; - background-color: #DADADA; - } - -/* Lists ------------------------------------------------*/ - -ul, -ol, -dl { - margin: 1.5em 0 1.5em 2.5em; - } - -ul { - list-style: circle outside url("images/ul.png"); - } - -ol { - list-style-image: none !important; - } - -ul li, -ol li { - line-height: 1.5em; - } - -ul ul, -ul ol, -ol ul, -ol ol { - margin-top: 0.3em; - margin-bottom: 0.3em; - } - -ul li p, -ol li p { - margin-bottom: 0.3em; - } - -dl dd { - margin-left: 2.5em; - } - -dl ol, -dl ul { - margin-left: 3.5em; - } - -/* Tables ------------------------------------------------*/ - -table { - border-collapse: collapse; - } - -table caption { - font-style: italic; - text-align: center; - } - -table tr th { - font-weight: bold; - } - -table tr td, -table tr th { - border: 1pt; - border-style: solid; - border-color: #CCC; - padding: 0.5em; - vertical-align: top; - } - -table tr td p, -table tr td pre { - margin: 0; - padding: 0; - } diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv.conf b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv.conf index 7eb5a4d..85aa518 100644 --- a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv.conf +++ b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv.conf @@ -1,9 +1,9 @@ ###################################################################### # # webenv.conf -- This httpd configuration file customizes the -# presentation of errors and directory listing screens produced by -# httpd. The customization is based on The CentOS Project corporate -# visual style. +# presentation of errors and directory listing produced by httpd web +# server. The customization is based on The CentOS Project +# corporate visual style. # # Copyright (C) 2013 The CentOS Artwork SIG # @@ -34,7 +34,7 @@ RewriteCond %{HTTPS} !=on RewriteRule ^/(.*) https://%{SERVER_NAME}/$1 [R,L] ###################################################################### -# Error Screens' Customization +# Errors' Customization ###################################################################### Alias /error/include/ "/var/www/webenv/errors/" diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/errors/bottom.html b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/errors/bottom.html new file mode 100644 index 0000000..57f1944 --- /dev/null +++ b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/errors/bottom.html @@ -0,0 +1,18 @@ +

+ +

+ +

+ +

+ +

Error

+
+ - +
+ +
+
+ + + diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/errors/stylesheet.css b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/errors/stylesheet.css new file mode 100644 index 0000000..3eb61ad --- /dev/null +++ b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/errors/stylesheet.css @@ -0,0 +1,55 @@ +/* + * stylesheet.css -- This file customizes the error screens produced + * by httpd, using The CentOS Project corporate visual style. + * + * Copyright (C) 2013 The CentOS Artwork SIG + * + * This CSS 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 CSS 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + +/* Reset browser and set default values. +-----------------------------------------------*/ +@import url(../stylesheet.css); + +/* +-----------------------------------------------*/ + +body { + background: transparent; + } + +h2 { + border-top: 1px solid #ccc; + } + +#message { + background: #FFF; + margin: 60px 10%; + border-radius: 5px; + border: 1px solid #CCC; + } + +#message-content { + padding: 15px 30px; + } + +#footer { + font-size: x-small; + } + +address { + margin: 0; + } diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/errors/suggestion.html.var b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/errors/suggestion.html.var new file mode 100644 index 0000000..150a748 --- /dev/null +++ b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/errors/suggestion.html.var @@ -0,0 +1,12 @@ +Content-language: en +Content-type: text/html; charset=ISO-8859-1 +Body:----------en-- +Or, if you are lost, go to home page so you can start again. +----------en-- + +Content-language: es +Content-type: text/html; charset=ISO-8859-1 +Body:----------es-- +O, si usted está perdido, vaya a la página +inicial para que pueda comenzar de nuevo. +----------es-- diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/errors/top.html b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/errors/top.html new file mode 100644 index 0000000..5d0637c --- /dev/null +++ b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/errors/top.html @@ -0,0 +1,22 @@ +"?> + +" xml:lang=""> + +<!--#echo encoding="none" var="TITLE" --> +" /> + + + + + +
+
+

+

diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/httpd/stylesheet.css b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/httpd/stylesheet.css new file mode 100644 index 0000000..44eca18 --- /dev/null +++ b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/httpd/stylesheet.css @@ -0,0 +1,195 @@ +/* + * stylesheet.css -- This file customizes httpd default visual style + * using The CentOS Project corporate visual style. + * + * Copyright (C) 2013 The CentOS Artwork SIG + * + * This CSS 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 CSS 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + +/* Reset browsers defaults +-----------------------------------------------*/ +@import url("/webenv/stylesheet.css"); + +/* Special decoration for some links' classes +-----------------------------------------------*/ +a.www:before, +a.http:before, +a.https:before { + white-space: nowrap; + content: url("/webenv/images/a-www.png"); + margin: 0 0.2em; + } + +/* Body +-----------------------------------------------*/ +body { + padding: 0 40px; + } + +/* Headings +-----------------------------------------------*/ +h1.title { + background: #204C8D url("/webenv/images/header.png") 0 0 repeat; + color: #fff; + padding: 1.5em; + text-align: center; + } + +h2 { + margin-top: 0.3em; + font-size: 1.3em; + } + +/* Page Content +-----------------------------------------------*/ +div.content { + padding: 1em 5em; + clear: both; + } + +div.content-columns { + /* Setting relative positioning allows for + absolute positioning for sub-classes */ + position: relative; + padding-top: 1em; + } + +div.content-column-left { + /* Value for IE/Win; will be overwritten for other browsers */ + width: 47%; + padding-right: 3%; + float: left; + } + +div.content-column-right { + /* Values for IE/Win; will be overwritten for other browsers */ + width: 47%; + padding-left: 3%; + float: left; + } + +div.content-columns>.content-column-left, +div.content-columns>.content-column-right { + /* Non-IE/Win */ + } + +img { + border: 2px solid #fff; + padding: 2px; + margin: 2px; + } + +a:hover img { + border: 2px solid #3399FF; + } + +.small { font-size: small; } + +/* Admonitions +-----------------------------------------------*/ + +div.note, +div.tip, +div.important, +div.caution, +div.warning { + margin: 1.5em 0 1.5em 0 !important; + padding-left: 0.2em; + } + +div.note img, +div.tip img, +div.important img, +div.caution img, +div.warning img { + border: none; + } + +div.note table, div.note table, +div.tip table, div.tip table, +div.important table, div.important table, +div.caution table, div.caution table, +div.warning table, div.warning table { + margin: 0; + border-width: 1px; + border-left-width: 5px; + border-style: solid; + width: 100%; + } + +div.note table, +div.tip table, +div.important table, +div.caution table, +div.warning table { + border-color: #F6E7D2; + background-color: #FFF8EC; + background-image: url("/webenv/images/msg-bg-orange.png"); + } + +div.note table { + border-color: #D2E0F6; + background-color: #ECF4FF; + background-image: url("/webenv/images/msg-bg-blue.png"); + } + +div.note table th, div.note table td, +div.tip table th, div.tip table td, +div.important table th, div.important table td, +div.caution table th, div.caution table td, +div.warning table th, div.warning table td { + padding: 0; + border: none; + } + +div.note table th, +div.tip table th, +div.important table th, +div.caution table th, +div.warning table th { + font-size: 1.4em; + padding: 1em 0 0 0; + } + +div.note table td img, +div.tip table td img, +div.important table td img, +div.caution table td img, +div.warning table td img { + margin: 10px; + } + +div.note table td p, +div.tip table td p, +div.important table td p, +div.caution table td p, +div.warning table td p { + margin: 10px 25px 15px 0; + } + +div.note pre, +div.tip pre, +div.important pre, +div.caution pre, +div.warning pre { + border: none; + background: #0F0F0F; + color: #FFFFFF; + margin: 0 15px 1em 0; + padding: 0.5em 1em 0.5em 1em; + } + diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/a-attach.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/a-attach.png new file mode 100644 index 0000000..7e4badb Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/a-attach.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/a-mail.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/a-mail.png new file mode 100644 index 0000000..0e53ed9 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/a-mail.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/a-www.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/a-www.png new file mode 100644 index 0000000..9bb8051 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/a-www.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/caution.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/caution.png new file mode 100644 index 0000000..b51b7e1 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/caution.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/error.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/error.png new file mode 100644 index 0000000..1f87a5e Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/error.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/favicon.ico b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/favicon.ico new file mode 100644 index 0000000..babbccd Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/favicon.ico differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/favicon.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/favicon.png new file mode 100644 index 0000000..46a727e Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/favicon.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/h1.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/h1.png new file mode 100644 index 0000000..966b7ed Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/h1.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/h2.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/h2.png new file mode 100644 index 0000000..7966dc0 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/h2.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/header.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/header.png new file mode 100644 index 0000000..db54c7e Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/header.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/html.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/html.png new file mode 100644 index 0000000..ccfa402 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/html.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-back.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-back.png new file mode 100644 index 0000000..e53aef7 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-back.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-binary.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-binary.png new file mode 100644 index 0000000..2bb2adf Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-binary.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-cd.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-cd.png new file mode 100644 index 0000000..40add33 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-cd.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-compressed.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-compressed.png new file mode 100644 index 0000000..7d2fcad Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-compressed.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-folder.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-folder.png new file mode 100644 index 0000000..b275e71 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-folder.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-html.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-html.png new file mode 100644 index 0000000..4125479 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-html.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-image.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-image.png new file mode 100644 index 0000000..88cb25f Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-image.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-inkscape.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-inkscape.png new file mode 100644 index 0000000..eaeea14 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-inkscape.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-layout.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-layout.png new file mode 100644 index 0000000..ae58127 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-layout.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-movie.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-movie.png new file mode 100644 index 0000000..b9f5e33 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-movie.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-powered_by_centos.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-powered_by_centos.png new file mode 100644 index 0000000..9e390b2 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-powered_by_centos.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-script.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-script.png new file mode 100644 index 0000000..c5418c5 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-script.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-sound.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-sound.png new file mode 100644 index 0000000..4b68717 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-sound.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-text.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-text.png new file mode 100644 index 0000000..10ac578 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-text.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-unknown.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-unknown.png new file mode 100644 index 0000000..a709011 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-unknown.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-warning.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-warning.png new file mode 100644 index 0000000..a25f757 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/icon-warning.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/important.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/important.png new file mode 100644 index 0000000..6da9a42 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/important.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo-artwork.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo-artwork.png new file mode 100644 index 0000000..7e6038b Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo-artwork.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo-bugs.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo-bugs.png new file mode 100644 index 0000000..cb44155 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo-bugs.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo-documentation.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo-documentation.png new file mode 100644 index 0000000..e75c61a Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo-documentation.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo-people.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo-people.png new file mode 100644 index 0000000..bc2a786 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo-people.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo-projects.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo-projects.png new file mode 100644 index 0000000..0690171 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo-projects.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo-wiki.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo-wiki.png new file mode 100644 index 0000000..8112f4d Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo-wiki.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo.png new file mode 100644 index 0000000..e968faf Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/logo.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/msg-bg-blue.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/msg-bg-blue.png new file mode 100644 index 0000000..415e1b8 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/msg-bg-blue.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/msg-bg-gray.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/msg-bg-gray.png new file mode 100644 index 0000000..f7e8010 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/msg-bg-gray.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/msg-bg-green.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/msg-bg-green.png new file mode 100644 index 0000000..3df0716 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/msg-bg-green.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/msg-bg-orange.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/msg-bg-orange.png new file mode 100644 index 0000000..583cdc0 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/msg-bg-orange.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/msg-bg-red.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/msg-bg-red.png new file mode 100644 index 0000000..19d7cd2 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/msg-bg-red.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/msg-bg-violet.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/msg-bg-violet.png new file mode 100644 index 0000000..fad5e22 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/msg-bg-violet.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/navibar-bottom-hover.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/navibar-bottom-hover.png new file mode 100644 index 0000000..9bbc244 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/navibar-bottom-hover.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/navibar-bottom.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/navibar-bottom.png new file mode 100644 index 0000000..0b63cb9 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/navibar-bottom.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/navibar-top-hover.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/navibar-top-hover.png new file mode 100644 index 0000000..1d5596e Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/navibar-top-hover.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/navibar-top.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/navibar-top.png new file mode 100644 index 0000000..936da33 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/navibar-top.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/note.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/note.png new file mode 100644 index 0000000..871a13f Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/note.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/success.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/success.png new file mode 100644 index 0000000..6ba0579 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/success.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/tip.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/tip.png new file mode 100644 index 0000000..b5414d3 Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/tip.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/ul.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/ul.png new file mode 100644 index 0000000..fd89ccd Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/ul.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/unknown.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/unknown.png new file mode 100644 index 0000000..bb4cc0c Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/unknown.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/warning.png b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/warning.png new file mode 100644 index 0000000..044bdca Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/images/warning.png differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/indexes/bottom.html b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/indexes/bottom.html new file mode 100644 index 0000000..b4c0916 --- /dev/null +++ b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/indexes/bottom.html @@ -0,0 +1,22 @@ + +

+
+ + + +
+ + + + diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/indexes/indexof.html.var b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/indexes/indexof.html.var new file mode 100644 index 0000000..d24ec9d --- /dev/null +++ b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/indexes/indexof.html.var @@ -0,0 +1,11 @@ +Content-language: en +Content-type: text/html; charset=ISO-8859-1 +Body:----------en-- +Index of +----------en-- + +Content-language: es +Content-type: text/html; charset=ISO-8859-1 +Body:----------es-- +Índice de +----------es-- diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/indexes/stylesheet.css b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/indexes/stylesheet.css new file mode 100755 index 0000000..a5b479e --- /dev/null +++ b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/indexes/stylesheet.css @@ -0,0 +1,129 @@ +/* + * stylesheet.css -- This file customizes the directory listing + * screens produced by httpd, using The CentOS Project corporate + * visual style. + * + * Copyright (C) 2013 The CentOS Artwork SIG + * + * This CSS 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 CSS 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + +/* Reset browser's default values. +-----------------------------------------------*/ +@import url(../stylesheet.css); + +/* +-----------------------------------------------*/ + +body { + padding: 0px; +} + +/* Tables +-----------------------------------------------*/ + +table { + border-collapse: collapse; +} + +table tr td, +table tr th { + border: none; + padding: 0.3em; + vertical-align: middle; +} + +address { line-height: 2em; color: #ccc; font-size: small;} + +#wrap, +#header, +#footer { + min-width: 728px; + } + +/* Header +-----------------------------------------------*/ + +#header, +#footer{ + background: #204C8D url("/webenv/images/header.png") 0 0 repeat; + min-height: 46px; + } + +/* Content +-----------------------------------------------*/ + +#wrap { + background-color: #FFF; + padding: 0 10px; + } + +#page { + padding: 10px; + } + +.pageline { + clear: both; + margin: 0; + padding: 0; + width: 100%; + /* sync these values, line-height is needed for IE */ + height: 5px; + line-height: 5px; + background: #628ECA; + } + +div#logo { + padding-left: 10px; + } + +div#logo img { + border: none; + } + +#content { + } + +#header .indexof { + border-bottom: 2px dotted #628ECA; + border-top: 1px solid #C9C9C9; +} + +#footer .indexof { + border-bottom: 1px solid #C9C9C9; + border-top: 2px dotted #628ECA; +} + +.indexof { + background: none repeat scroll 0 0 #EDF4FF; + clear: both; + display: block; + padding-left: 20px; + font-weight: bold; + line-height: 2em; +} + +#footer #credits { + color: #EEEEEE; + font-size: x-small; + padding: 1em; + text-align: left; +} + +#footer #credits a { + color: #FFF; + font-style: italic; + } diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/indexes/top.html b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/indexes/top.html new file mode 100644 index 0000000..1103498 --- /dev/null +++ b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/indexes/top.html @@ -0,0 +1,27 @@ + + + + <!--#include virtual="/webenv/indexes/indexof.html.var" --> + + + + + + +
+ + + +
+ +
+ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/stylesheet.css b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/stylesheet.css new file mode 100755 index 0000000..fe2fe96 --- /dev/null +++ b/Artworks/Webenv/Httpd/2.2.3-74.el5/webenv/stylesheet.css @@ -0,0 +1,257 @@ +/* + * stylesheet.css -- This file resets the browser's default visual + * style using The CentOS Project corporate visual style. + * + * Copyright (C) 2013 The CentOS Artwork SIG + * + * This CSS 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 CSS 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + +/* Reset browsers default margins and paddings +-----------------------------------------------*/ + +* { + margin: 0; + padding: 0; + } + +/* Define html +-----------------------------------------------*/ + +html { + background-color: #FFF; + background-image: url("/webenv/images/html.png"); + } + +/* Define body +-----------------------------------------------*/ + +body { + font-family: "DejaVu Sans", "Liberation Sans", sans-serif; + font-size: 0.85em; + margin: 0 30px 0 30px; /* <- with 30px of left and right margin */ + color: #000; + background: #FFF; + } + +/* Links +-----------------------------------------------*/ + +a:link { text-decoration: none; color: #0044B3; } +a:hover { text-decoration: underline; color: green; } +a:active { text-decoration: underline; color: green; } +a:visited { text-decoration: none; color: #0044B3; } +a:visited:hover { text-decoration: underline; color: green; } + +/* Headings +-----------------------------------------------*/ + +h1 { + font-size: 2em; + line-height: 1.5em; + } + +h2 { + font-size: 1.5em; + line-height: 1.5em; + margin-top: 1.5em; + } + +h3 { + font-size: 1.2em; + line-height: 1.2em; + margin-top: 1.2em; + } + +h4 { + font-size: 1.2em; + line-height: 1.2em; + margin-top: 1.2em; + } + +h5 { + font-size: 1.1em; + line-height: 1.1em; + margin-top: 1.1em; + } + +h6 { + font-size: 1em; + line-height: 1em; + margin-top: 1em; + } + +/* Paragraphs +-----------------------------------------------*/ + +p { + margin: 1em 0 1.5em 0; + line-height: 1.5em; + } + +/* Images +-----------------------------------------------*/ + +img { + border: none; + } + +/* Quotations +-----------------------------------------------*/ + +blockquote { + background: #fafafa; + border-color: #eeeeee; + border-width: 1px; + border-style: solid; + border-left-width: 4px; + margin-left: 1.5em; + padding: 0.5em; + margin-top: 1em; + margin-bottom: 1.3em; + } + +q:before { + content: " “"; + } + +q:after { + content: "” "; + } + +q q:before { + content: " ‘"; + } + +q q:after { + content: "’ "; + } + +address { + margin-left: 1.5em; + } + +/* Preformatted Texts +-----------------------------------------------*/ + +pre { + font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; + padding: 0.7em 1em; + margin: 1em 0 1.5em 0; + white-space: pre; + border-width: 1px; + border-style: solid; + border-color: #E5E5E5; + border-left-width: 5px; + background: #FFFAE9; + overflow: auto; + } + +/* Phrase Elements +-----------------------------------------------*/ + +tt, +samp, +kbd, +code { + font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; + white-space: nowrap; + } + +/* Page Lines +-----------------------------------------------*/ + +hr { + clear: both; + height: 1px ! important; + border: none; + background-color: #DADADA; + } + +/* Lists +-----------------------------------------------*/ + +ul, +ol, +dl { + margin: 1.5em 0 1.5em 2.5em; + } + +ul { + list-style: circle outside url("images/ul.png"); + } + +ol { + list-style-image: none !important; + } + +ul li, +ol li { + line-height: 1.5em; + } + +ul ul, +ul ol, +ol ul, +ol ol { + margin-top: 0.3em; + margin-bottom: 0.3em; + } + +ul li p, +ol li p { + margin-bottom: 0.3em; + } + +dl dd { + margin-left: 2.5em; + } + +dl ol, +dl ul { + margin-left: 3.5em; + } + +/* Tables +-----------------------------------------------*/ + +table { + border-collapse: collapse; + } + +table caption { + font-style: italic; + text-align: center; + } + +table tr th { + font-weight: bold; + } + +table tr td, +table tr th { + border: 1pt; + border-style: solid; + border-color: #CCC; + padding: 0.5em; + vertical-align: top; + } + +table tr td p, +table tr td pre { + margin: 0; + padding: 0; + } diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/welcome.conf b/Artworks/Webenv/Httpd/2.2.3-74.el5/welcome.conf new file mode 100644 index 0000000..526048e --- /dev/null +++ b/Artworks/Webenv/Httpd/2.2.3-74.el5/welcome.conf @@ -0,0 +1,11 @@ +# +# This configuration file enables the default "Welcome" +# page if there is no default index page present for +# the root URL. To disable the Welcome page, comment +# out all the lines below. +# + + Options -Indexes + ErrorDocument 403 /webenv/errors/noindex.html + +