summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/static/static.css54
1 files changed, 32 insertions, 22 deletions
diff --git a/www/static/static.css b/www/static/static.css
index e2c28ca..1a99840 100644
--- a/www/static/static.css
+++ b/www/static/static.css
@@ -249,22 +249,25 @@ pre.code {
text-align: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
- background-color: #eee;
+ background-color: #e0e0e0;
border-bottom: 2px solid #aaa;
}
#content h2 {
font-size: 100%;
- background-color: #eee;
+ margin: 10px 0px 0px 0px;
+ padding: 0px 0px 0px 0px;
+ background-color: #e0e0e0;
border-bottom: 1px solid #aaa;
clear: both;
- }
+ }
#content h3 {
- font-size: 100%;
- background-color: #fff;
- border-bottom: 0px solid #eee;
- margin: 0px 0px 0px 0px;
+ font-size: 85%;
+ margin: 10px 0px 0px 0px;
+ padding: 0px 0px 0px 0px;
+ background-color: #e6e6ff;
+ border-bottom: 1px solid #aaa;
clear: both;
}
@@ -313,16 +316,6 @@ pre.code {
color: #228;
}
-#content dt {
- font-size: 110%;
- color: #228;
- margin: 7px 1px 5px 0px;
- float: left;
- border-top: 1px dotted #ccf;
- border-bottom: 1px dotted #ccf;
- clear: both;
- }
-
#content th {
font-weight: inherit;
color: #228;
@@ -340,11 +333,27 @@ pre.code {
#content dl {
margin: 0px;
}
+#content dt {
+ background-color: none;
+ font-size: 110%;
+ height: 20px;
+ width: 200px;
+ margin: 5px 0px 0px 0px;
+ padding: 0px;
+ float: left;
+ border-bottom: 1px solid #ddd;
+ /*border-top: 1px solid #ccc;*/
+ clear: both;
+ font-weight: bold;
+ color: #000;
+ font-size: 10pt;
+ }
#content dd {
color: #444;
float: left;
- margin: 5px 0px 2px 0px;
+ margin: 5px 0px 0px 5px;
+ padding: 0px;
font-weight: light;
}
@@ -364,11 +373,12 @@ pre.code {
*/
#footer {
- background: transparent;
- padding: 0px 0px 0px 0px;
- margin: 30px 0px 10px 0px;
+ background: #eee;
+ padding: 3px 0px 5px 0px;
+ margin: 20px 0px 0px -7px;
+ position: relative;
+ bottom: 0px;
font-size: 10pt;
- /*height: 25px;*/
width: 100%;
color: #bbb;
border-top: 1px dotted #ccc;