Updated to KH 3.3 and improved
This commit is contained in:
@@ -95,48 +95,48 @@ h6:hover a.permalink {
|
||||
}
|
||||
|
||||
|
||||
#header,
|
||||
#content,
|
||||
#footer { float: left; clear: both; width: 100%; }
|
||||
#kodoc-header,
|
||||
#kodoc-content,
|
||||
#kodoc-footer { float: left; clear: both; width: 100%; }
|
||||
|
||||
#header { padding: 58px 0 2em; background: #77c244 url(../img/header.png) center top repeat-x; }
|
||||
#logo { display: block; float: left; }
|
||||
#menu { float: right; margin-top: 12px; background: #113c32; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
|
||||
#menu ul { float: left; margin: 0; padding: 0 0.5em 0 0; }
|
||||
#menu li { display: block; float: left; margin: 0; padding: 0; }
|
||||
#menu li.first { padding-left: 0.5em; }
|
||||
#menu li a { display: block; height: 32px; line-height: 32px; padding: 0 0.8em; border-right: solid 1px #0f362d; border-left: solid 1px #144539; letter-spacing: 0.05em; text-decoration: none; text-transform: uppercase; color: #efefef; font-size: 90%; }
|
||||
#menu li.first a { border-left: 0; }
|
||||
#menu li.last a { border-right: 0; }
|
||||
#menu li a:hover { background: #164e41; border-left-color: #195a4b; color: #fff; text-shadow: #fff 0 0 1px; }
|
||||
#kodoc-header { padding: 58px 0 2em; background: #77c244 url(../img/header.png) center top repeat-x; }
|
||||
#kodoc-logo { display: block; float: left; }
|
||||
#kodoc-menu { float: right; margin-top: 12px; background: #113c32; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
|
||||
#kodoc-menu ul { float: left; margin: 0; padding: 0 0.5em 0 0; }
|
||||
#kodoc-menu li { display: block; float: left; margin: 0; padding: 0; }
|
||||
#kodoc-menu li.first { padding-left: 0.5em; }
|
||||
#kodoc-menu li a { display: block; height: 32px; line-height: 32px; padding: 0 0.8em; border-right: solid 1px #0f362d; border-left: solid 1px #144539; letter-spacing: 0.05em; text-decoration: none; text-transform: uppercase; color: #efefef; font-size: 90%; }
|
||||
#kodoc-menu li.first a { border-left: 0; }
|
||||
#kodoc-menu li.last a { border-right: 0; }
|
||||
#kodoc-menu li a:hover { background: #164e41; border-left-color: #195a4b; color: #fff; text-shadow: #fff 0 0 1px; }
|
||||
|
||||
#content { background: #f1f8db url(../img/content.png) center top repeat-x; }
|
||||
#content .wrapper { min-height: 390px; padding: 1em 0; background: transparent url(../img/wrapper.png) center top no-repeat; }
|
||||
#content div.page-toc { float: right; margin: 1em; margin-top: 0; padding: 1em; background: #fff; border: solid 0.1em #e8efcf; border-radius: 0.6em; }
|
||||
#content p.intro { padding: 1em 20px; padding-left: 20px; margin: 0 -20px; font-size: 1.2em; }
|
||||
#content a { color: #004352; }
|
||||
#content a:hover { color: #00758f; }
|
||||
#content a:active { text-decoration: none; }
|
||||
#kodoc-content { background: #f1f8db url(../img/content.png) center top repeat-x; }
|
||||
#kodoc-content .wrapper { min-height: 390px; padding: 1em 0; background: transparent url(../img/wrapper.png) center top no-repeat; }
|
||||
#kodoc-content div.page-toc { float: right; margin: 1em; margin-top: 0; padding: 1em; background: #fff; border: solid 0.1em #e8efcf; border-radius: 0.6em; }
|
||||
#kodoc-content p.intro { padding: 1em 20px; padding-left: 20px; margin: 0 -20px; font-size: 1.2em; }
|
||||
#kodoc-content a { color: #004352; }
|
||||
#kodoc-content a:hover { color: #00758f; }
|
||||
#kodoc-content a:active { text-decoration: none; }
|
||||
|
||||
#breadcrumb { margin: 0 0 1em; padding: 0 0 0.5em; list-style: none; border-bottom: solid 1px #e8efcf; }
|
||||
#breadcrumb li { display: inline-block; margin: 0; padding: 0 0.4em 0 0; text-transform: uppercase; font-size: 11px; }
|
||||
#breadcrumb li:before { content: '»'; padding-right: 0.4em; }
|
||||
#breadcrumb li a { color: #999; text-decoration: none; }
|
||||
#kodoc-breadcrumb { margin: 0 0 1em; padding: 0 0 0.5em; list-style: none; border-bottom: solid 1px #e8efcf; }
|
||||
#kodoc-breadcrumb li { display: inline-block; margin: 0; padding: 0 0.4em 0 0; text-transform: uppercase; font-size: 11px; }
|
||||
#kodoc-breadcrumb li:before { content: '»'; padding-right: 0.4em; }
|
||||
#kodoc-breadcrumb li a { color: #999; text-decoration: none; }
|
||||
|
||||
#topics { }
|
||||
#topics ul,
|
||||
#topics ol { list-style-type:none; margin: 0; padding: 0;}
|
||||
#topics ul li,
|
||||
#topics ol li { margin:0; padding: 0; margin-left: 1em; }
|
||||
#topics ul li a.current,
|
||||
#topics ol li a.current { font-weight: bold; }
|
||||
#topics span,
|
||||
#topics a { display: block; padding: 0; margin: 0; }
|
||||
#topics span { cursor: pointer; }
|
||||
#topics span.toggle { display: block; float: left; width: 1em; padding-right: 0.4em; margin-left: -1.4em; text-align: center; }
|
||||
#kodoc-topics { }
|
||||
#kodoc-topics ul,
|
||||
#kodoc-topics ol { list-style-type:none; margin: 0; padding: 0;}
|
||||
#kodoc-topics ul li,
|
||||
#kodoc-topics ol li { margin:0; padding: 0; margin-left: 1em; }
|
||||
#kodoc-topics ul li a.current,
|
||||
#kodoc-topics ol li a.current { font-weight: bold; }
|
||||
#kodoc-topics span,
|
||||
#kodoc-topics a { display: block; padding: 0; margin: 0; }
|
||||
#kodoc-topics span { cursor: pointer; }
|
||||
#kodoc-topics span.toggle { display: block; float: left; width: 1em; padding-right: 0.4em; margin-left: -1.4em; text-align: center; }
|
||||
|
||||
#topics li span { cursor:pointer; }
|
||||
#kodoc-topics li span { cursor:pointer; }
|
||||
|
||||
#footer { padding: 1em 0; background: #00262f; color: #405c63; text-shadow: #00262f 0.1em 0.1em 1px; font-size: 0.9em; }
|
||||
#footer a { color: #809397; }
|
||||
#footer div.last { text-align: right; }
|
||||
#kodoc-footer { padding: 1em 0; background: #00262f; color: #405c63; text-shadow: #00262f 0.1em 0.1em 1px; font-size: 0.9em; }
|
||||
#kodoc-footer a { color: #809397; }
|
||||
#kodoc-footer div.last { text-align: right; }
|
Reference in New Issue
Block a user