css
authornicola <nicola@nicola-x910.(none)>
Wed, 16 Dec 2009 14:02:02 +0000 (15:02 +0100)
committernicola <nicola@nicola-x910.(none)>
Wed, 16 Dec 2009 14:02:02 +0000 (15:02 +0100)
17 files changed:
www/css/general.css [new file with mode: 0644]
www/css/general.css~ [new file with mode: 0644]
www/css/ie6.css [new file with mode: 0644]
www/css/images/badge.jpg [new file with mode: 0644]
www/css/images/badgemain.png [new file with mode: 0644]
www/css/images/bullet.gif [new file with mode: 0644]
www/css/images/devel.png [new file with mode: 0644]
www/css/images/download.jpg [new file with mode: 0644]
www/css/images/help.png [new file with mode: 0644]
www/css/images/insertp.png [new file with mode: 0644]
www/css/images/links.jpg [new file with mode: 0644]
www/css/images/logo.bmp [new file with mode: 0644]
www/css/images/logo.jpg [new file with mode: 0644]
www/css/images/mail.jpg [new file with mode: 0644]
www/css/images/news.jpg [new file with mode: 0644]
www/css/images/searchp.png [new file with mode: 0644]
www/css/images/tuts.jpg [new file with mode: 0644]

diff --git a/www/css/general.css b/www/css/general.css
new file mode 100644 (file)
index 0000000..9064840
--- /dev/null
@@ -0,0 +1,165 @@
+@CHARSET "UTF-8";\r
+/******* GENERAL RESET *******/\r
+html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,\r
+font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,\r
+ tfoot, thead, tr, th, td {\r
+border:0pt none;\r
+font-family:inherit;\r
+font-size: 100%;\r
+font-style:inherit;\r
+font-weight:inherit;\r
+margin:0pt;\r
+padding:0pt;\r
+vertical-align:baseline;\r
+}\r
+body{\r
+       background: #fff;\r
+       line-height:14px;\r
+       font-size: 12px;\r
+       font-family: Arial,  Verdana, Helvetica, sans-serif;\r
+       margin:0pt;\r
+       cursor:default;\r
+       /*overflow: hidden;*/\r
+}\r
+html,body{\r
+       height:100%;\r
+       text-align: center;\r
+}\r
+.clear{\r
+       clear: both;\r
+       height: 0;\r
+       visibility: hidden;\r
+       display: block;\r
+}\r
+a{\r
+       text-decoration: none;\r
+}\r
+/******* GENERAL RESET *******/\r
+/******* LOGO *******/\r
+#logo{\r
+       margin-top: 1em;\r
+       display: block;\r
+}\r
+/******* /LOGO  *******/\r
+/******* MENU *******/\r
+#container{\r
+       margin: auto;\r
+       width: 800px;\r
+       \r
+}\r
+#container ul{\r
+       list-style: none;\r
+       list-style-position: outside;\r
+}\r
+#container ul.menu li{\r
+       float: left;\r
+       margin-right: 5px;\r
+       margin-bottom: -1px;\r
+}\r
+#container ul.menu li{\r
+       font-weight: 700;\r
+       display: block;\r
+       padding: 5px 10px 5px 10px;\r
+       background: #efefef;\r
+       margin-bottom: -1px;\r
+       border: 1px solid #d0ccc9;\r
+       border-width: 1px 1px 1px 1px;\r
+       position: relative;\r
+       color: #898989;\r
+       cursor: pointer;\r
+}\r
+#container ul.menu li.active{\r
+       background: #fff;\r
+       top: 1px;\r
+       border-bottom: 0;\r
+       color: #5f95ef;\r
+}\r
+/******* /MENU *******/\r
+/******* CONTENT *******/\r
+.content{\r
+       margin: 0pt auto;\r
+       background: #efefef;\r
+       background: #fff;\r
+       border: 1px solid #d0ccc9;\r
+       text-align: left;\r
+       padding: 10px;\r
+       padding-bottom: 20px;\r
+       font-size: 11px;\r
+       \r
+}\r
+.content h1{\r
+       line-height: 1em;\r
+       vertical-align: middle;\r
+       height: 48px;\r
+       padding: 10px 10px 10px 52px;\r
+       font-size: 32px;\r
+}\r
+/******* /CONTENT *******/\r
+/******* NEWS *******/\r
+.content.news h1{\r
+       background: transparent url(images/news.jpg) no-repeat scroll left top;\r
+       \r
+}\r
+.content.news{\r
+       display: block;\r
+       font-size: 18px;\r
+}\r
+/******* /NEWS *******/\r
+/******* TUTORIALS *******/\r
+\r
+\r
+.content.doc h1{\r
+       background: transparent url(images/help.png) no-repeat scroll left top;\r
+}\r
+.content.doc{\r
+       display: none;\r
+       font-size: 18px;\r
+}\r
+\r
+.content.download h1{\r
+       background: transparent url(images/download.jpg) no-repeat scroll left top;\r
+}\r
+.content.download{\r
+       display: none;\r
+       font-size: 18px;\r
+}\r
+\r
+.content.devel h1{\r
+       background: transparent url(images/devel.png) no-repeat scroll left top;\r
+}\r
+.content.devel{\r
+       display: none;\r
+       font-size: 18px;\r
+}\r
+\r
+\r
+\r
+.content.home h1{\r
+       background: transparent ;\r
+}\r
+.content.home{\r
+       display: none;\r
+       font-size: 18px;\r
+}\r
+\r
+/******* /TUTORIALS *******/\r
+/******* LINKS *******/\r
+.content.links h1{\r
+       background: transparent url(images/links.jpg) no-repeat scroll left top;\r
+}\r
+.content.links{\r
+       display: none;\r
+       font-size: 18px;\r
+}\r
+.content.links a{\r
+       color: #5f95ef;\r
+}\r
+\r
+td.dev\r
+{\r
+       padding: 1em;\r
+}\r
+\r
+\r
+div.footer\r
+{position:absolute;bottom: 0;width: 100%} 
\ No newline at end of file
diff --git a/www/css/general.css~ b/www/css/general.css~
new file mode 100644 (file)
index 0000000..d66ca29
--- /dev/null
@@ -0,0 +1,165 @@
+@CHARSET "UTF-8";\r
+/******* GENERAL RESET *******/\r
+html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,\r
+font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,\r
+ tfoot, thead, tr, th, td {\r
+border:0pt none;\r
+font-family:inherit;\r
+font-size: 100%;\r
+font-style:inherit;\r
+font-weight:inherit;\r
+margin:0pt;\r
+padding:0pt;\r
+vertical-align:baseline;\r
+}\r
+body{\r
+       background: #fff;\r
+       line-height:14px;\r
+       font-size: 12px;\r
+       font-family: Arial,  Verdana, Helvetica, sans-serif;\r
+       margin:0pt;\r
+       cursor:default;\r
+       overflow: hidden;\r
+}\r
+html,body{\r
+       height:100%;\r
+       text-align: center;\r
+}\r
+.clear{\r
+       clear: both;\r
+       height: 0;\r
+       visibility: hidden;\r
+       display: block;\r
+}\r
+a{\r
+       text-decoration: none;\r
+}\r
+/******* GENERAL RESET *******/\r
+/******* LOGO *******/\r
+#logo{\r
+       margin-top: 1em;\r
+       display: block;\r
+}\r
+/******* /LOGO  *******/\r
+/******* MENU *******/\r
+#container{\r
+       margin: auto;\r
+       width: 800px;\r
+       \r
+}\r
+#container ul{\r
+       list-style: none;\r
+       list-style-position: outside;\r
+}\r
+#container ul.menu li{\r
+       float: left;\r
+       margin-right: 5px;\r
+       margin-bottom: -1px;\r
+}\r
+#container ul.menu li{\r
+       font-weight: 700;\r
+       display: block;\r
+       padding: 5px 10px 5px 10px;\r
+       background: #efefef;\r
+       margin-bottom: -1px;\r
+       border: 1px solid #d0ccc9;\r
+       border-width: 1px 1px 1px 1px;\r
+       position: relative;\r
+       color: #898989;\r
+       cursor: pointer;\r
+}\r
+#container ul.menu li.active{\r
+       background: #fff;\r
+       top: 1px;\r
+       border-bottom: 0;\r
+       color: #5f95ef;\r
+}\r
+/******* /MENU *******/\r
+/******* CONTENT *******/\r
+.content{\r
+       margin: 0pt auto;\r
+       background: #efefef;\r
+       background: #fff;\r
+       border: 1px solid #d0ccc9;\r
+       text-align: left;\r
+       padding: 10px;\r
+       padding-bottom: 20px;\r
+       font-size: 11px;\r
+       \r
+}\r
+.content h1{\r
+       line-height: 1em;\r
+       vertical-align: middle;\r
+       height: 48px;\r
+       padding: 10px 10px 10px 52px;\r
+       font-size: 32px;\r
+}\r
+/******* /CONTENT *******/\r
+/******* NEWS *******/\r
+.content.news h1{\r
+       background: transparent url(images/news.jpg) no-repeat scroll left top;\r
+       \r
+}\r
+.content.news{\r
+       display: block;\r
+       font-size: 18px;\r
+}\r
+/******* /NEWS *******/\r
+/******* TUTORIALS *******/\r
+\r
+\r
+.content.doc h1{\r
+       background: transparent url(images/help.png) no-repeat scroll left top;\r
+}\r
+.content.doc{\r
+       display: none;\r
+       font-size: 18px;\r
+}\r
+\r
+.content.download h1{\r
+       background: transparent url(images/download.jpg) no-repeat scroll left top;\r
+}\r
+.content.download{\r
+       display: none;\r
+       font-size: 18px;\r
+}\r
+\r
+.content.devel h1{\r
+       background: transparent url(images/devel.png) no-repeat scroll left top;\r
+}\r
+.content.devel{\r
+       display: none;\r
+       font-size: 18px;\r
+}\r
+\r
+\r
+\r
+.content.home h1{\r
+       background: transparent ;\r
+}\r
+.content.home{\r
+       display: none;\r
+       font-size: 18px;\r
+}\r
+\r
+/******* /TUTORIALS *******/\r
+/******* LINKS *******/\r
+.content.links h1{\r
+       background: transparent url(images/links.jpg) no-repeat scroll left top;\r
+}\r
+.content.links{\r
+       display: none;\r
+       font-size: 18px;\r
+}\r
+.content.links a{\r
+       color: #5f95ef;\r
+}\r
+\r
+td.dev\r
+{\r
+       padding: 1em;\r
+}\r
+\r
+\r
+div.footer\r
+{position:absolute;bottom: 0;width: 100%} 
\ No newline at end of file
diff --git a/www/css/ie6.css b/www/css/ie6.css
new file mode 100644 (file)
index 0000000..f9a823a
--- /dev/null
@@ -0,0 +1,3 @@
+ul.menu {\r
+       margin-top: -14px;\r
+}
\ No newline at end of file
diff --git a/www/css/images/badge.jpg b/www/css/images/badge.jpg
new file mode 100644 (file)
index 0000000..2a0adb7
Binary files /dev/null and b/www/css/images/badge.jpg differ
diff --git a/www/css/images/badgemain.png b/www/css/images/badgemain.png
new file mode 100644 (file)
index 0000000..e61de28
Binary files /dev/null and b/www/css/images/badgemain.png differ
diff --git a/www/css/images/bullet.gif b/www/css/images/bullet.gif
new file mode 100644 (file)
index 0000000..c236abd
Binary files /dev/null and b/www/css/images/bullet.gif differ
diff --git a/www/css/images/devel.png b/www/css/images/devel.png
new file mode 100644 (file)
index 0000000..e365a46
Binary files /dev/null and b/www/css/images/devel.png differ
diff --git a/www/css/images/download.jpg b/www/css/images/download.jpg
new file mode 100644 (file)
index 0000000..27eb162
Binary files /dev/null and b/www/css/images/download.jpg differ
diff --git a/www/css/images/help.png b/www/css/images/help.png
new file mode 100644 (file)
index 0000000..8c3a408
Binary files /dev/null and b/www/css/images/help.png differ
diff --git a/www/css/images/insertp.png b/www/css/images/insertp.png
new file mode 100644 (file)
index 0000000..05b7e73
Binary files /dev/null and b/www/css/images/insertp.png differ
diff --git a/www/css/images/links.jpg b/www/css/images/links.jpg
new file mode 100644 (file)
index 0000000..d8b18d5
Binary files /dev/null and b/www/css/images/links.jpg differ
diff --git a/www/css/images/logo.bmp b/www/css/images/logo.bmp
new file mode 100644 (file)
index 0000000..efe0600
Binary files /dev/null and b/www/css/images/logo.bmp differ
diff --git a/www/css/images/logo.jpg b/www/css/images/logo.jpg
new file mode 100644 (file)
index 0000000..4315f1f
Binary files /dev/null and b/www/css/images/logo.jpg differ
diff --git a/www/css/images/mail.jpg b/www/css/images/mail.jpg
new file mode 100644 (file)
index 0000000..9048980
Binary files /dev/null and b/www/css/images/mail.jpg differ
diff --git a/www/css/images/news.jpg b/www/css/images/news.jpg
new file mode 100644 (file)
index 0000000..c145779
Binary files /dev/null and b/www/css/images/news.jpg differ
diff --git a/www/css/images/searchp.png b/www/css/images/searchp.png
new file mode 100644 (file)
index 0000000..2b6991c
Binary files /dev/null and b/www/css/images/searchp.png differ
diff --git a/www/css/images/tuts.jpg b/www/css/images/tuts.jpg
new file mode 100644 (file)
index 0000000..5fde37a
Binary files /dev/null and b/www/css/images/tuts.jpg differ