Modified: trunk/htdocs/doc/manual/index.html (3888 => 3889)
--- trunk/htdocs/doc/manual/index.html 2009-12-16 01:25:00 UTC (rev 3888)
+++ trunk/htdocs/doc/manual/index.html 2009-12-16 01:32:02 UTC (rev 3889)
@@ -4,104 +4,7 @@
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml'/>
<title> Habari - User Manual </title>
-<style type="text/css">
-body {
- color:#333333;
- font-family:"Neue Helvetica",Helvetica,"Lucida Grande",Verdana,sans-serif;
- font-size:12px;
- margin:0;
- padding:0;
-}
-
-li{
- margin-bottom:0.5em;
- list-style-type: circle;
-}
-
-blockquote{
- font-style: italic;
- font-size:1.1em;
-}
-
-#wrapper{
- padding:10px 40px;
-}
-
-#wrapper > div{
- margin-top:50px;
-}
-#topMenu {
- background:#282826 none repeat scroll 0 0;
- color:#FFFFFF;
- font-family:'Lucida Grande',Verdana,Sans-Serif;
- padding:10px;
- position:relative;
-}
-
-#topMenu a {
- border-right:1px solid #444444;
- color:#999999;
- padding:0 8px;
- font-weight:bold;
-}
-
-a, a:hover {
- background:transparent none repeat scroll 0 0;
- color:#1398CA;
- text-decoration:none;
-}
-
-h1, h2, h3, h4, h5, h6 {
- background:transparent none repeat scroll 0 0;
- color:#282826;
- font-family:Arial,Helvetica,sans-serif;
- padding-bottom:2px;
- clear: both;
-}
-
-h1{
- width:100%;
- border-bottom: 1px solid #000;
- font-size: 1.6em;
- font-family:'Lucida Grande',Verdana,Sans-Serif;
-}
-
-h2{
- width:100%;
- border-bottom: 1px solid #bbb;
- font-size: 1.6em;
-}
-
-h3{
- width:100%;
- border-bottom: 1px solid #bbb;
- font-size: 1.5em;
-}
-
-h4{
- width:100%;
- border-bottom: 1px solid #bbb;
- font-size: 1.4em;
-}
-
-h5{
- width:100%;
- border-bottom: 1px solid #bbb;
- font-size: 1.2em;
-}
-
-h6{
- width:100%;
- border-bottom: 1px solid #bbb;
- font-size: 1.1em;
-}
-
-img{
- float: right;
- margin: 5px;
- border-style: none;
-}
-</style>
+<link rel="stylesheet" type="text/css" media="screen" href="style.css">
</head>
<body>
<div id="topMenu">
Added: trunk/htdocs/doc/manual/style.css (0 => 3889)
--- trunk/htdocs/doc/manual/style.css (rev 0)
+++ trunk/htdocs/doc/manual/style.css 2009-12-16 01:32:02 UTC (rev 3889)
@@ -0,0 +1,97 @@
+body {
+ color:#333333;
+ font-family:"Neue Helvetica",Helvetica,"Lucida Grande",Verdana,sans-serif;
+ font-size:12px;
+ margin:0;
+ padding:0;
+}
+
+li{
+ margin-bottom:0.5em;
+ list-style-type: circle;
+}
+
+blockquote{
+ font-style: italic;
+ font-size:1.1em;
+}
+
+#wrapper{
+ padding:10px 40px;
+}
+
+#wrapper > div{
+ margin-top:50px;
+}
+#topMenu {
+ background:#282826 none repeat scroll 0 0;
+ color:#FFFFFF;
+ font-family:'Lucida Grande',Verdana,Sans-Serif;
+ padding:10px;
+ position:relative;
+}
+
+#topMenu a {
+ border-right:1px solid #444444;
+ color:#999999;
+ padding:0 8px;
+ font-weight:bold;
+}
+
+a, a:hover {
+ background:transparent none repeat scroll 0 0;
+ color:#1398CA;
+ text-decoration:none;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ background:transparent none repeat scroll 0 0;
+ color:#282826;
+ font-family:Arial,Helvetica,sans-serif;
+ padding-bottom:2px;
+ clear: both;
+}
+
+h1{
+ width:100%;
+ border-bottom: 1px solid #000;
+ font-size: 1.6em;
+ font-family:'Lucida Grande',Verdana,Sans-Serif;
+}
+
+h2{
+ width:100%;
+ border-bottom: 1px solid #bbb;
+ font-size: 1.6em;
+}
+
+h3{
+ width:100%;
+ border-bottom: 1px solid #bbb;
+ font-size: 1.5em;
+}
+
+h4{
+ width:100%;
+ border-bottom: 1px solid #bbb;
+ font-size: 1.4em;
+}
+
+h5{
+ width:100%;
+ border-bottom: 1px solid #bbb;
+ font-size: 1.2em;
+}
+
+h6{
+ width:100%;
+ border-bottom: 1px solid #bbb;
+ font-size: 1.1em;
+}
+
+img{
+ float: right;
+ margin: 5px;
+ border-style: none;
+}
+