diff --git a/base.css b/base.css new file mode 100644 index 0000000..5ab032f --- /dev/null +++ b/base.css @@ -0,0 +1,63 @@ +body { + font-family: -apple-system, BlinkMacSystemFont, + "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol"; + font-size: 16px; + line-height: 1.5; + color: #333; + background-color: #fff; +} + +#container { + border: 2px solid #078311; + min-height: 103%; +} + +h1 { + background-color: #078311; + color: white; + font-size: 2.45em; + margin: 0; + padding: .3em; +} + +h2 { + color: #078311; + margin-bottom: .5em; +} + +hr { + color: #078311; +} + +#menu { + background-color: #00C029; + padding: .5em; + margin-bottom: .5em; +} + +#menu a { + text-decoration: none; + color: blue +} + +#menu a:hover { + text-decoration: underline +} + +#menu a:visited { + color: blue +} + +#content { + margin: 1em; +} + +li { + padding-top: 0.3em; +} + +.logo { + float: right; +} + diff --git a/index.html b/index.html index e2d120a..c2e5d10 100644 --- a/index.html +++ b/index.html @@ -2,36 +2,16 @@ "http://www.w3.org/TR/html4/loose.dtd"> - - cx_Oracle - + + cx_Oracle +
- +
+

About cx_Oracle

cx_Oracle is a Python extension module that enables access to @@ -51,8 +32,6 @@ This module is currently built against Oracle 11.2 and 12.1 and Python 2.7,

Download/Install

-SourceForge.net Logo -

Version 5.2.1, released January 18, 2016

Install by issuing the command

pip install cx_Oracle
(on platforms other than Windows) or download directly from PyPI.

diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..6d77e80 Binary files /dev/null and b/logo.png differ