From c362e66cbad9e309e25538062b2d97e10db5da10 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 12 2010 18:08:54 +0000 Subject: Inside trunk/Identity/Models - Update Html/Home and Css/Home. --- diff --git a/Identity/Models/Css/Home/home.css b/Identity/Models/Css/Home/home.css index 0132d3e..c9b3aee 100755 --- a/Identity/Models/Css/Home/home.css +++ b/Identity/Models/Css/Home/home.css @@ -451,15 +451,97 @@ div#page-body fieldset span.submit { /* */ -div#page-body div.actions p { +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: 0 10px; + padding-right: 10px; border-right: 1px dotted #AAA; - font-size: small; color: #AAA; } -div#page-body div.actions p.last { +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-left: 1.5em; + } + +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 { + margin-bottom: 5px; + margin-left: 1.5em; + 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/Models/Css/Home/tabs.css b/Identity/Models/Css/Home/tabs.css index 09f06b4..0a3db1f 100644 --- a/Identity/Models/Css/Home/tabs.css +++ b/Identity/Models/Css/Home/tabs.css @@ -72,4 +72,3 @@ div#page-header div.tabs1 span:hover a { div#page-header div.tabs1 span:hover a span { background: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/png/tabs4-bg.png") 0 0; } - diff --git a/Identity/Models/Html/Home/forms.html b/Identity/Models/Html/Home/forms.html index 612564f..49fb30b 100644 --- a/Identity/Models/Html/Home/forms.html +++ b/Identity/Models/Html/Home/forms.html @@ -208,10 +208,14 @@ The content of left column starts here. --> -

Forms

+

Forms

CentOS Forms Visual Style Guide.

+

Table of contents

+ +

Elements

+
Fieldset: @@ -372,7 +376,11 @@
- +

Recommendations

+ + -

Headings

+

Headings

CentOS Headings Visual Style Guide.

-
-

Table of contents

- -
+

Table of contents

-

Heading Level 1

+

Heading Level 1

<h1><a name="head-5871b1272673f7cf89bcaf48972c848a" href="#head-5871b1272673f7cf89bcaf48972c848a">Heading Level 1</a></h1>
-

Heading Level 2

+

Heading Level 2

<h2><a name="head-d33a28a4193cffb949f506cfdf770f05" href="#head-d33a28a4193cffb949f506cfdf770f05">Heading Level 2</a></h2>
-

Heading Level 3

+

Heading Level 3

<h3><a name="head-82dd23c665d8ee437a980459c8b80d7a" href="#head-82dd23c665d8ee437a980459c8b80d7a">Heading Level 3</a></h3>
-

Heading Level 4

+

Heading Level 4

<h4><a name="head-157dc030ea314f4b53a6ed238113a3f8" href="#head-157dc030ea314f4b53a6ed238113a3f8">Heading Level 4</a></h4>
-
Heading Level 5
+
Heading Level 5
<h5><a name="head-33628cc07bcbefc4e4732407b8680bf6" href="#head-33628cc07bcbefc4e4732407b8680bf6">Heading Level 5</a></h5>
-
Heading Level 6
+
Heading Level 6
<h6><a name="head-93b42a4a61a0b05a81aff6224555603c" href="#head-93b42a4a61a0b05a81aff6224555603c">Heading Level 5</a></h6>
-

Recommendations

+

Recommendations

As heading design recommendations:

@@ -283,6 +265,7 @@ + diff --git a/Identity/Models/Html/Home/links.html b/Identity/Models/Html/Home/links.html index aec0107..8aea97b 100644 --- a/Identity/Models/Html/Home/links.html +++ b/Identity/Models/Html/Home/links.html @@ -208,46 +208,25 @@ The content of left column goes here. --> -

Links

+

Links

CentOS Links Visual Style Guide.

-
-

Table of contents

- -
- -

Recommendations

- - - -

Examples

+

Table of contents

-

Common link style

+

Common link style

This is a common text link style

This is a common nonexistant text link style

-

Image link style

+

Image link style

Powered by CentOS

-

Decorative link styles

+

Decorative link styles

http://www.centos.org/. This is the "www" and "http" link style. It is generally used to link @@ -261,6 +240,13 @@ "attachment" link style. It is generally used to display an attachment.

+

Recommendations

+ + + +

diff --git a/Identity/Models/Html/Home/lists.html b/Identity/Models/Html/Home/lists.html index e6473ca..b41b738 100644 --- a/Identity/Models/Html/Home/lists.html +++ b/Identity/Models/Html/Home/lists.html @@ -208,24 +208,13 @@ The content of left column goes here. --> -

Lists

+

Lists

CentOS Lists Visual Style Guide.

-
-

Table of contents

- -
+

Table of contents

-

Unordered Lists

+

Unordered Lists

This section illustrates the visual style of unordered lists.

@@ -235,7 +224,7 @@
  • This is even another list element.
  • -

    Ordered Lists

    +

    Ordered Lists

    This section illustrates the visual style of ordered lists.

    @@ -245,7 +234,7 @@
  • This is even another list element.
  • -

    Definition Lists

    +

    Definition Lists

    This section illustrates the visual style of definition lists.

    @@ -257,7 +246,7 @@
    Community Enterprise Operating System
    -

    Nested Lists

    +

    Nested Lists

    Lists may also be nested and different list types may be used together, as in the following example, which is a diff --git a/Identity/Models/Html/Home/pagination.html b/Identity/Models/Html/Home/pagination.html index a7ac83b..838cade 100644 --- a/Identity/Models/Html/Home/pagination.html +++ b/Identity/Models/Html/Home/pagination.html @@ -208,6 +208,156 @@ The content of left column starts here. --> +

    Pagination

    + +

    CentOS Pagination Visual Style Guide.

    + +

    Table of contents

    + +

    Basic

    + +

    +
    +
    +
    + + + + + + + 3 records found. +
    + +
      +
    • + Name + Description +
    • +
    • + Alain Reguera Delgado + alain.reguera@localhost.localdomain +
    • +
    • + Ana Tamara Reguera Gattorno + ana.reguera@localhost.localdomain +
    • +
    • + Alina Reguera Gattorno + alina.reguera@localhost.localdomain +
    • +
    +
    +
    + +

    + +

    + +

    Administrative

    + +
    + Success +

    Success

    +

    Use this message to inform about action success.

    +
    +
    + Warning +

    Warning

    +

    Use this message to inform about action warnings.

    +
    +
    + Error +

    Error

    +

    Use this message to inform about action errors.

    +
    + +

    +
    +
    +
    + + + + + + + + + + + + +
    + +
      +
    • + + + + Name + Description +
    • +
    • + + + + Alain Reguera Delgado + alain.reguera@localhost.localdomain +
    • +
    • + + + + Ana Tamara Reguera Gattorno + ana.reguera@localhost.localdomain +
    • +
    • + + + + Alina Reguera Gattorno + alina.reguera@localhost.localdomain +
    • +
    +
    +
    + +

    + +

    + +

    Recommendations

    + + + diff --git a/Identity/Models/Html/Home/tables.html b/Identity/Models/Html/Home/tables.html index 5b1790c..fdb7f2d 100644 --- a/Identity/Models/Html/Home/tables.html +++ b/Identity/Models/Html/Home/tables.html @@ -208,6 +208,48 @@ The content of left column starts here. --> +

    Tables

    + +

    CentOS Tables Visual Style Guide.

    + +

    The HTML table model allows authors to arrange data -- + text, preformatted text, images, links, forms, form fields, + other tables, etc. -- into rows and columns of cells.

    + + + + + + + + + + + + + + + + + + + + + + + + +
    A test table with merged cells
    AverageRed
    eyes
    heightweight
    Males1.90.00340%
    Females1.70.00243%
    + +

    Recommendations

    + + + + diff --git a/Identity/Models/Html/Home/texts.html b/Identity/Models/Html/Home/texts.html index d1a8fbd..cee5857 100644 --- a/Identity/Models/Html/Home/texts.html +++ b/Identity/Models/Html/Home/texts.html @@ -208,27 +208,13 @@ The content of left column goes here. --> -

    Texts

    +

    Texts

    CentOS Texts Visual Style Guide.

    -
    -

    Table of contents

    - -
    +

    Table of contents

    -

    Phrase elements

    +

    Phrase elements

    EM
    @@ -269,7 +255,7 @@
    -

    Subscripts and superscripts

    +

    Subscripts and superscripts

    @@ -281,7 +267,7 @@
    Mlle Dupont
    -

    Paragraphs

    +

    Paragraphs

    CentOS is an Enterprise-class Linux Distribution derived from sources freely @@ -315,13 +301,13 @@

    -

    Preformatted texts

    +

    Preformatted texts

    This is a small one-line pre formatted element.
    This is a long one-line pre formatted element to illustrate how the content is scrollable when it doesn't fit the current screen area.
    -

    Quotations

    +

    Quotations

    The simplest quotation.

    @@ -449,7 +435,7 @@ she told me <q lang="en-US">Mary wants you to get some ice cream on your way home.</q> I think I will get some at Ben and Jerry’s, on Gloucester Road.</q></p> -

    Recommendations

    +

    Recommendations

    In order to maintain a consistent quotation style, consider the following recomendations: