From: nicola Date: Wed, 16 Dec 2009 14:02:02 +0000 (+0100) Subject: css X-Git-Url: http://git.maemo.org/git/?p=badge;a=commitdiff_plain;h=8ff135d9c2b609d0dcb343200f3df48c60e995b3 css --- diff --git a/www/css/general.css b/www/css/general.css new file mode 100644 index 0000000..9064840 --- /dev/null +++ b/www/css/general.css @@ -0,0 +1,165 @@ +@CHARSET "UTF-8"; +/******* GENERAL RESET *******/ +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, +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, + tfoot, thead, tr, th, td { +border:0pt none; +font-family:inherit; +font-size: 100%; +font-style:inherit; +font-weight:inherit; +margin:0pt; +padding:0pt; +vertical-align:baseline; +} +body{ + background: #fff; + line-height:14px; + font-size: 12px; + font-family: Arial, Verdana, Helvetica, sans-serif; + margin:0pt; + cursor:default; + /*overflow: hidden;*/ +} +html,body{ + height:100%; + text-align: center; +} +.clear{ + clear: both; + height: 0; + visibility: hidden; + display: block; +} +a{ + text-decoration: none; +} +/******* GENERAL RESET *******/ +/******* LOGO *******/ +#logo{ + margin-top: 1em; + display: block; +} +/******* /LOGO *******/ +/******* MENU *******/ +#container{ + margin: auto; + width: 800px; + +} +#container ul{ + list-style: none; + list-style-position: outside; +} +#container ul.menu li{ + float: left; + margin-right: 5px; + margin-bottom: -1px; +} +#container ul.menu li{ + font-weight: 700; + display: block; + padding: 5px 10px 5px 10px; + background: #efefef; + margin-bottom: -1px; + border: 1px solid #d0ccc9; + border-width: 1px 1px 1px 1px; + position: relative; + color: #898989; + cursor: pointer; +} +#container ul.menu li.active{ + background: #fff; + top: 1px; + border-bottom: 0; + color: #5f95ef; +} +/******* /MENU *******/ +/******* CONTENT *******/ +.content{ + margin: 0pt auto; + background: #efefef; + background: #fff; + border: 1px solid #d0ccc9; + text-align: left; + padding: 10px; + padding-bottom: 20px; + font-size: 11px; + +} +.content h1{ + line-height: 1em; + vertical-align: middle; + height: 48px; + padding: 10px 10px 10px 52px; + font-size: 32px; +} +/******* /CONTENT *******/ +/******* NEWS *******/ +.content.news h1{ + background: transparent url(images/news.jpg) no-repeat scroll left top; + +} +.content.news{ + display: block; + font-size: 18px; +} +/******* /NEWS *******/ +/******* TUTORIALS *******/ + + +.content.doc h1{ + background: transparent url(images/help.png) no-repeat scroll left top; +} +.content.doc{ + display: none; + font-size: 18px; +} + +.content.download h1{ + background: transparent url(images/download.jpg) no-repeat scroll left top; +} +.content.download{ + display: none; + font-size: 18px; +} + +.content.devel h1{ + background: transparent url(images/devel.png) no-repeat scroll left top; +} +.content.devel{ + display: none; + font-size: 18px; +} + + + +.content.home h1{ + background: transparent ; +} +.content.home{ + display: none; + font-size: 18px; +} + +/******* /TUTORIALS *******/ +/******* LINKS *******/ +.content.links h1{ + background: transparent url(images/links.jpg) no-repeat scroll left top; +} +.content.links{ + display: none; + font-size: 18px; +} +.content.links a{ + color: #5f95ef; +} + +td.dev +{ + padding: 1em; +} + + +div.footer +{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 index 0000000..d66ca29 --- /dev/null +++ b/www/css/general.css~ @@ -0,0 +1,165 @@ +@CHARSET "UTF-8"; +/******* GENERAL RESET *******/ +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, +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, + tfoot, thead, tr, th, td { +border:0pt none; +font-family:inherit; +font-size: 100%; +font-style:inherit; +font-weight:inherit; +margin:0pt; +padding:0pt; +vertical-align:baseline; +} +body{ + background: #fff; + line-height:14px; + font-size: 12px; + font-family: Arial, Verdana, Helvetica, sans-serif; + margin:0pt; + cursor:default; + overflow: hidden; +} +html,body{ + height:100%; + text-align: center; +} +.clear{ + clear: both; + height: 0; + visibility: hidden; + display: block; +} +a{ + text-decoration: none; +} +/******* GENERAL RESET *******/ +/******* LOGO *******/ +#logo{ + margin-top: 1em; + display: block; +} +/******* /LOGO *******/ +/******* MENU *******/ +#container{ + margin: auto; + width: 800px; + +} +#container ul{ + list-style: none; + list-style-position: outside; +} +#container ul.menu li{ + float: left; + margin-right: 5px; + margin-bottom: -1px; +} +#container ul.menu li{ + font-weight: 700; + display: block; + padding: 5px 10px 5px 10px; + background: #efefef; + margin-bottom: -1px; + border: 1px solid #d0ccc9; + border-width: 1px 1px 1px 1px; + position: relative; + color: #898989; + cursor: pointer; +} +#container ul.menu li.active{ + background: #fff; + top: 1px; + border-bottom: 0; + color: #5f95ef; +} +/******* /MENU *******/ +/******* CONTENT *******/ +.content{ + margin: 0pt auto; + background: #efefef; + background: #fff; + border: 1px solid #d0ccc9; + text-align: left; + padding: 10px; + padding-bottom: 20px; + font-size: 11px; + +} +.content h1{ + line-height: 1em; + vertical-align: middle; + height: 48px; + padding: 10px 10px 10px 52px; + font-size: 32px; +} +/******* /CONTENT *******/ +/******* NEWS *******/ +.content.news h1{ + background: transparent url(images/news.jpg) no-repeat scroll left top; + +} +.content.news{ + display: block; + font-size: 18px; +} +/******* /NEWS *******/ +/******* TUTORIALS *******/ + + +.content.doc h1{ + background: transparent url(images/help.png) no-repeat scroll left top; +} +.content.doc{ + display: none; + font-size: 18px; +} + +.content.download h1{ + background: transparent url(images/download.jpg) no-repeat scroll left top; +} +.content.download{ + display: none; + font-size: 18px; +} + +.content.devel h1{ + background: transparent url(images/devel.png) no-repeat scroll left top; +} +.content.devel{ + display: none; + font-size: 18px; +} + + + +.content.home h1{ + background: transparent ; +} +.content.home{ + display: none; + font-size: 18px; +} + +/******* /TUTORIALS *******/ +/******* LINKS *******/ +.content.links h1{ + background: transparent url(images/links.jpg) no-repeat scroll left top; +} +.content.links{ + display: none; + font-size: 18px; +} +.content.links a{ + color: #5f95ef; +} + +td.dev +{ + padding: 1em; +} + + +div.footer +{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 index 0000000..f9a823a --- /dev/null +++ b/www/css/ie6.css @@ -0,0 +1,3 @@ +ul.menu { + margin-top: -14px; +} \ No newline at end of file diff --git a/www/css/images/badge.jpg b/www/css/images/badge.jpg new file mode 100644 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 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 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 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 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 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 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 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 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 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 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 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 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 index 0000000..5fde37a Binary files /dev/null and b/www/css/images/tuts.jpg differ