css
[badge] / www / css / general.css~
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