Skip to content

Commit

Permalink
update style file for docu
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbaseman committed Aug 21, 2016
1 parent 5e517fa commit 029f036
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions docs/style/mpformdoku.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ body {
left: 270px;
right: 0px;
background: rgb(255, 255, 238) none repeat scroll 0% 0%;
border-color: rgb(0, 68, 0);
border-color: rgb(0, 0, 68);
border-style: solid;
border-width: 2px;
}
Expand All @@ -49,11 +49,11 @@ body {
display: block;
width: 100%;
height: 56px;
background: rgb(204, 255, 204) none no-repeat scroll 0px 0px;
background: rgb(204, 204, 255) none no-repeat scroll 0px 0px;
font-size: 1.6em;
z-index: 4;
overflow: hidden;
color: rgb(17, 119, 17);
color: rgb(17, 17, 119);
}
#footer {
position: absolute;
Expand All @@ -66,8 +66,8 @@ body {
font-size: 1em;
z-index: 5;
overflow: hidden;
background: rgb(204, 255, 204) none repeat scroll 0% 0%;
color: rgb(17, 119, 17);
background: rgb(204, 204, 255) none repeat scroll 0% 0%;
color: rgb(17, 17, 119);
}
#footer .txt {
margin: 1px;
Expand Down Expand Up @@ -98,7 +98,7 @@ body {
font-size: 0.9em;
font-weight: 600;
font-variant: small-caps;
color: rgb(0, 68, 0);
color: rgb(0, 0, 68);
position: absolute;
left: 0px;
top: 0px;
Expand All @@ -109,15 +109,15 @@ body {
font-size: 0.6em;
font-weight: 400;
font-variant: small-caps;
color: rgb(0, 68, 0);
color: rgb(0, 0, 68);
position: absolute;
right: 0px;
top: 0px;
}
#mainbody h2 {
margin: 12px 8px 0px 0px;
font-size: 1.3em;
background-color: rgb(204, 221, 102);
background-color: rgb(102, 204, 221);
padding: 8px;
}
div.clear-both {
Expand All @@ -139,7 +139,7 @@ div.clear-both {
#topfeedback a {
vertical-align: top;
float: none;
color: rgb(0, 68, 0);
color: rgb(0, 0, 68);
text-decoration: none;
}
#topnavigation {
Expand Down Expand Up @@ -193,26 +193,26 @@ span.easymultilang_current {
background-color: rgb(255, 255, 238);
padding: 2px 8px 6px;
margin: 0px 4px 2px;
border-top: 2px solid rgb(0, 68, 0);
border-right: 2px solid rgb(0, 68, 0);
border-left: 2px solid rgb(0, 68, 0);
border-top: 2px solid rgb(0, 0, 68);
border-right: 2px solid rgb(0, 0, 68);
border-left: 2px solid rgb(0, 0, 68);
}
#content-left {
position: absolute;
left: 0px;
top: 56px;
bottom: 25px;
width: 270px;
background: rgb(204, 255, 204) none repeat scroll 0% 0%;
background: rgb(204, 204, 255) none repeat scroll 0% 0%;
z-index: 2;
overflow: auto;
color: rgb(17, 119, 17);
color: rgb(17, 17, 119);
direction: rtl;
}
#content-left div.innerwrap {
white-space: nowrap;
overflow: hidden;
background-color: rgb(204, 255, 204);
background-color: rgb(204, 204, 255);
direction: ltr;
}
#content-left div.innerwrap ul {
Expand All @@ -221,13 +221,13 @@ span.easymultilang_current {
list-style: outside none none;
}
#content-left div.innerwrap ul.menu-2 {
background: rgb(221, 255, 221) none repeat scroll 0% 0%;
background: rgb(221, 221, 255) none repeat scroll 0% 0%;
}
#content-left div.innerwrap ul.menu-3 {
background: rgb(238, 255, 221) none repeat scroll 0% 0%;
background: rgb(238, 221, 255) none repeat scroll 0% 0%;
}
#content-left div.innerwrap li.menu-current {
background-color: rgb(0, 68, 0);
background-color: rgb(0, 0, 68);
}
#content-left div.innerwrap li {
margin: 2px 0px 2px 2px;
Expand Down Expand Up @@ -282,7 +282,7 @@ span.easymultilang_current {
}
#content-left div.innerwrap a {
text-decoration: none;
color: rgb(17, 119, 17);
color: rgb(17, 17, 119);
padding: 2px 0px 2px 2px;
margin: 0px 0px 0px 22px;
}
Expand Down

0 comments on commit 029f036

Please sign in to comment.