diff --git a/Identity/Models/Css/Home/home.css b/Identity/Models/Css/Home/home.css index 1c03fd0..0132d3e 100755 --- a/Identity/Models/Css/Home/home.css +++ b/Identity/Models/Css/Home/home.css @@ -130,6 +130,7 @@ div#page-header div.links div.trail { div#page-body div#left div.trail a { font-size: small; + margin-right: 5px; } div#page-header div.links div.user a, @@ -146,7 +147,7 @@ div#page-header div.links div.user span { div#page-header div.links div.user span, div#page-header div.links div.trail span { display: inline; - margin-left: 5px; + margin-left: 3px; } div#page-header div.links div.user span.last, @@ -162,7 +163,7 @@ div#page-header div.links div.trail span.last a { div#page-header div.links div.trail span:after, div#page-body div#left div.trail span:after { - content: " » "; + content: "»"; } div#page-header div.links div.trail span.last:after, diff --git a/Identity/Models/Html/Home/forms.html b/Identity/Models/Html/Home/forms.html index 5318d62..522bbb0 100644 --- a/Identity/Models/Html/Home/forms.html +++ b/Identity/Models/Html/Home/forms.html @@ -8,8 +8,8 @@ - - + +
CentOS Forms Visual Style Guide.
- - + -CentOS Headings Visual Style Guide.
CentOS Links Visual Style Guide.
@@ -221,19 +221,19 @@This is a common text link style
This is a common nonexistant text link style
-http://www.centos.org/. This is the "www" and "http" link style. It is generally used to link diff --git a/Identity/Models/Html/Home/lists.html b/Identity/Models/Html/Home/lists.html index b5e320c..b1ec888 100644 --- a/Identity/Models/Html/Home/lists.html +++ b/Identity/Models/Html/Home/lists.html @@ -8,8 +8,8 @@ - - + +
CentOS Lists Visual Style Guide.
diff --git a/Identity/Models/Html/Home/pagination.html b/Identity/Models/Html/Home/pagination.html index f8b93c1..a7ac83b 100644 --- a/Identity/Models/Html/Home/pagination.html +++ b/Identity/Models/Html/Home/pagination.html @@ -8,8 +8,8 @@ - - + +Hello
+Hello
+CentOS Texts Visual Style Guide.
CentOS is an Enterprise-class Linux Distribution derived from sources freely @@ -322,13 +311,13 @@
-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.-
@@ -430,30 +419,90 @@The simplest quotation.
@@ -357,7 +346,7 @@<blockquote class="icon orange"> <img src="/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-idea.png" alt="Tip" /> <h3>Tip</h3> - <p>This is a simple quotation with an icon. </p> + <p>This is a simple quotation with an icon.</p> </blockquote>The following color classes are available:
@@ -418,11 +407,11 @@Success
This admonition style is used to output web application - messages like action results. This one combines color clases, + messages like action results. This one combines color classes, heading, and icon.
<blockquote class="icon message green"> <img src="/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-success.png" alt="Success" /> - <p>This admonition style is used to output web application messages like action results. This one combines color clases, heading, and icon.</p> + <p>This admonition style is used to output web application messages like action results. This one combines color classes, heading, and icon.</p> </blockquote>
This admonition style is used to output web application - messages like action results. This one combines color clases, + messages like action results. This one combines color classes, heading, and icon.
<blockquote class="icon message error"> <img src="/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-error.png" alt="Error" /> - <p>This admonition style is used to output web application messages like action results. This one combines color clases, heading, and icon.</p> + <p>This admonition style is used to output web application messages like action results. This one combines color classes, heading, and icon.</p> </blockquote>-
The Community Enterprise
Operating System
is a GNU/Linux Distribution based on the
freely available sources of a prominet Linux vendor.
John said, John said, In order to maintain a consistent quotation style, consider the
+ following recomendations: Use this quotation style to remark notes inside your content. Use this quotation style to remark tips inside your content. Use this quotation style to remark warnings inside your content. Use this quotation style to remark important ideas inside your
+ content.I saw Lucy at lunch, she told me
-
Mary wants you to get some ice cream on your
+
<p>The <q cite="http://www.centos.org/">Community Enterprise
+Operating System</q> is a GNU/Linux Distribution based on the freely
+available sources of a prominet Linux vendor.</p>
+
+ I saw Lucy at lunch, she told me
+
Mary wants you to get some ice cream on your
way home.
I think I will get some at Ben and Jerry’s, on
Gloucester Road.<p>John said, <q lang="en-US">I saw Lucy at lunch,
+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
+
+
+
+
+
+ Note
+ <blockquote class="icon blue">
+ <img src="/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-info.png" alt="Note" />
+ <h3>Note</h3>
+ <p>Use this quotation style to remark notes inside your content.</p>
+</blockquote>
+
+
+
+
+ Tip
+ <blockquote class="icon orange">
+ <img src="/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-idea.png" alt="Tip" />
+ <h3>Tip</h3>
+ <p>Use this quotation style to remark tips inside your content.</p>
+</blockquote>
+
+
+
+
+ Warning
+ <blockquote class="icon orange">
+ <img src="/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-alert.png" alt="Alert" />
+ <h3>Warning</h3>
+ <p>Use this quotation style to remark warnings inside your content.</p>
+</blockquote>
+
+
+
+
+ Important
+ <blockquote class="icon orange">
+ <h3>Important</h3>
+ <img src="/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-attention.png" alt="Important" />
+ <p>Use this quotation style to remark important ideas inside your content.</p>
+</blockquote>
+
+
+