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 index 1f3d812..7e55e07 100755 --- 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 @@ -32,7 +32,7 @@ div#page-footer { /* Header. --------------------------------------------------------------------*/ div#page-header { - background: #204C8D url("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/h1-bg.png") 0 0 repeat; + background: #204C8D url("./img/h1-bg.png") 0 0 repeat; min-height: 46px; } @@ -66,7 +66,7 @@ div#page-body div#content p { --------------------------------------------------------------------*/ div#page-footer { - background: #204C8D url("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/h1-bg.png") 0 0 repeat; + background: #204C8D url("./img/h1-bg.png") 0 0 repeat; } div#page-footer div.credits { diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/default.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/default.css index 536c428..364860d 100755 --- a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/default.css +++ b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/default.css @@ -24,17 +24,17 @@ /* Reset browser's default definitions. --------------------------------------------------------------------*/ -@import url("/home/centos/Projects/artwork/trunk/Identity/Webenv/Css/default.css"); +@import url("./css/reset.css"); /* Customize default definitions. --------------------------------------------------------------------*/ -@import url("/home/centos/Projects/artwork/trunk/Identity/Webenv/Css/App/base.css"); -@import url("/home/centos/Projects/artwork/trunk/Identity/Webenv/Css/App/layout-2cols.css"); -@import url("/home/centos/Projects/artwork/trunk/Identity/Webenv/Css/App/links.css"); -@import url("/home/centos/Projects/artwork/trunk/Identity/Webenv/Css/App/lists.css"); -@import url("/home/centos/Projects/artwork/trunk/Identity/Webenv/Css/App/quotation.css"); -@import url("/home/centos/Projects/artwork/trunk/Identity/Webenv/Css/App/forms.css"); +@import url("./css/base.css"); +@import url("./css/layout-2cols.css"); +@import url("./css/links.css"); +@import url("./css/lists.css"); +@import url("./css/quotation.css"); +@import url("./css/forms.css"); /* Miscellaneous definitions. --------------------------------------------------------------------*/ -@import url("/home/centos/Projects/artwork/trunk/Identity/Webenv/Css/App/tabs.css"); +@import url("./css/tabs.css"); 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 index 2ac1378..f5bfc6f 100755 --- 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 @@ -33,31 +33,31 @@ div#page-body a.nonexistent:hover { color: gray; } div#page-body a.www:before { white-space:nowrap; - content: url(/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/a-www.png); + content: url(./img/a-www.png); margin: 0 0.2em; } div#page-body a.http:before { white-space:nowrap; - content: url(/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/a-www.png); + content: url(./img/a-www.png); margin: 0 0.2em; } div#page-body a.https:before { white-space:nowrap; - content: url(/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/a-www.png); + content: url(./img/a-www.png); margin: 0 0.2em; } div#page-body a.mailto:before { white-space:nowrap; - content: url(/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/a-mail.png); + content: url(./img/a-mail.png); margin: 0 0.2em; } div#page-body a.attachment:before { white-space:nowrap; - content: url(/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/a-attach.png); + content: url(./img/a-attach.png); margin: 0 0.2em; } 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 index a86008b..c891265 100755 --- 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 @@ -23,7 +23,7 @@ */ div#page-body ul { - list-style: url("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/ul.png") disc; + list-style: url("./img/ul.png") disc; } div#page-body ul, 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 index 3f4d1e7..5dcca7e 100755 --- 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 @@ -24,7 +24,7 @@ div#page-body blockquote { margin-left: 0; - background-image: url("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/msg-bg-gray.png"); + background-image: url("./img/msg-bg-gray.png"); padding: 1em 1.5em 0 1em; } @@ -76,7 +76,7 @@ div#page-body blockquote.message { } div#page-body blockquote.blue { - background-image: url("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/msg-bg-blue.png"); + background-image: url("./img/msg-bg-blue.png"); border-color: #D2E0F6; background-color: #ECF4FF; } @@ -84,23 +84,23 @@ div#page-body blockquote.blue { div#page-body blockquote.orange { border-color: #F6E7D2; background-color: #FFF8EC; - background-image: url("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/msg-bg-orange.png"); + background-image: url("./img/msg-bg-orange.png"); } div#page-body blockquote.violet { border-color: #F6D2F6; background-color: #FFECFF; - background-image: url("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/msg-bg-violet.png"); + background-image: url("./img/msg-bg-violet.png"); } div#page-body blockquote.red { border-color: #E0B7B7; background-color: #FFECEC; - background-image: url("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/msg-bg-red.png"); + background-image: url("./img/msg-bg-red.png"); } div#page-body blockquote.green { border-color: #D6F6D2; background-color: #EEFFEC; - background-image: url("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/msg-bg-green.png"); + background-image: url("./img/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..9b2fe7a --- /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("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/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 index 7181d41..47f4c80 100755 --- 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 @@ -61,20 +61,20 @@ div#page-header div.tabs a span { div#page-header div.tabs span.current a, div#page-header div.tabs span.current a:hover { - background: url("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/tabs-bg-1.png") 100% -50px no-repeat; + background: url("./img/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("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/tabs-bg-2.png") 0 -50px no-repeat; + background: url("./img/tabs-bg-2.png") 0 -50px no-repeat; } div#page-header div.tabs span:hover a { - background: url("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/tabs-bg-1.png") 100% 0 no-repeat; + background: url("./img/tabs-bg-1.png") 100% 0 no-repeat; } div#page-header div.tabs span:hover a span { - background: url("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/tabs-bg-2.png") 0 0; + background: url("./img/tabs-bg-2.png") 0 0; } /* Application level navigation bar. diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/forms.xhtml b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/forms.xhtml index af8f03f..df37697 100644 --- a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/forms.xhtml +++ b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/forms.xhtml @@ -14,7 +14,7 @@ Forms - Home - + @@ -34,15 +34,16 @@
- Google Advertisement - + -->