diff --git a/Identity/Webenv/App/Home/texts.html b/Identity/Webenv/App/Home/texts.html index 04e3d8c..1f1d598 100644 --- a/Identity/Webenv/App/Home/texts.html +++ b/Identity/Webenv/App/Home/texts.html @@ -326,7 +326,7 @@
- Tip + Tip

Tip

Simple quotations can be combined with color classes, icons and headings to make your message more attractive. To set @@ -334,7 +334,7 @@ blockquote html tag. The heading is set using h3 heading level.

<blockquote class="icon orange">
-    <img src="/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-idea.png" alt="Tip" />
+    <img src="/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-idea.png" alt="Tip" />
     <h3>Tip</h3>
     <p>This is a simple quotation with an icon.</p>
 </blockquote>
@@ -351,36 +351,36 @@

The following icon paths are available:

- - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + +
Tip/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-idea.pngTip/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-idea.png
Info/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-info.pngInfo/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-info.png
Attention/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-attention.pngAttention/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-attention.png
Alert/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-alert.pngAlert/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-alert.png
Convenction/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-ruler.pngConvenction/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-ruler.png
Star/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-star.pngStar/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-star.png
Error/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-error.pngError/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-error.png
Success/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-success.pngSuccess/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-success.png

As you probably have noted, it is possible to use pre-formatted @@ -398,25 +398,25 @@

- Success + Success

Success

This admonition style is used to output web application 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" />
+    <img src="/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-success.png" alt="Success" />
     <p>This admonition style is used to output web application messages like action results. This one combines color classes, heading, and icon.</p>
 </blockquote>
- Error + Error

Error

This admonition style is used to output web application 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" />
+    <img src="/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-error.png" alt="Error" />
     <p>This admonition style is used to output web application messages like action results. This one combines color classes, heading, and icon.</p>
 </blockquote>
@@ -445,70 +445,70 @@ Jerry’s, on Gloucester Road.</q></p> following recomendations:

- Note + Note

Note

Use this quotation style to remark notes inside your content.

<blockquote class="icon blue">
-    <img src="/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-info.png" alt="Note" />
+    <img src="/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-info.png" alt="Note" />
     <h3>Note</h3>
     <p>Use this quotation style to remark notes inside your content.</p>
 </blockquote>
- Tip + Tip

Tip

Use this quotation style to remark tips inside your content.

<blockquote class="icon orange">
-    <img src="/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-idea.png" alt="Tip" />
+    <img src="/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-idea.png" alt="Tip" />
     <h3>Tip</h3>
     <p>Use this quotation style to remark tips inside your content.</p>
 </blockquote>
- Important + Important

Important

Use this quotation style to remark important ideas inside your content.

<blockquote class="icon orange">
     <h3>Important</h3>
-    <img src="/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-star.png" alt="Important" />
+    <img src="/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-star.png" alt="Important" />
     <p>Use this quotation style to remark important ideas inside your content.</p>
 </blockquote>
- Convenction + Convenction

Convenction

Use this quotation style to remark convenctions inside your content.

<blockquote class="icon orange">
     <h3>Convenction</h3>
-    <img src="/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-ruler.png" alt="Convenction" />
+    <img src="/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-ruler.png" alt="Convenction" />
     <p>Use this quotation style to remark convenctions inside your content.</p>
 </blockquote>
- Alert + Alert

Warning

Use this quotation style to remark warnings inside your content.

<blockquote class="icon orange">
-    <img src="/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-alert.png" alt="Alert" />
+    <img src="/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-alert.png" alt="Alert" />
     <h3>Warning</h3>
     <p>Use this quotation style to remark warnings inside your content.</p>
 </blockquote>
- Important + Important

Caution

Use this quotation style to remark caution ideas inside your content.

<blockquote class="icon orange">
     <h3>Caution</h3>
-    <img src="/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-attention.png" alt="Important" />
+    <img src="/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-attention.png" alt="Important" />
     <p>Use this quotation style to remark caution ideas inside your content.</p>
 </blockquote>
diff --git a/Identity/Webenv/Css/base-app.css b/Identity/Webenv/Css/base-app.css index c4be256..c0affbd 100755 --- a/Identity/Webenv/Css/base-app.css +++ b/Identity/Webenv/Css/base-app.css @@ -77,31 +77,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/a-www.png); + content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/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/a-www.png); + content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/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/a-www.png); + content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/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/a-mail.png); + content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/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/a-attach.png); + content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-attach.png); margin: 0 0.2em; } @@ -281,7 +281,7 @@ div.page-line.white { -----------------------------------------------*/ div#page-body ul { - list-style: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/ul.png") circle; + list-style: url("/home/centos/artwork/trunk/Identity/Images/Webenv/ul.png") circle; } div#page-body div#content-links ul { @@ -307,7 +307,7 @@ div#page-body div#content-links ul li.current { div#page-body div.toc { border: 1px solid #CCCCCC; - background: #FFF url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/toc-bg.png") right repeat-y; + background: #FFF url("/home/centos/artwork/trunk/Identity/Images/Webenv/toc-bg.png") right repeat-y; font-size: small; text-align:left; margin-left: 1.5em; @@ -316,7 +316,7 @@ div#page-body div.toc { div#page-body div.toc h3 { margin-top: 0; - background: #FFF url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/h2-bg.png"); + background: #FFF url("/home/centos/artwork/trunk/Identity/Patterns/centos-header-2.png"); } div#page-body div.toc ul { @@ -331,7 +331,7 @@ div#page-body div.toc ul ul { -----------------------------------------------*/ div#page-body blockquote { - background-image: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/msg-bg-gray.png"); + background-image: url("/home/centos/artwork/trunk/Identity/Images/Webenv/msg-bg-gray.png"); } div#page-body blockquote h3 { @@ -361,7 +361,7 @@ div#page-body blockquote.message { } div#page-body blockquote.blue { - background-image: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/msg-bg-blue.png"); + background-image: url("/home/centos/artwork/trunk/Identity/Images/Webenv/msg-bg-blue.png"); border-color: #D2E0F6; background-color: #ECF4FF; } @@ -369,25 +369,25 @@ div#page-body blockquote.blue { div#page-body blockquote.orange { border-color: #F6E7D2; background-color: #FFF8EC; - background-image: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/msg-bg-orange.png"); + background-image: url("/home/centos/artwork/trunk/Identity/Images/Webenv/msg-bg-orange.png"); } div#page-body blockquote.violet { border-color: #F6D2F6; background-color: #FFECFF; - background-image: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/msg-bg-violet.png"); + background-image: url("/home/centos/artwork/trunk/Identity/Images/Webenv/msg-bg-violet.png"); } div#page-body blockquote.red { border-color: #E0B7B7; background-color: #FFECEC; - background-image: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/msg-bg-red.png"); + background-image: url("/home/centos/artwork/trunk/Identity/Images/Webenv/msg-bg-red.png"); } div#page-body blockquote.green { border-color: #D6F6D2; background-color: #EEFFEC; - background-image: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/msg-bg-green.png"); + background-image: url("/home/centos/artwork/trunk/Identity/Images/Webenv/msg-bg-green.png"); } /* Forms diff --git a/Identity/Webenv/Css/tabs.css b/Identity/Webenv/Css/tabs.css index 61fd686..09b4f07 100644 --- a/Identity/Webenv/Css/tabs.css +++ b/Identity/Webenv/Css/tabs.css @@ -57,18 +57,18 @@ div#page-header div.tabs1 a span { div#page-header div.tabs1 span.current a, div#page-header div.tabs1 span.current a:hover { - background: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/tabs3-bg.png") 100% -50px no-repeat; + background: url("/home/centos/artwork/trunk/Identity/Images/Webenv/tabs3-bg.png") 100% -50px no-repeat; } div#page-header div.tabs1 span.current a span, div#page-header div.tabs1 span.current a:hover span { - background: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/tabs4-bg.png") 0 -50px no-repeat; + background: url("/home/centos/artwork/trunk/Identity/Images/Webenv/tabs4-bg.png") 0 -50px no-repeat; } div#page-header div.tabs1 span:hover a { - background: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/tabs3-bg.png") 100% 0 no-repeat; + background: url("/home/centos/artwork/trunk/Identity/Images/Webenv/tabs3-bg.png") 100% 0 no-repeat; } div#page-header div.tabs1 span:hover a span { - background: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/tabs4-bg.png") 0 0; + background: url("/home/centos/artwork/trunk/Identity/Images/Webenv/tabs4-bg.png") 0 0; }