diff --git a/Identity/Models/Css/Home/base.css b/Identity/Models/Css/Home/base.css index 34b9b43..46d9eb3 100755 --- a/Identity/Models/Css/Home/base.css +++ b/Identity/Models/Css/Home/base.css @@ -299,7 +299,7 @@ dl dt { } dl dt:after { - content: ": " + content: "" } dl dd { @@ -310,9 +310,7 @@ dl dd { dl dd ul, dl dd ol { - margin: 0; - padding-top: 0; - margin-left: 4em; + margin-left: 0; } /* Tables diff --git a/Identity/Models/Css/Home/home.css b/Identity/Models/Css/Home/home.css index e34e0a7..1c03fd0 100755 --- a/Identity/Models/Css/Home/home.css +++ b/Identity/Models/Css/Home/home.css @@ -85,31 +85,31 @@ div#page-body a.nonexistent:hover { color: gray; } div#page-body a.www:before { white-space:nowrap; - content: url(/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/png/www.png); + content: url(/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/png/a-www.png); margin: 0 0.2em; } div#page-body a.http:before { white-space:nowrap; - content: url(/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/png/www.png); + content: url(/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/png/a-www.png); margin: 0 0.2em; } div#page-body a.https:before { white-space:nowrap; - content: url(/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/png/www.png); + content: url(/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/png/a-www.png); margin: 0 0.2em; } div#page-body a.mailto:before { white-space:nowrap; - content: url(/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/png/email.png); + content: url(/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/png/a-mail.png); margin: 0 0.2em; } div#page-body a.attachment:before { white-space:nowrap; - content: url(/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/png/attach.png); + content: url(/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/png/a-attach.png); margin: 0 0.2em; } @@ -191,7 +191,7 @@ div#page-body h2 { margin-top: 1.6em; margin-bottom: 0.8em; padding-left: 0.7em; - background-image: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/png/h2-bg.png"); + background: #FFF url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/png/h2-bg.png"); border: none; color: #072B61; } @@ -310,6 +310,30 @@ div#page-body div#right ul li.current { font-weight: bold; } +/* Table of content (toc) */ + +div#page-body div.toc { + border: 1px solid #CCCCCC; + background: #FFF url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/png/toc-bg.png") right repeat-y; + font-size: small; + text-align:left; + margin-left: 1.5em; + width:70%; + } + +div#page-body div.toc h3 { + margin-top: 0; + background: #FFF url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/png/h2-bg.png"); + } + +div#page-body div.toc ul { + margin-left: 1.5em; + } + +div#page-body div.toc ul ul { + margin-left: 0; +} + /* Quotations -----------------------------------------------*/ diff --git a/Identity/Models/Html/Home/forms.html b/Identity/Models/Html/Home/forms.html index a4e44df..5318d62 100644 --- a/Identity/Models/Html/Home/forms.html +++ b/Identity/Models/Html/Home/forms.html @@ -212,14 +212,6 @@

CentOS Forms Visual Style Guide.

-

Recommendations

- - - -

Examples

-
Fieldset: diff --git a/Identity/Models/Html/Home/headings.html b/Identity/Models/Html/Home/headings.html index 694e6cb..e8c3e99 100644 --- a/Identity/Models/Html/Home/headings.html +++ b/Identity/Models/Html/Home/headings.html @@ -167,7 +167,7 @@

Headings

CentOS Headings Visual Style Guide.

-

Recommendations

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

Examples

-

Heading - Level 4

+

Heading Level 1

+
<h1><a name="head-5871b1272673f7cf89bcaf48972c848a" href="#head-5871b1272673f7cf89bcaf48972c848a">Heading Level 1</a></h1>
-
<h4><a
-            name="head-157dc030ea314f4b53a6ed238113a3f8"
-            href="#head-157dc030ea314f4b53a6ed238113a3f8">Heading
-            Level 4</a></h4>
+

Heading Level 2

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

Heading Level 3

+
<h3><a name="head-82dd23c665d8ee437a980459c8b80d7a" href="#head-82dd23c665d8ee437a980459c8b80d7a">Heading Level 3</a></h3>
-
<h5><a
-            name="head-33628cc07bcbefc4e4732407b8680bf6"
-            href="#head-33628cc07bcbefc4e4732407b8680bf6">Heading
-            Level 5</a></h5>
+

Heading Level 4

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

diff --git a/Identity/Models/Html/Home/links.html b/Identity/Models/Html/Home/links.html index c398629..ca9632e 100644 --- a/Identity/Models/Html/Home/links.html +++ b/Identity/Models/Html/Home/links.html @@ -207,8 +207,47 @@ -

H

-

Hello

+ +

Links

+ +

CentOS Links Visual Style Guide.

+ + +

Recommendations

+ + + +

Examples

+ +

Common Link Style

+ +

This is a common text link style

+

This is a common nonexistant text link style

+ +

Image Link Style

+ +

Powered by CentOS

+ +

Decorative Link Styles

+ +

http://www.centos.org/. This is + the "www" and "http" link style. It is generally used to link + external sites.

+ +

centos-devel@centos.org. This + is the "mailto" link style. It is generally used to + display email addresses.

+ +

header-bg.jpg. This is the + "attachment" link style. It is generally used to display + an attachment.

+ +

diff --git a/Identity/Models/Html/Home/lists.html b/Identity/Models/Html/Home/lists.html index f5bc32e..b5e320c 100644 --- a/Identity/Models/Html/Home/lists.html +++ b/Identity/Models/Html/Home/lists.html @@ -12,7 +12,7 @@ - Links - Home + Lists - Home @@ -207,9 +207,89 @@ -

H

-

Hello

+

Lists

+ +

CentOS Lists Visual Style Guide.

+ +
+

Table of contents

+ +
+ +

Unordered Lists

+ +

This section illustrates the visual style of unordered lists.

+ + + +

Ordered Lists

+ +

This section illustrates the visual style of ordered lists.

+ +
    +
  1. This is a list element.
  2. +
  3. This is another list element.
  4. +
  5. This is even another list element.
  6. +
+ +

Definition Lists

+ +

This section illustrates the visual style of definition lists.

+ +
+
WWW
+
World Wide Web
+ +
CentOS
+
Community Enterprise Operating System
+
+ +

Nested Lists

+ +

Lists may also be nested and different list types may be + used together, as in the following example, which is a + definition list that contains an unordered list (the + ingredients) and an ordered list (the procedure):

+ +
+
The ingredients
+
+
    +
  • 100 g. flour
  • +
  • 10 g. sugar
  • +
  • 1 cup water
  • +
  • 2 eggs
  • +
  • salt, pepper
  • +
+
+ +
The procedure
+
+
    +
  1. Mix dry ingredients thoroughly.
  2. +
  3. Pour in wet ingredients.
  4. +
  5. Mix for 10 minutes.
  6. +
  7. Bake for one hour at 300 degrees.
  8. +
+
+ +
+ + + +

diff --git a/Identity/Models/Html/Home/texts.html b/Identity/Models/Html/Home/texts.html index 84a46ce..569d5d4 100644 --- a/Identity/Models/Html/Home/texts.html +++ b/Identity/Models/Html/Home/texts.html @@ -212,13 +212,28 @@

CentOS Texts Visual Style Guide.

-

Recommendations

+ + +

Recommendations

-

Examples

+

Examples

Phrase elements

@@ -275,25 +290,43 @@

Paragraphs

-

Paragraph here. Paragraph here. Paragraph here. Paragraph here. - Paragraph here. Paragraph here. Paragraph here. Paragraph here. - Paragraph here. Paragraph here. Paragraph here. Paragraph here. - Paragraph here. Paragraph here.

+

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

+ +

CentOS is developed by a small but growing team of core + developers.  In turn the core developers are supported by an + active user community including system administrators, network + administrators, enterprise users, managers, core Linux + contributors and Linux enthusiasts from around the world.

+ +

CentOS has numerous advantages including: an active and growing + user community, quickly rebuilt, tested, and QA'ed errata + packages, an extensive mirror + network, developers who are contactable and responsive + reliable Enterprise Linux class distribution, multiple free + support avenues including a wiki, IRC + Chat, Email + Lists, Forums,and a + dynamic FAQ. +

-

Paragraph here. Paragraph here. Paragraph here. Paragraph here. - Paragraph here. Paragraph here. Paragraph here. Paragraph here. - Paragraph here. Paragraph here. Paragraph here. Paragraph here. - Paragraph here. Paragraph here.

Preformatted text

-
This is a pre formatted element.
+
This is a small one-line pre formatted element.
-
-This is a pre formatted element (line 1).
-This is a pre formatted element (line 2).
-This is a pre formatted element (line 3).
-
+
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

diff --git a/Identity/Models/Img/Promo/Web/jpg/toc-bg.jpg b/Identity/Models/Img/Promo/Web/jpg/toc-bg.jpg index 5f3f713..3bde60e 100644 Binary files a/Identity/Models/Img/Promo/Web/jpg/toc-bg.jpg and b/Identity/Models/Img/Promo/Web/jpg/toc-bg.jpg differ diff --git a/Identity/Models/Img/Promo/Web/png/a-attach.png b/Identity/Models/Img/Promo/Web/png/a-attach.png new file mode 100644 index 0000000..dc75f89 Binary files /dev/null and b/Identity/Models/Img/Promo/Web/png/a-attach.png differ diff --git a/Identity/Models/Img/Promo/Web/png/a-mail.png b/Identity/Models/Img/Promo/Web/png/a-mail.png new file mode 100644 index 0000000..40e90f8 Binary files /dev/null and b/Identity/Models/Img/Promo/Web/png/a-mail.png differ diff --git a/Identity/Models/Img/Promo/Web/png/a-www.png b/Identity/Models/Img/Promo/Web/png/a-www.png new file mode 100644 index 0000000..1b92afe Binary files /dev/null and b/Identity/Models/Img/Promo/Web/png/a-www.png differ diff --git a/Identity/Models/Img/Promo/Web/png/toc-bg.png b/Identity/Models/Img/Promo/Web/png/toc-bg.png index 02f4993..063d7bb 100644 Binary files a/Identity/Models/Img/Promo/Web/png/toc-bg.png and b/Identity/Models/Img/Promo/Web/png/toc-bg.png differ diff --git a/Identity/Models/Xcf/Promo/Web/a-attach.xcf b/Identity/Models/Xcf/Promo/Web/a-attach.xcf new file mode 100644 index 0000000..1da9042 Binary files /dev/null and b/Identity/Models/Xcf/Promo/Web/a-attach.xcf differ diff --git a/Identity/Models/Xcf/Promo/Web/a-mail.xcf b/Identity/Models/Xcf/Promo/Web/a-mail.xcf new file mode 100644 index 0000000..1f2e901 Binary files /dev/null and b/Identity/Models/Xcf/Promo/Web/a-mail.xcf differ diff --git a/Identity/Models/Xcf/Promo/Web/a-www.xcf b/Identity/Models/Xcf/Promo/Web/a-www.xcf new file mode 100644 index 0000000..5291887 Binary files /dev/null and b/Identity/Models/Xcf/Promo/Web/a-www.xcf differ diff --git a/Identity/Models/Xcf/Promo/Web/toc-bg.xcf b/Identity/Models/Xcf/Promo/Web/toc-bg.xcf new file mode 100644 index 0000000..9737bc7 Binary files /dev/null and b/Identity/Models/Xcf/Promo/Web/toc-bg.xcf differ