mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 22:32:06 +01:00
HTML fixes.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@10863 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
b01fc35f91
commit
b927475caa
1 changed files with 24 additions and 31 deletions
|
@ -8,15 +8,15 @@
|
||||||
body {
|
body {
|
||||||
font-size : 100%;
|
font-size : 100%;
|
||||||
background-color : #d3d6d9;
|
background-color : #d3d6d9;
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
margin: 0px 0px 30px 0px;
|
margin: 0 0 30px 0;
|
||||||
}
|
}
|
||||||
body, td, th {
|
body, td, th {
|
||||||
font-family : arial, helvetica, sans-serif;
|
font-family : arial, helvetica, sans-serif;
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
}
|
}
|
||||||
pre, tt, code {
|
pre, tt, code {
|
||||||
font-family : courier new, monospaced;
|
font-family : courier new, monospace;
|
||||||
font-size : 9pt;
|
font-size : 9pt;
|
||||||
}
|
}
|
||||||
#pageContainer {
|
#pageContainer {
|
||||||
|
@ -36,11 +36,11 @@ pre, tt, code {
|
||||||
background-color: #e7eaee;
|
background-color: #e7eaee;
|
||||||
border: 1px solid #cccccc;
|
border: 1px solid #cccccc;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
-moz-border-radius: 5px 5px 0px 0px;
|
-moz-border-radius: 5px 5px 0 0;
|
||||||
margin: 10px 0px 0px 0px;
|
margin: 10px 0 0 0;
|
||||||
}
|
}
|
||||||
#pageBody {
|
#pageBody {
|
||||||
margin: 0px 18px 0px 20px;
|
margin: 0 18px 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -73,12 +73,12 @@ a:active {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0 0 0 0;
|
||||||
margin: 0px 0px 25px 0px;
|
margin: 0 0 25px 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.navigation a {
|
.navigation a {
|
||||||
margin: 0px 20px 0px 20px;
|
margin: 0 20px 0 20px;
|
||||||
}
|
}
|
||||||
.navigation a:link { color: #ffffff; }
|
.navigation a:link { color: #ffffff; }
|
||||||
.navigation a:visited { color: #ffffff; }
|
.navigation a:visited { color: #ffffff; }
|
||||||
|
@ -94,37 +94,37 @@ h1 {
|
||||||
font-size : 1.7em;
|
font-size : 1.7em;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
color: #670e15;
|
color: #670e15;
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
margin: 30px 0px 0px 20px;
|
margin: 30px 0 0 20px;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-size : 1.3em;
|
font-size : 1.3em;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
margin: 40px 0px 6px 0px;
|
margin: 40px 0 6px 0;
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
color: #335588;
|
color: #335588;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
font-size : 1.0em;
|
font-size : 1.0em;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
margin: 25px 0px 3px 0px;
|
margin: 25px 0 3px 0;
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
color: #334466;
|
color: #334466;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* general elements */
|
/* general elements */
|
||||||
p {
|
p {
|
||||||
margin: 0px 0px 15px 0px;
|
margin: 0 0 15px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin: 5px 0px 15px 15px;
|
margin: 5px 0 15px 15px;
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
padding-bottom : 4px;
|
padding-bottom : 4px;
|
||||||
}
|
}
|
||||||
tt {
|
tt {
|
||||||
font-family : courier new;
|
font-family : courier new, monospace;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
color : #060;
|
color : #060;
|
||||||
}
|
}
|
||||||
|
@ -133,16 +133,7 @@ hr {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
background-color: #999999;
|
background-color: #999999;
|
||||||
border: none;
|
border: none;
|
||||||
margin: 40px 0px 20px 0px;
|
margin: 40px 0 20px 0;
|
||||||
}
|
|
||||||
|
|
||||||
.footer {
|
|
||||||
font-size : 8pt;
|
|
||||||
color : #666;
|
|
||||||
text-align : center;
|
|
||||||
margin-top : 2em;
|
|
||||||
padding-top : 0.5em;
|
|
||||||
border-top : 1px #CCC solid;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
@ -160,7 +151,7 @@ hr {
|
||||||
<div id="pageBody">
|
<div id="pageBody">
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<table boder=0>
|
<table border=0>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">version:</td>
|
<td align="right">version:</td>
|
||||||
<td><b>@version@</b></td>
|
<td><b>@version@</b></td>
|
||||||
|
@ -202,7 +193,7 @@ last release.
|
||||||
<ul>
|
<ul>
|
||||||
<li>Use of thie Smack source code is governed by the Apache License:
|
<li>Use of thie Smack source code is governed by the Apache License:
|
||||||
<pre>
|
<pre>
|
||||||
Copyright 2002-2007 Jive Software.
|
Copyright 2002-2008 Jive Software.
|
||||||
|
|
||||||
All rights reserved. Licensed under the Apache License, Version 2.0 (the "License");
|
All rights reserved. Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
@ -222,6 +213,8 @@ to use these icons outside of Smack.</li>
|
||||||
|
|
||||||
<li>Third-party source code is licensed as noted in their source files.
|
<li>Third-party source code is licensed as noted in their source files.
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue