From 9c0cc5067e2c0755bcb1d5a355b0750c27ef86ac Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Fri, 30 Nov 2007 12:55:48 +0000 Subject: [PATCH] Toolkit 5 demo page added (for webpage use). svn changeset:3069/svn branch:trunk --- build/package/WebContent/demo/css/demos.css | 232 +++++++++++++++++++ build/package/WebContent/demo/css/styles.css | 4 +- build/package/WebContent/demos.html | 160 +++++++++++++ build/package/WebContent/index.html | 4 +- 4 files changed, 396 insertions(+), 4 deletions(-) create mode 100644 build/package/WebContent/demo/css/demos.css create mode 100644 build/package/WebContent/demos.html diff --git a/build/package/WebContent/demo/css/demos.css b/build/package/WebContent/demo/css/demos.css new file mode 100644 index 0000000000..b45daf2be9 --- /dev/null +++ b/build/package/WebContent/demo/css/demos.css @@ -0,0 +1,232 @@ +html { + font-size: 100%; +} + +body { + font-family: "Trebuchet MS", Tahoma, Geneva, Helvetica, Arial, sans-serif; + font-size: 62.5%; /* Scale down to 10px */ + line-height: 1.8em; + color: #5c666a; + background: #e9eced url(../img/body-bg.gif) repeat-x; +} + +.clearer { + height: 0; + overflow: hidden; + clear: both; +} + +h1, h2, h3, h4, h5, h6 { + margin: 0; + padding: 0; + font-weight: normal; + font-size: 1em; +} + +a { + text-decoration: none; +} + +a:link { + color: #4696d0; +} + +a:visited { + color: #7d9bb2; +} + +a:hover { + color: #59b6fa; +} + +a:active { + color: #ff581e; +} + +a.more { + padding-right: 10px; + background: transparent url(../img/link-arrow.png) no-repeat center right; +} + +a.more span { + color: #5c666a; +} + + +/* page furniture */ + +#container { + width: 759px; + margin: 60px auto; +} + +#container .header { + height: 81px; + background: transparent url(../img/header.png); +} + +#container .content { + background: #fff url(../img/content-bg.png); + padding: 10px 27px 10px 27px; + width: 705px; /* for IE hasLayout, fixes beekaboo-bug */ +} + +#container .footer { + height: 72px; + background: transparent url(../img/footer.png) no-repeat; + position: relative; +} + +#container .footer a { + display: block; + width: 95px; + height: 15px; + text-indent: -90000px; + position: absolute; + left: 27px; + bottom: 3px; + background: transparent url(../img/itmill-logo.png); + border: none; + overflow: hidden; /* IE6 fix */ +} + +#container .footer em { + display: block; + width: 111px; + height: 18px; + text-indent: -90000px; + position: absolute; + right: 27px; + bottom: 0; + background: transparent url(../img/itmill-slogan.png); +} + +#container .header h1, +#container .header em { + display: none; +} + +#container .header a { + color: #5c666a; + float: right; + padding-right: 10px; + background: transparent url(../img/link-arrow2.png) no-repeat center right; + margin: 30px 27px 0 0; + border: none; + font-size: 1.2em; +} + + + +/* content area */ + +.content h2 { + font-size: 18px; + color: #f14c1a; + height: 18px; + padding: 4px 0 6px 34px; + letter-spacing: -0.02em; +} + +#demos h2 { + background: transparent url(../img/icon-eye.png) no-repeat; +} + +#demos { + font-size: 1.3em; +} + +#demos { + width: 705px; + font-size: 1.2em; +} + +#demos h4 { + font-weight: bold; + margin: 1em 0 0.2em 0; +} + + +/* demo icons */ + +#demos ul { + list-style: none; + margin: 0; + padding: 0; +} + +#demos li { + float: left; + width: 160px; + height: 135px; + margin: 14px 15px 0 0; +} + +#demos li a { + display: block; + padding-top: 115px; + height: 20px; + width: 160px; + text-align: center; +} + +#demos #windowed-demos { + background: #fff url(../img/demos/windowed.png) no-repeat; +} + +#demos #reservr { + background: #fff url(../img/demos/reservr.png) no-repeat; +} + +#demos #feature-browser { + background: #fff url(../img/demos/features.png) no-repeat; +} + +#demos #notifications { + background: #fff url(../img/demos/notifications.png) no-repeat; +} + + +/* additional demos */ + +#additional { + width: 300px; + padding: 0 17px 0 17px; + margin-top: 20px; + background: #ecf0f3 url(../img/package-bg.png); + overflow: hidden; + font-size: 1.1em; + clear: left; +} + +#additional .top { + height: 5px; + width: 334px; + margin: 0 -17px 0 -17px; + background: transparent url(../img/package-top.png); + overflow: hidden; +} + +#additional .bottom { + height: 5px; + width: 334px; + margin: 0 -17px 0 -17px; + background: transparent url(../img/package-bottom.png); + overflow: hidden; +} + +#additional-content { + margin: 13px 0 17px 0; +} + +#additional ul { + list-style: none; + margin: 0; + padding: 0; +} + +#additional h3 { + font-size: 1.1em; + margin: 4px 0 5px 0; + color: #5b7b93; +} \ No newline at end of file diff --git a/build/package/WebContent/demo/css/styles.css b/build/package/WebContent/demo/css/styles.css index 7098cf9123..111fcff01e 100644 --- a/build/package/WebContent/demo/css/styles.css +++ b/build/package/WebContent/demo/css/styles.css @@ -214,15 +214,15 @@ a.more span { #demos #windowed-demos { background: #fff url(../img/demos/windowed.png) no-repeat; - margin-right: 15px; } #demos #reservr { background: #fff url(../img/demos/reservr.png) no-repeat; + margin-right: 15px; } #demos #feature-browser { - background: #fff url(../img/demos/feature-browser.png) no-repeat; + background: #fff url(../img/demos/features.png) no-repeat; margin-right: 15px; } diff --git a/build/package/WebContent/demos.html b/build/package/WebContent/demos.html new file mode 100644 index 0000000000..ae5ca07b41 --- /dev/null +++ b/build/package/WebContent/demos.html @@ -0,0 +1,160 @@ + + + + + IT Mill Toolkit 5 Demos + + + + + + +
+ +
+

Introducing IT Mill Toolkit 5

+ Effortless web application development for Java-programmers. + Visit itmill.com +
+ +
+ + + +
+ +
+
+ +

» Additional demos

+ +
+ + + +
+ +
+
+ +
+
+ + + +
+ + + diff --git a/build/package/WebContent/index.html b/build/package/WebContent/index.html index 5e95d51537..1c13a4c326 100644 --- a/build/package/WebContent/index.html +++ b/build/package/WebContent/index.html @@ -119,10 +119,10 @@

Demos

-- 2.39.5