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. --> -
CentOS Forms Visual Style Guide.
+CentOS Headings Visual Style Guide.
-<h1><a name="head-5871b1272673f7cf89bcaf48972c848a" href="#head-5871b1272673f7cf89bcaf48972c848a">Heading Level 1</a></h1>-
<h2><a name="head-d33a28a4193cffb949f506cfdf770f05" href="#head-d33a28a4193cffb949f506cfdf770f05">Heading Level 2</a></h2>-
<h3><a name="head-82dd23c665d8ee437a980459c8b80d7a" href="#head-82dd23c665d8ee437a980459c8b80d7a">Heading Level 3</a></h3>-
<h4><a name="head-157dc030ea314f4b53a6ed238113a3f8" href="#head-157dc030ea314f4b53a6ed238113a3f8">Heading Level 4</a></h4>-
<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>-
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. --> -CentOS Links Visual Style Guide.
-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 @@ -261,6 +240,13 @@ "attachment" link style. It is generally used to display an attachment.
+CentOS Lists Visual Style Guide.
-This section illustrates the visual style of unordered lists.
@@ -235,7 +224,7 @@This section illustrates the visual style of ordered lists.
@@ -245,7 +234,7 @@This section illustrates the visual style of definition lists.
@@ -257,7 +246,7 @@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. --> +
CentOS Pagination Visual Style Guide.
+ +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.
+ ++ | Average | +Red eyes |
+ |
---|---|---|---|
height | +weight | +||
Males | +1.9 | +0.003 | +40% | +
Females | +1.7 | +0.002 | +43% | +
CentOS Texts Visual Style Guide.
-CentOS is an Enterprise-class Linux Distribution derived from sources freely @@ -315,13 +301,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.-
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: