From d4f4ce33b034830d705deba98073b8eddb205f3c Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 09 2012 01:29:09 +0000 Subject: Add `trunk/Identity/Webenv/Themes/Default/Docbook-style-xsl' file. --- diff --git a/Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/base.css b/Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/base.css new file mode 100755 index 0000000..4481bab --- /dev/null +++ b/Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/base.css @@ -0,0 +1,29 @@ +/* + * Docbook -> Main blocks + * + * Copyright (C) 2009, 2010, 2011 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. + * + * ---------------------------------------------------------------------- + * $Id: base.css 5257 2012-08-28 18:02:18Z al $ + * ---------------------------------------------------------------------- + */ + +body { + clear: both; + padding: 0 40px 1em 40px; + background-color: #FFF; + } diff --git a/Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/headings.css b/Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/headings.css new file mode 100755 index 0000000..bea4557 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/headings.css @@ -0,0 +1,83 @@ +/* + * Docbook -> Headings + * + * Copyright (C) 2009, 2010, 2011 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. + * + * ---------------------------------------------------------------------- + * $Id: headings.css 5257 2012-08-28 18:02:18Z al $ + * ---------------------------------------------------------------------- + */ + +div.book > div.titlepage h1.title, +div.article > div.titlepage h1.title, +div.part > div.titlepage h1.title { + background-color: #204c8d; + background-image: url("../images/h1-bg.png"); + color: #fff; + padding: 1.5em; + text-align: center; + } + +div.book > div.titlepage div.author { + } + +div.book > div.titlepage h2.subtitle, +div.book > div.titlepage h3.author { + margin-top: 0.5em; + } + +div.book > div.titlepage p.copyright { + } + +div.book > div.titlepage div.legalnotice { + margin-bottom: 1.5em; + } + +div.book > div.titlepage div.revhistory { + margin-bottom: 1.5em; + } + +div.book > div.titlepage div.abstract p.title { + margin-bottom: 0; + } + +div.preface > div.titlepage h2.title { + font-size: 2em; + margin-top: 1em; + } + +div.appendix > div.titlepage h2.title, +div.chapter > div.titlepage h2.title { + margin-top: 1em; + font-size: 1.7em; + } + +div.sect1 > div.titlepage h2.title, +div.section > div.titlepage h2.title { + margin-top: 1em; + font-size: 1.7em; + } + +div.sect2 > div.titlepage h3.title, +div.section > div.titlepage h3.title { + font-size: 1.4em; + } + +div.sect3 > div.titlepage h4.title, +div.section > div.titlepage h4.title { + font-size: 1.2em; + } diff --git a/Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/lists.css b/Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/lists.css new file mode 100755 index 0000000..35877f6 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/lists.css @@ -0,0 +1,60 @@ +/* + * Docbook -> Lists + * + * Copyright (C) 2009, 2010, 2011 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. + * + * ---------------------------------------------------------------------- + * $Id: lists.css 5257 2012-08-28 18:02:18Z al $ + * ---------------------------------------------------------------------- + */ + +ul { + /* + list-style: url("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/ul.png") disc; + */ + } + +span.term { + font-weight: bold; + } + +/* Table of contents +-----------------------------------------------*/ + +.toc, +.list-of-figures, +.list-of-examples { + margin: 1em 0 2em 0; + } + +.toc dl, +.list-of-figures dl, +.list-of-examples dl { + margin: 0; + } + +.toc dl dt, +.list-of-figures dl dt, +.list-of-examples dl dt { + margin: 0.3em 0 0.3em 0; + } + +.toc p, +.list-of-figures p, +.list-of-examples p { + margin-bottom: 0.5em; + } diff --git a/Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/paragraphs.css b/Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/paragraphs.css new file mode 100755 index 0000000..024d0f3 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/paragraphs.css @@ -0,0 +1,59 @@ +/* + * Docbook -> Paragraphs + * + * Copyright (C) 2009, 2010, 2011 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. + * + * ---------------------------------------------------------------------- + * $Id: paragraphs.css 5257 2012-08-28 18:02:18Z al $ + * ---------------------------------------------------------------------- + */ + +p { + text-align:justify; + } + +.footnote:hover { + background-color: #EEE; + cursor: help; + } + +.footnote p { + font-size: small; + padding: 0.5em; + margin: 0; + } + +/* Phrase elements +-----------------------------------------------*/ + +.command, +.package { + font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; + } + +.replaceable:before { + content: "<"; + } + +.replaceable:after { + content: ">"; + } + +.prompt { + background-color: #FFFAE9; + } + diff --git a/Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/stylesheet.css b/Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/stylesheet.css new file mode 100755 index 0000000..1b8b901 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/stylesheet.css @@ -0,0 +1,38 @@ +/* + * Docbook + * + * Copyright (C) 2009, 2010, 2011 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. + * + * ---------------------------------------------------------------------- + * $Id: default.css 5257 2012-08-28 18:02:18Z al $ + * ---------------------------------------------------------------------- + */ + +/* Reset browser's default definitions. +--------------------------------------------------------------------*/ +@import url("reset.css"); + +/* Customize default definitions. +--------------------------------------------------------------------*/ +@import url("base.css"); +@import url("headings.css"); +@import url("paragraphs.css"); +@import url("lists.css"); +@import url("tables.css"); + +/* Miscellaneous definitions. +--------------------------------------------------------------------*/ diff --git a/Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/tables.css b/Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/tables.css new file mode 100755 index 0000000..26cdf07 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/tables.css @@ -0,0 +1,142 @@ +/* + * Docbook -> Tables + * + * Copyright (C) 2009, 2010, 2011 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. + * + * ---------------------------------------------------------------------- + * $Id: tables.css 5257 2012-08-28 18:02:18Z al $ + * ---------------------------------------------------------------------- + */ + +/* Revision History +-----------------------------------------------*/ + +div.revhistory table th, +div.revhistory table td { + font-size: x-small; + } + +/* Navegation +-----------------------------------------------*/ + +div.navheader { + margin-bottom: 0.5em; + padding-top: 0.5em; + } + +div.navfooter { + margin-top: 2.5em; + padding-bottom: 0.5em; + } + +div.navheader table, +div.navfooter table { + margin: 0; + } + +div.navheader table th, +div.navheader table td, +div.navfooter table th, +div.navfooter table td { + border: none; + } + +/* 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 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("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/msg-bg-orange.png"); + } + +div.note table { + border-color: #D2E0F6; + background-color: #ECF4FF; + background-image: url("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/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-color: #000; + color: #FFFFFF; + margin: 0 15px 1em 0; + padding: 0.5em 1em 0.5em 1em; + }