From 3eb437e001e2569dbf1a235913106dc70f762201 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 10 2012 23:50:38 +0000 Subject: Update `trunk/Identity/Webenv/Themes/Default/Style-guide/0.0.1' directory structure: - Rename directory from `css' to `Css'. - Remove `img' directory. It is already created using a symbolic link. Moreover, the correct name to use as directory is `Images' not `img'. --- diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/base.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/base.css new file mode 100755 index 0000000..0a442e9 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/base.css @@ -0,0 +1,288 @@ +/* + * Webenv -> 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$ + * ---------------------------------------------------------------------- + */ + +div#page-header, +div#wrap, +div#page-body, +div#page-footer { + min-width: 728px; + } + +/* Header. +--------------------------------------------------------------------*/ +div#page-header { + background: #204C8D url("../images/h1-bg.png") 0 0 repeat; + min-height: 46px; + } + +/* Content. +--------------------------------------------------------------------*/ + +div#wrap { + padding: 0 10px 0 10px; + background-color: #FFF; + } + +div#page-body { + clear: both; + background-color: #F8F8F8; + } + +div#page-body div#content { + padding: 30px; + padding-top: 20px; + background-color: #FFF; + } + +/* Paragraphs +--------------------------------------------------------------------*/ + +div#page-body div#content p { + text-align:justify; + } + +/* Footer. +--------------------------------------------------------------------*/ + +div#page-footer { + background: #204C8D url("../images/h1-bg.png") 0 0 repeat; + } + +div#page-footer div.credits { + padding: 10px; + } + +div#page-footer div.credits .copyright, +div#page-footer div.credits .license { + font-size: x-small; + color: #FFF; + line-height: 1.5em; + } + +div#page-footer div.credits a { + color: #FFF; + font-style: italic; + } + +div#page-footer div.top { + float:right; + } + +/* Logo +--------------------------------------------------------------------*/ +div#page-header div#logo img { + border: none; + float: left; + margin-left: 10px; + } + +/* Google advertisement (468x60px) +--------------------------------------------------------------------*/ + +div#page-header div.ads-google { + float: right; + margin: 5px; + } + +div#page-header div.ads-google img { + border: none; + } + +/* Last releases and RSS link for them. +--------------------------------------------------------------------*/ +div#page-header div#last-releases { + clear: both; + min-height: 35px; + border-top: 3px solid #FFF; + border-bottom: 3px solid #FFF; + background: #3465A4; + } + +div#page-header div#last-releases div.left { + display: block; + float: left; + width: 80%; + margin-top: 10px; + font-size: small; + } + +div#page-header div#last-releases div.right { + float: right; + margin-top: 9px; + margin-right: 5px; + } + +div#page-header div#last-releases div.right span.rss span { + text-align: center; + font-weight: bold; + background: #729fcf; + padding: 4px 10px; + } + +div#page-header div#last-releases div { + margin-left: 10px; + } + +div#page-header div#last-releases div span.title { + font-weight: bold; + color: #FFF; + } + +div#page-header div#last-releases div span.release { + border-right: 1px dotted #FFF; + padding-left: 10px; + padding-right: 10px; + font-weight: bold; + } + +div#page-header div#last-releases div span.last { + border-right: 0px; + } + +/* User links on header. +--------------------------------------------------------------------*/ + +div#page-header div.userlinks { + padding: 10px; + text-align: right; + font-size: x-small; + clear: both; + } + +div#page-header div.userlinks div.lastvisit { + width: 50%; + float: left; + text-align: left; + } + +div#page-header div.userlinks div.lastvisit span { + border: none; + } + +div#page-header div.userlinks div.lastvisit span.title { + color: #FFF; + } + +div#page-header div.userlinks div.lastvisit span.datetime { + font-style: italic; + color: #FFF; + } + +div#page-header div.userlinks div.session { + width: 50%; + float: right; + } + +div#page-header div.userlinks div.session a { + margin-left: 10px; + margin-right: 10px; + } + +div#page-header div.userlinks div.session span { + border-right: 1px dotted #FFF; + } + +div#page-header div.userlinks div.session span.last { + border-right: none; + } + +div#page-header div.userlinks div.session span.last a { + margin-right: 0; + } + +div#page-header div.userlinks div.session span.last:after { + content: none; + } + +div#page-header div.userlinks div.trail { + text-align: right; + clear: both; + padding-top: 5px; + } + +div#page-header div.userlinks div.trail span { + display: inline; + } + +div#page-header div.userlinks div.trail span.last { + border-right: none; + padding-right: 0; + } + +div#page-header div.userlinks div.trail span:after { + content: "»"; + color: #FFF; + margin-left: 5px; + margin-right: 3px; + } + +div#page-header div.userlinks div.trail span.last:after { + content: none; + } + +/* User trail on content. +--------------------------------------------------------------------*/ +div#page-body div.usertrail { + font-size: small; + } + +div#page-body div.usertrail a { + margin-right: 5px; + } + +div#page-body div.usertrail span { + display: inline; + } + +div#page-body div.usertrail span.last { + border-right: none; + padding-right: 0; + } + +div#page-body div.usertrail span.last a { + margin-right: 0; + } + +div#page-body div.usertrail span:after { + content: "»"; + } + +div#page-body div.usertrail span.last:after { + content: none; + } + +/* Page lines. +--------------------------------------------------------------------*/ + +.page-line { + clear: both; + margin: 0; + padding: 0; + background-color: transparent; + } + +.page-line.white { + height: 3px; + background-color: #FFF; + } diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/forms.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/forms.css new file mode 100755 index 0000000..2222d9e --- /dev/null +++ b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/forms.css @@ -0,0 +1,166 @@ +/* + * Webenv -> Forms + * + * 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$ + * ---------------------------------------------------------------------- + */ + +div#page-body div.row1 { + clear: both; + background: #F8F8F8; + padding: 10px; + } + +div#page-body div.row2 { + clear: both; + background: #FFFFFF; + padding: 10px; + } + +div#page-body div.row3 { + clear: both; + border-top: 1px solid #CCC; + padding: 10px; + margin-top: 10px; + } + +div#page-body fieldset div.row1 span.descrip, +div#page-body fieldset div.row2 span.descrip { + float: left; + } + +div#page-body fieldset div.field { + display: block; + margin-left: 30%; + } + +div#page-body fieldset div.field div.column { + float: left; + margin-right: 1em; + padding-right: 1em; + border-right: 1px dotted #AAA; + } + +div#page-body fieldset div.row3 div.descrip { + display: block; + font-size: small; + color: #AAA; + font-style: italic; + width: 70% + } + +div#page-body fieldset span.submit { + float: right; + } + +/* */ + +div#page-body div.actions { + margin-top: 10px; + border-bottom: 1px solid #AAA; + padding-bottom: 10px; + + } + +div#page-body div.actions span { + display: inline; + margin: 0; + padding-right: 10px; + border-right: 1px dotted #AAA; + color: #AAA; + } + +div#page-body div.actions span.last { + border-right: none; + padding-left: 10px; + } + +/* */ + +div#page-body div.pagination { + font-size: small; + padding: 10px; + border-top: 1px #AAA solid; + margin-bottom: 2em; + } + +div#page-body div.pagination span.left { + float: left; + } + +div#page-body div.pagination span.left a:before { + content: "«"; + padding-right: 3px; + } + +div#page-body div.pagination span.right a:after { + content: "»"; + padding-left: 3px; + } + +div#page-body div.pagination span.right { + float: right; + } + +/* */ + +div#page-body div.records-list { + display: block; + } + +div#page-body div.records-list ul { + margin: 0; + padding: 0; + list-style: none; + } + +div#page-body div.records-list ul li { + padding: 0.5em; + } + +div#page-body div.records-list ul li.row1 { + background: #F8F8F8; + } + +div#page-body div.records-list ul li span.col0 { + display: block; + float:left; + text-align: center; + padding-right: 0.5em; + margin-right: 0.5em; + border-right: 1px solid #FFF; + } + +div#page-body div.records-list ul li span.col1 { + width: 250px; + display: block; + float:left; + } + +div#page-body div.records-list ul li span.col2 { + border-left: 1px solid #FFF; + padding-left: 0.5em; + } + +div#page-body div.records-list ul li.title { + font-weight: bold; + background: #eee; + border-bottom: 1px #AAA solid; + } diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/layout-2cols.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/layout-2cols.css new file mode 100755 index 0000000..c33a033 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/layout-2cols.css @@ -0,0 +1,35 @@ +/* + * Webenv -> Layout (Two columns). + * + * 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$ + * ---------------------------------------------------------------------- + */ + +div#page-body div#content { + margin-right: 180px; + border-right: 3px #EEE solid; + } + +div#page-body div#rightbar { + float:right; + width: 180px; + font-size: small; + border-left: 3px #EEE solid; + } diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/links.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/links.css new file mode 100755 index 0000000..ea6ddc9 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/links.css @@ -0,0 +1,72 @@ +/* + * Webenv -> Links + * + * 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$ + * ---------------------------------------------------------------------- + */ + +/* Broken or nonexistent links. +--------------------------------------------------------------------*/ + +div#page-body a.nonexistent, +div#page-body a.nonexistent:hover { color: gray; } + +/* Special decoration for some links' classes +--------------------------------------------------------------------*/ + +div#page-body a.www:before { + white-space:nowrap; + content: url(../images/a-www.png); + margin: 0 0.2em; + } + +div#page-body a.http:before { + white-space:nowrap; + content: url(../images/a-www.png); + margin: 0 0.2em; + } + +div#page-body a.https:before { + white-space:nowrap; + content: url(../images/a-www.png); + margin: 0 0.2em; + } + +div#page-body a.mailto:before { + white-space:nowrap; + content: url(../images/a-mail.png); + margin: 0 0.2em; + } + +div#page-body a.attachment:before { + white-space:nowrap; + content: url(../images/a-attach.png); + margin: 0 0.2em; + } + +/* +--------------------------------------------------------------------*/ + +div#page-header .user-last-visit a, +div#page-header .userlinks a, +div#page-header .usertrail a, +div#page-header #last-releases a { + color: #fff; + } diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/lists.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/lists.css new file mode 100755 index 0000000..9cd1d68 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/lists.css @@ -0,0 +1,76 @@ +/* + * Webenv -> 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$ + * ---------------------------------------------------------------------- + */ + +div#page-body ul { + list-style: url("../images/ul.png") disc; + } + +div#page-body ul, +div#page-body ol { + margin-left: 2.5em; + } + +div#page-body ul ol, +div#page-body ol ul, +div#page-body dl ul, +div#page-body dl ol { + margin-left: 1.5em; + } + +div#page-body div#rightbar ul { + padding: 0.5em 0.5em 1em 1em; + margin: 0; + list-style: none; + border-top: 1px #EEE solid; + } + +div#page-body div#rightbar ul.first { + border-top: none; + } + +div#page-body div#right ul li { + padding: 2px; + } + +/* Table of content (toc) +--------------------------------------------------------------------*/ + +div#page-body div.toc { + font-size: small; + text-align:left; + margin-bottom: 2em; + } + +div#page-body div.toc p { + font-weight: bold; + margin: 0.5em 0 0.5em 0; + } + +div#page-body div#content div.toc dl { + margin: 0; + } + +div#page-body div#content div.toc dl dl { + margin-left: 2.5em; + } diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/quotation.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/quotation.css new file mode 100755 index 0000000..d3dfd63 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/quotation.css @@ -0,0 +1,106 @@ +/* + * Webenv -> Quotation + * + * 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$ + * ---------------------------------------------------------------------- + */ + +div#page-body blockquote { + margin-left: 0; + background-image: url("../images/msg-bg-gray.png"); + padding: 1em 1.5em 0 1em; + } + +div#page-body blockquote h3 { + line-height: 0; + margin: 1em 0 1em 0; + } + +div#page-body blockquote pre { + border: none; + background-color: #333; + color: #FFFFFF; + } + +div#page-body blockquote.icon img { + float: left; + } + +div#page-body blockquote.icon pre, +div#page-body blockquote.icon h3, +div#page-body blockquote.icon p, +div#page-body blockquote.icon table { + margin-left: 60px; + } + +div#page-body blockquote.icon ul, +div#page-body blockquote.icon ol, +div#page-body blockquote.icon dl { + margin-left: 110px; + } + +div#page-body blockquote.icon ul dl, +div#page-body blockquote.icon ul ol, +div#page-body blockquote.icon ul ul, +div#page-body blockquote.icon ol dl, +div#page-body blockquote.icon ol ol, +div#page-body blockquote.icon ol ul, +div#page-body blockquote.icon dl dl, +div#page-body blockquote.icon dl ol, +div#page-body blockquote.icon dl ul { + margin-left: 2.5em; + } + +div#page-body blockquote.message { + border: none; + border-top: 4px solid; + border-bottom: 4px solid; + border-color: #CFCFCF; + } + +div#page-body blockquote.blue { + background-image: url("../images/msg-bg-blue.png"); + border-color: #D2E0F6; + background-color: #ECF4FF; + } + +div#page-body blockquote.orange { + border-color: #F6E7D2; + background-color: #FFF8EC; + background-image: url("../images/msg-bg-orange.png"); + } + +div#page-body blockquote.violet { + border-color: #F6D2F6; + background-color: #FFECFF; + background-image: url("../images/msg-bg-violet.png"); + } + +div#page-body blockquote.red { + border-color: #E0B7B7; + background-color: #FFECEC; + background-image: url("../images/msg-bg-red.png"); + } + +div#page-body blockquote.green { + border-color: #D6F6D2; + background-color: #EEFFEC; + background-image: url("../images/msg-bg-green.png"); + } diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/reset.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/reset.css new file mode 100755 index 0000000..780161c --- /dev/null +++ b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/reset.css @@ -0,0 +1,351 @@ +/* + * default.css -- This file resets the browser's default visual style + * and sets The CentOS Web Environment visual style as default visual + * style. This file sets default values to tags like `html', `body', + * as well as those controlling links, tables, paragrphs, headings, + * lists, forms and quotation. + * + * The CentOS Web Environment (Webenv) is specially conceived to + * achieve one unique visual style and easy navegation through all + * different web applications The CentOS Project uses to show its + * existence in the World Wide Web medium. + * + * 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$ + * ------------------------------------------------------------------- + */ + + +/* Reset browsers default margins and paddings +-----------------------------------------------*/ + +* { + margin: 0; + padding: 0; + } + +/* Define html +-----------------------------------------------*/ + +html { + background-color: #FFF; + background-image: url("../images/html-bg.png"); + } + +/* Define body +-----------------------------------------------*/ + +body { + font-family: "DejaVu Sans", "Liberation Sans", sans-serif; + font-size: 0.85em; + /* margin: 0; /* <- full screen */ + /* margin: 0 1% 0 1%; /* <- with 1% of left and right margin */ + /* margin: 0 2% 0 2%; /* <- with 2% of left and right margin */ + margin: 0 3% 0 3%; /* <- with 3% of left and right margin */ + /* margin: 0 10% 0 10%; /* <- with 10% of left and right margin */ + color: #000; + } + +/* 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; } + +.title, +.title a:link, +.title a:active, +.title a:hover, +.title a:visited, +.title a:visited:hover { + /* color: #072B61; */ + color: #000000; + } + +/* 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; + } + +/* 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: disc; + } + +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-top: 0.25em; + padding-right: 0.5em; + padding-bottom: 0.25em; + padding-left: 0.5em; + vertical-align: top; + } + +table tr td p, +table tr td pre { + margin: 0; + padding: 0; + } + +/* Forms +-----------------------------------------------*/ + +form { + display: inline; + } + +input[type="submit"], +input[type="button"] { + padding: 1px; + display: inline; + text-decoration: none; + } + +input[type="text"], +input[type="password"], +textarea { + display: inline; + padding: 2px; + } + +select { + display: inline; + padding: 1px; + } + +form p { + display: inline; + margin-left: 5px; + margin-right: 5px; + } + +/* Select +---------------------------------------- */ + +select option { + padding-left: 3px; + padding-right: 3px; + } + +select optgroup { + font-style: normal; + font-weight: bold; + padding-left: 3px; + } + +select optgroup option { + margin-left: 1em; + } + +input[type="radio"], +input[type="checkbox"] { + vertical-align: middle; + } + +fieldset { + margin: 1em 0 1em 0; + padding: 1em; + padding-bottom: 5px; + border: 1px solid #AAA; + } + +fieldset legend { + font-weight: bold; + color: #AAA; + } diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/tabs.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/tabs.css new file mode 100755 index 0000000..9d23b39 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/tabs.css @@ -0,0 +1,83 @@ +/* + * Webenv -> Tabs (Style 2: Two Rounded Borders) + * + * 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$ + * ---------------------------------------------------------------------- + */ + +div#page-header div.tabs { + margin-left: 10px; + margin-right: 10px; + } + +div#page-header div.tabs a { + color: #FFF; + float: left; + font-weight: bold; + margin-right: 3px; + padding: 0px 8px 0 0px; + text-decoration: none; + } + +div#page-header div.tabs span.current a, +div#page-header div.tabs span.current a:hover, +div#page-header div.tabs span.current a span, +div#page-header div.tabs span.current a:hover span { + color: #204A87; + text-decoration: none; + } + +div#page-header div.tabs a span { + float: left; + padding: 5px 0px 3px 8px; + } + +/* */ + +div#page-header div.tabs a { + background: none; + } + +div#page-header div.tabs a span { + background: none; + } + +div#page-header div.tabs span.current a, +div#page-header div.tabs span.current a:hover { + background: url("../images/tabs-bg-1.png") 100% -50px no-repeat; + } + +div#page-header div.tabs span.current a span, +div#page-header div.tabs span.current a:hover span { + background: url("../images/tabs-bg-2.png") 0 -50px no-repeat; + } + +div#page-header div.tabs span:hover a { + background: url("../images/tabs-bg-1.png") 100% 0 no-repeat; + } + +div#page-header div.tabs span:hover a span { + background: url("../images/tabs-bg-2.png") 0 0; + } + +/* Application level navigation bar. +--------------------------------------------------------------------*/ +div#page-header div#appslinks div.tabs span:hover a span { + } diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/base.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/base.css deleted file mode 100755 index 0a442e9..0000000 --- a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/base.css +++ /dev/null @@ -1,288 +0,0 @@ -/* - * Webenv -> 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$ - * ---------------------------------------------------------------------- - */ - -div#page-header, -div#wrap, -div#page-body, -div#page-footer { - min-width: 728px; - } - -/* Header. ---------------------------------------------------------------------*/ -div#page-header { - background: #204C8D url("../images/h1-bg.png") 0 0 repeat; - min-height: 46px; - } - -/* Content. ---------------------------------------------------------------------*/ - -div#wrap { - padding: 0 10px 0 10px; - background-color: #FFF; - } - -div#page-body { - clear: both; - background-color: #F8F8F8; - } - -div#page-body div#content { - padding: 30px; - padding-top: 20px; - background-color: #FFF; - } - -/* Paragraphs ---------------------------------------------------------------------*/ - -div#page-body div#content p { - text-align:justify; - } - -/* Footer. ---------------------------------------------------------------------*/ - -div#page-footer { - background: #204C8D url("../images/h1-bg.png") 0 0 repeat; - } - -div#page-footer div.credits { - padding: 10px; - } - -div#page-footer div.credits .copyright, -div#page-footer div.credits .license { - font-size: x-small; - color: #FFF; - line-height: 1.5em; - } - -div#page-footer div.credits a { - color: #FFF; - font-style: italic; - } - -div#page-footer div.top { - float:right; - } - -/* Logo ---------------------------------------------------------------------*/ -div#page-header div#logo img { - border: none; - float: left; - margin-left: 10px; - } - -/* Google advertisement (468x60px) ---------------------------------------------------------------------*/ - -div#page-header div.ads-google { - float: right; - margin: 5px; - } - -div#page-header div.ads-google img { - border: none; - } - -/* Last releases and RSS link for them. ---------------------------------------------------------------------*/ -div#page-header div#last-releases { - clear: both; - min-height: 35px; - border-top: 3px solid #FFF; - border-bottom: 3px solid #FFF; - background: #3465A4; - } - -div#page-header div#last-releases div.left { - display: block; - float: left; - width: 80%; - margin-top: 10px; - font-size: small; - } - -div#page-header div#last-releases div.right { - float: right; - margin-top: 9px; - margin-right: 5px; - } - -div#page-header div#last-releases div.right span.rss span { - text-align: center; - font-weight: bold; - background: #729fcf; - padding: 4px 10px; - } - -div#page-header div#last-releases div { - margin-left: 10px; - } - -div#page-header div#last-releases div span.title { - font-weight: bold; - color: #FFF; - } - -div#page-header div#last-releases div span.release { - border-right: 1px dotted #FFF; - padding-left: 10px; - padding-right: 10px; - font-weight: bold; - } - -div#page-header div#last-releases div span.last { - border-right: 0px; - } - -/* User links on header. ---------------------------------------------------------------------*/ - -div#page-header div.userlinks { - padding: 10px; - text-align: right; - font-size: x-small; - clear: both; - } - -div#page-header div.userlinks div.lastvisit { - width: 50%; - float: left; - text-align: left; - } - -div#page-header div.userlinks div.lastvisit span { - border: none; - } - -div#page-header div.userlinks div.lastvisit span.title { - color: #FFF; - } - -div#page-header div.userlinks div.lastvisit span.datetime { - font-style: italic; - color: #FFF; - } - -div#page-header div.userlinks div.session { - width: 50%; - float: right; - } - -div#page-header div.userlinks div.session a { - margin-left: 10px; - margin-right: 10px; - } - -div#page-header div.userlinks div.session span { - border-right: 1px dotted #FFF; - } - -div#page-header div.userlinks div.session span.last { - border-right: none; - } - -div#page-header div.userlinks div.session span.last a { - margin-right: 0; - } - -div#page-header div.userlinks div.session span.last:after { - content: none; - } - -div#page-header div.userlinks div.trail { - text-align: right; - clear: both; - padding-top: 5px; - } - -div#page-header div.userlinks div.trail span { - display: inline; - } - -div#page-header div.userlinks div.trail span.last { - border-right: none; - padding-right: 0; - } - -div#page-header div.userlinks div.trail span:after { - content: "»"; - color: #FFF; - margin-left: 5px; - margin-right: 3px; - } - -div#page-header div.userlinks div.trail span.last:after { - content: none; - } - -/* User trail on content. ---------------------------------------------------------------------*/ -div#page-body div.usertrail { - font-size: small; - } - -div#page-body div.usertrail a { - margin-right: 5px; - } - -div#page-body div.usertrail span { - display: inline; - } - -div#page-body div.usertrail span.last { - border-right: none; - padding-right: 0; - } - -div#page-body div.usertrail span.last a { - margin-right: 0; - } - -div#page-body div.usertrail span:after { - content: "»"; - } - -div#page-body div.usertrail span.last:after { - content: none; - } - -/* Page lines. ---------------------------------------------------------------------*/ - -.page-line { - clear: both; - margin: 0; - padding: 0; - background-color: transparent; - } - -.page-line.white { - height: 3px; - background-color: #FFF; - } diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/forms.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/forms.css deleted file mode 100755 index 2222d9e..0000000 --- a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/forms.css +++ /dev/null @@ -1,166 +0,0 @@ -/* - * Webenv -> Forms - * - * 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$ - * ---------------------------------------------------------------------- - */ - -div#page-body div.row1 { - clear: both; - background: #F8F8F8; - padding: 10px; - } - -div#page-body div.row2 { - clear: both; - background: #FFFFFF; - padding: 10px; - } - -div#page-body div.row3 { - clear: both; - border-top: 1px solid #CCC; - padding: 10px; - margin-top: 10px; - } - -div#page-body fieldset div.row1 span.descrip, -div#page-body fieldset div.row2 span.descrip { - float: left; - } - -div#page-body fieldset div.field { - display: block; - margin-left: 30%; - } - -div#page-body fieldset div.field div.column { - float: left; - margin-right: 1em; - padding-right: 1em; - border-right: 1px dotted #AAA; - } - -div#page-body fieldset div.row3 div.descrip { - display: block; - font-size: small; - color: #AAA; - font-style: italic; - width: 70% - } - -div#page-body fieldset span.submit { - float: right; - } - -/* */ - -div#page-body div.actions { - margin-top: 10px; - border-bottom: 1px solid #AAA; - padding-bottom: 10px; - - } - -div#page-body div.actions span { - display: inline; - margin: 0; - padding-right: 10px; - border-right: 1px dotted #AAA; - color: #AAA; - } - -div#page-body div.actions span.last { - border-right: none; - padding-left: 10px; - } - -/* */ - -div#page-body div.pagination { - font-size: small; - padding: 10px; - border-top: 1px #AAA solid; - margin-bottom: 2em; - } - -div#page-body div.pagination span.left { - float: left; - } - -div#page-body div.pagination span.left a:before { - content: "«"; - padding-right: 3px; - } - -div#page-body div.pagination span.right a:after { - content: "»"; - padding-left: 3px; - } - -div#page-body div.pagination span.right { - float: right; - } - -/* */ - -div#page-body div.records-list { - display: block; - } - -div#page-body div.records-list ul { - margin: 0; - padding: 0; - list-style: none; - } - -div#page-body div.records-list ul li { - padding: 0.5em; - } - -div#page-body div.records-list ul li.row1 { - background: #F8F8F8; - } - -div#page-body div.records-list ul li span.col0 { - display: block; - float:left; - text-align: center; - padding-right: 0.5em; - margin-right: 0.5em; - border-right: 1px solid #FFF; - } - -div#page-body div.records-list ul li span.col1 { - width: 250px; - display: block; - float:left; - } - -div#page-body div.records-list ul li span.col2 { - border-left: 1px solid #FFF; - padding-left: 0.5em; - } - -div#page-body div.records-list ul li.title { - font-weight: bold; - background: #eee; - border-bottom: 1px #AAA solid; - } diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/layout-2cols.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/layout-2cols.css deleted file mode 100755 index c33a033..0000000 --- a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/layout-2cols.css +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Webenv -> Layout (Two columns). - * - * 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$ - * ---------------------------------------------------------------------- - */ - -div#page-body div#content { - margin-right: 180px; - border-right: 3px #EEE solid; - } - -div#page-body div#rightbar { - float:right; - width: 180px; - font-size: small; - border-left: 3px #EEE solid; - } diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/links.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/links.css deleted file mode 100755 index ea6ddc9..0000000 --- a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/links.css +++ /dev/null @@ -1,72 +0,0 @@ -/* - * Webenv -> Links - * - * 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$ - * ---------------------------------------------------------------------- - */ - -/* Broken or nonexistent links. ---------------------------------------------------------------------*/ - -div#page-body a.nonexistent, -div#page-body a.nonexistent:hover { color: gray; } - -/* Special decoration for some links' classes ---------------------------------------------------------------------*/ - -div#page-body a.www:before { - white-space:nowrap; - content: url(../images/a-www.png); - margin: 0 0.2em; - } - -div#page-body a.http:before { - white-space:nowrap; - content: url(../images/a-www.png); - margin: 0 0.2em; - } - -div#page-body a.https:before { - white-space:nowrap; - content: url(../images/a-www.png); - margin: 0 0.2em; - } - -div#page-body a.mailto:before { - white-space:nowrap; - content: url(../images/a-mail.png); - margin: 0 0.2em; - } - -div#page-body a.attachment:before { - white-space:nowrap; - content: url(../images/a-attach.png); - margin: 0 0.2em; - } - -/* ---------------------------------------------------------------------*/ - -div#page-header .user-last-visit a, -div#page-header .userlinks a, -div#page-header .usertrail a, -div#page-header #last-releases a { - color: #fff; - } diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/lists.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/lists.css deleted file mode 100755 index 9cd1d68..0000000 --- a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/lists.css +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Webenv -> 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$ - * ---------------------------------------------------------------------- - */ - -div#page-body ul { - list-style: url("../images/ul.png") disc; - } - -div#page-body ul, -div#page-body ol { - margin-left: 2.5em; - } - -div#page-body ul ol, -div#page-body ol ul, -div#page-body dl ul, -div#page-body dl ol { - margin-left: 1.5em; - } - -div#page-body div#rightbar ul { - padding: 0.5em 0.5em 1em 1em; - margin: 0; - list-style: none; - border-top: 1px #EEE solid; - } - -div#page-body div#rightbar ul.first { - border-top: none; - } - -div#page-body div#right ul li { - padding: 2px; - } - -/* Table of content (toc) ---------------------------------------------------------------------*/ - -div#page-body div.toc { - font-size: small; - text-align:left; - margin-bottom: 2em; - } - -div#page-body div.toc p { - font-weight: bold; - margin: 0.5em 0 0.5em 0; - } - -div#page-body div#content div.toc dl { - margin: 0; - } - -div#page-body div#content div.toc dl dl { - margin-left: 2.5em; - } diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/quotation.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/quotation.css deleted file mode 100755 index d3dfd63..0000000 --- a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/quotation.css +++ /dev/null @@ -1,106 +0,0 @@ -/* - * Webenv -> Quotation - * - * 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$ - * ---------------------------------------------------------------------- - */ - -div#page-body blockquote { - margin-left: 0; - background-image: url("../images/msg-bg-gray.png"); - padding: 1em 1.5em 0 1em; - } - -div#page-body blockquote h3 { - line-height: 0; - margin: 1em 0 1em 0; - } - -div#page-body blockquote pre { - border: none; - background-color: #333; - color: #FFFFFF; - } - -div#page-body blockquote.icon img { - float: left; - } - -div#page-body blockquote.icon pre, -div#page-body blockquote.icon h3, -div#page-body blockquote.icon p, -div#page-body blockquote.icon table { - margin-left: 60px; - } - -div#page-body blockquote.icon ul, -div#page-body blockquote.icon ol, -div#page-body blockquote.icon dl { - margin-left: 110px; - } - -div#page-body blockquote.icon ul dl, -div#page-body blockquote.icon ul ol, -div#page-body blockquote.icon ul ul, -div#page-body blockquote.icon ol dl, -div#page-body blockquote.icon ol ol, -div#page-body blockquote.icon ol ul, -div#page-body blockquote.icon dl dl, -div#page-body blockquote.icon dl ol, -div#page-body blockquote.icon dl ul { - margin-left: 2.5em; - } - -div#page-body blockquote.message { - border: none; - border-top: 4px solid; - border-bottom: 4px solid; - border-color: #CFCFCF; - } - -div#page-body blockquote.blue { - background-image: url("../images/msg-bg-blue.png"); - border-color: #D2E0F6; - background-color: #ECF4FF; - } - -div#page-body blockquote.orange { - border-color: #F6E7D2; - background-color: #FFF8EC; - background-image: url("../images/msg-bg-orange.png"); - } - -div#page-body blockquote.violet { - border-color: #F6D2F6; - background-color: #FFECFF; - background-image: url("../images/msg-bg-violet.png"); - } - -div#page-body blockquote.red { - border-color: #E0B7B7; - background-color: #FFECEC; - background-image: url("../images/msg-bg-red.png"); - } - -div#page-body blockquote.green { - border-color: #D6F6D2; - background-color: #EEFFEC; - background-image: url("../images/msg-bg-green.png"); - } diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/reset.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/reset.css deleted file mode 100755 index 780161c..0000000 --- a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/reset.css +++ /dev/null @@ -1,351 +0,0 @@ -/* - * default.css -- This file resets the browser's default visual style - * and sets The CentOS Web Environment visual style as default visual - * style. This file sets default values to tags like `html', `body', - * as well as those controlling links, tables, paragrphs, headings, - * lists, forms and quotation. - * - * The CentOS Web Environment (Webenv) is specially conceived to - * achieve one unique visual style and easy navegation through all - * different web applications The CentOS Project uses to show its - * existence in the World Wide Web medium. - * - * 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$ - * ------------------------------------------------------------------- - */ - - -/* Reset browsers default margins and paddings ------------------------------------------------*/ - -* { - margin: 0; - padding: 0; - } - -/* Define html ------------------------------------------------*/ - -html { - background-color: #FFF; - background-image: url("../images/html-bg.png"); - } - -/* Define body ------------------------------------------------*/ - -body { - font-family: "DejaVu Sans", "Liberation Sans", sans-serif; - font-size: 0.85em; - /* margin: 0; /* <- full screen */ - /* margin: 0 1% 0 1%; /* <- with 1% of left and right margin */ - /* margin: 0 2% 0 2%; /* <- with 2% of left and right margin */ - margin: 0 3% 0 3%; /* <- with 3% of left and right margin */ - /* margin: 0 10% 0 10%; /* <- with 10% of left and right margin */ - color: #000; - } - -/* 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; } - -.title, -.title a:link, -.title a:active, -.title a:hover, -.title a:visited, -.title a:visited:hover { - /* color: #072B61; */ - color: #000000; - } - -/* 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; - } - -/* 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: disc; - } - -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-top: 0.25em; - padding-right: 0.5em; - padding-bottom: 0.25em; - padding-left: 0.5em; - vertical-align: top; - } - -table tr td p, -table tr td pre { - margin: 0; - padding: 0; - } - -/* Forms ------------------------------------------------*/ - -form { - display: inline; - } - -input[type="submit"], -input[type="button"] { - padding: 1px; - display: inline; - text-decoration: none; - } - -input[type="text"], -input[type="password"], -textarea { - display: inline; - padding: 2px; - } - -select { - display: inline; - padding: 1px; - } - -form p { - display: inline; - margin-left: 5px; - margin-right: 5px; - } - -/* Select ----------------------------------------- */ - -select option { - padding-left: 3px; - padding-right: 3px; - } - -select optgroup { - font-style: normal; - font-weight: bold; - padding-left: 3px; - } - -select optgroup option { - margin-left: 1em; - } - -input[type="radio"], -input[type="checkbox"] { - vertical-align: middle; - } - -fieldset { - margin: 1em 0 1em 0; - padding: 1em; - padding-bottom: 5px; - border: 1px solid #AAA; - } - -fieldset legend { - font-weight: bold; - color: #AAA; - } diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/tabs.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/tabs.css deleted file mode 100755 index 9d23b39..0000000 --- a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/tabs.css +++ /dev/null @@ -1,83 +0,0 @@ -/* - * Webenv -> Tabs (Style 2: Two Rounded Borders) - * - * 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$ - * ---------------------------------------------------------------------- - */ - -div#page-header div.tabs { - margin-left: 10px; - margin-right: 10px; - } - -div#page-header div.tabs a { - color: #FFF; - float: left; - font-weight: bold; - margin-right: 3px; - padding: 0px 8px 0 0px; - text-decoration: none; - } - -div#page-header div.tabs span.current a, -div#page-header div.tabs span.current a:hover, -div#page-header div.tabs span.current a span, -div#page-header div.tabs span.current a:hover span { - color: #204A87; - text-decoration: none; - } - -div#page-header div.tabs a span { - float: left; - padding: 5px 0px 3px 8px; - } - -/* */ - -div#page-header div.tabs a { - background: none; - } - -div#page-header div.tabs a span { - background: none; - } - -div#page-header div.tabs span.current a, -div#page-header div.tabs span.current a:hover { - background: url("../images/tabs-bg-1.png") 100% -50px no-repeat; - } - -div#page-header div.tabs span.current a span, -div#page-header div.tabs span.current a:hover span { - background: url("../images/tabs-bg-2.png") 0 -50px no-repeat; - } - -div#page-header div.tabs span:hover a { - background: url("../images/tabs-bg-1.png") 100% 0 no-repeat; - } - -div#page-header div.tabs span:hover a span { - background: url("../images/tabs-bg-2.png") 0 0; - } - -/* Application level navigation bar. ---------------------------------------------------------------------*/ -div#page-header div#appslinks div.tabs span:hover a span { - } diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/a-attach.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/a-attach.png deleted file mode 100644 index d6a41e7..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/a-attach.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/a-mail.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/a-mail.png deleted file mode 100644 index 355a998..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/a-mail.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/a-www.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/a-www.png deleted file mode 100644 index e5a0483..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/a-www.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/ads-sample-468x60.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/ads-sample-468x60.png deleted file mode 100644 index f634d10..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/ads-sample-468x60.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/ads-sample-728x90.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/ads-sample-728x90.png deleted file mode 100644 index 5401e60..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/ads-sample-728x90.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/caution.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/caution.png deleted file mode 100644 index efcec04..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/caution.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/centos-logo.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/centos-logo.png deleted file mode 100644 index 506c65d..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/centos-logo.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/convenction.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/convenction.png deleted file mode 100644 index e516c0e..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/convenction.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/error.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/error.png deleted file mode 100644 index 0f52b4d..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/error.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/h1-bg.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/h1-bg.png deleted file mode 100644 index e609c59..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/h1-bg.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/h2-bg.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/h2-bg.png deleted file mode 100644 index 826fbec..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/h2-bg.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/html-bg.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/html-bg.png deleted file mode 100644 index 0c6dca6..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/html-bg.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/important.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/important.png deleted file mode 100644 index 509ec86..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/important.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/msg-bg-blue.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/msg-bg-blue.png deleted file mode 100644 index 47bc405..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/msg-bg-blue.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/msg-bg-gray.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/msg-bg-gray.png deleted file mode 100644 index a8a9246..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/msg-bg-gray.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/msg-bg-green.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/msg-bg-green.png deleted file mode 100644 index f1bfe2b..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/msg-bg-green.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/msg-bg-orange.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/msg-bg-orange.png deleted file mode 100644 index 0866bb8..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/msg-bg-orange.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/msg-bg-red.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/msg-bg-red.png deleted file mode 100644 index 2dc3e70..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/msg-bg-red.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/msg-bg-violet.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/msg-bg-violet.png deleted file mode 100644 index 8b1075d..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/msg-bg-violet.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/note.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/note.png deleted file mode 100644 index b58a224..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/note.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/powered_by_centos.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/powered_by_centos.png deleted file mode 100644 index 0c61515..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/powered_by_centos.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/redirect.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/redirect.png deleted file mode 100644 index 16a8c41..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/redirect.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/success.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/success.png deleted file mode 100644 index 74cc874..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/success.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/tabs-bg-1.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/tabs-bg-1.png deleted file mode 100644 index 22cff37..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/tabs-bg-1.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/tabs-bg-2.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/tabs-bg-2.png deleted file mode 100644 index 5d8e178..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/tabs-bg-2.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/tip.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/tip.png deleted file mode 100644 index cfcf6db..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/tip.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/top.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/top.png deleted file mode 100644 index 1557422..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/top.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/ul.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/ul.png deleted file mode 100644 index efcf485..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/ul.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/warning.png b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/warning.png deleted file mode 100644 index e36c02a..0000000 Binary files a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/img/warning.png and /dev/null differ