]> source.dussan.org Git - vaadin-framework.git/commitdiff
-New style for demos index page.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 8 Feb 2007 14:05:19 +0000 (14:05 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 8 Feb 2007 14:05:19 +0000 (14:05 +0000)
svn changeset:578/svn branch:toolkit

WebContent/styles/demos.css [new file with mode: 0644]
WebContent/styles/feature_browser_bg.gif [new file with mode: 0644]
WebContent/styles/frontpage_logo.png [new file with mode: 0644]
WebContent/styles/itmill-logo-small.gif [new file with mode: 0644]
WebContent/styles/sample_code_bg.gif [new file with mode: 0644]

diff --git a/WebContent/styles/demos.css b/WebContent/styles/demos.css
new file mode 100644 (file)
index 0000000..fc4f082
--- /dev/null
@@ -0,0 +1,140 @@
+/* Basic styles */\r
+\r
+body {\r
+       background-color: #c7e4ff;\r
+       font-family: Georgia, Arial, Tahoma, Verdana, sans-serif;\r
+       margin: 0;\r
+       padding: 0;\r
+       letter-spacing: 0.01em;\r
+       color: #4c4c4c;\r
+       font-size: 62.5%;\r
+}\r
+\r
+h1,h2,h3,h4,h5,h6 {\r
+       font-family: Arial, Tahoma, Verdana, sans-serif;\r
+       color: #ee4411;\r
+       font-weight: normal;\r
+}\r
+h1 {\r
+       font-size: 3em;\r
+}\r
+h2 {\r
+       font-size: 2.4em;\r
+}\r
+h3 {\r
+       font-size: 2em;\r
+}\r
+h4 {\r
+       font-size: 1.8em;\r
+       color: #3798f3;\r
+       margin-bottom: 0.4em;\r
+}\r
+h5 {\r
+       font-size: 1.5em;\r
+}\r
+h6 {\r
+       font-size: 1.2em;\r
+       font-weight: bold;\r
+}\r
+\r
+a:link {\r
+       color: #ee4411;\r
+       text-decoration: none;\r
+       border-bottom: dotted 1px #539dc9;\r
+}\r
+a:visited {\r
+       color: #5d7178;\r
+       text-decoration: none;\r
+       border-bottom: dotted 1px #539dc9;\r
+}\r
+a:active {\r
+       color: #3a9bff;\r
+       text-decoration: none;\r
+}\r
+a:hover {\r
+       color: #3b62b1;\r
+       background-color: #e7f3fa;\r
+       border-bottom: solid 1px #ee4411;\r
+       text-decoration: none;\r
+}\r
+\r
+ul {\r
+       list-style-type: square;\r
+}\r
+\r
+/* Layout */\r
+\r
+#container {\r
+       margin: 30px 30px;\r
+       text-align: left;\r
+       padding: 35px 30px 30px 30px;\r
+       overflow: hidden;\r
+       margin-right: 30px;\r
+       background-color: #fff;\r
+}\r
+\r
+#itmilllogo {\r
+       background-image: url(itmill-logo-small.gif);\r
+       width: 195px;\r
+       height: 32px;\r
+       overflow: hidden;\r
+       text-indent: -90000px;\r
+       float: left;\r
+}\r
+\r
+#toolkit {\r
+       float: left;\r
+       width: 100px;\r
+       height: 25px;\r
+       background: transparent url(frontpage_logo.png) no-repeat;\r
+       margin: 3px 0 30px 10px;\r
+}\r
+\r
+pre {\r
+       background-color: #f7f7f7;\r
+       border: solid 2px #e6e6e6;\r
+       font-family: monospace;\r
+       font-size: 1.1em;\r
+       padding: 0.5em 1em;\r
+}\r
+\r
+hr {\r
+       height: 1px;\r
+       overflow: hidden;\r
+       color: #b2d2e5;\r
+       background-color: #b2d2e5;\r
+       border: none;\r
+}\r
+\r
+#feature-browser,\r
+#sample-code {\r
+       clear: both;\r
+       padding: 10px 10px 20px 50px;\r
+       background-color: #f7f7f7;\r
+       border: solid 2px #e6e6e6;\r
+       font-size: 1.2em;\r
+       line-height: 1.6em;\r
+       margin: 30px 0;\r
+}\r
+\r
+#feature-browser {\r
+       background: #f7f7f7 url(feature_browser_bg.gif) no-repeat top right;\r
+}\r
+\r
+#sample-code {\r
+       background: #f7f7f7 url(sample_code_bg.gif) no-repeat top right;\r
+}\r
+\r
+.option {\r
+       clear: both;\r
+       height: 2em;\r
+       overflow: hidden;\r
+}\r
+\r
+.option .link {\r
+       float: left;\r
+       width: 15em;\r
+}\r
+.option .desc {\r
+       float: left;\r
+}
\ No newline at end of file
diff --git a/WebContent/styles/feature_browser_bg.gif b/WebContent/styles/feature_browser_bg.gif
new file mode 100644 (file)
index 0000000..c47081a
Binary files /dev/null and b/WebContent/styles/feature_browser_bg.gif differ
diff --git a/WebContent/styles/frontpage_logo.png b/WebContent/styles/frontpage_logo.png
new file mode 100644 (file)
index 0000000..6b2ecc5
Binary files /dev/null and b/WebContent/styles/frontpage_logo.png differ
diff --git a/WebContent/styles/itmill-logo-small.gif b/WebContent/styles/itmill-logo-small.gif
new file mode 100644 (file)
index 0000000..949bff3
Binary files /dev/null and b/WebContent/styles/itmill-logo-small.gif differ
diff --git a/WebContent/styles/sample_code_bg.gif b/WebContent/styles/sample_code_bg.gif
new file mode 100644 (file)
index 0000000..13d1e43
Binary files /dev/null and b/WebContent/styles/sample_code_bg.gif differ