@import url("/wiki/mandarin/style.css");
@import url(kokondo.css);

a:visited { color: #000; }

div.sidebar {
    width: 11.5em;
    position: absolute;
    left: 0.75em;
    top: 0.75em;
    font-size: 90%;
    line-height: 1.3;
    background: #fff;
    border: 0px;
    border-bottom: 0px;
    padding: 1px;
}

a.interwiki, a.http, a.www,a.file, a.mailto, a.https,  a.external { color: #000 }
a.interwiki:visited, a.http:visited, a.https:visited, a.file:visited, a.mailto:visited, a.www:visited, a.external:visited { color: #65f }
/*a.interwiki:visited, a.http:visited, a.https:visited, a.file:visited, a.mailto:visited, a.www:visited, a.external:visited { color: #000 }*/

div.wrapper h2 { color: #444 }
div.wrapper h3 { color: #444 }
div.wrapper h4 { color: #444 }
div.wrapper h5 { color: #444 }

ul.ika_header {
    margin: 0;
    padding: 0 0 1.0em 0;
    display: block;
    border: none;
    clear: both;
    width: 100%;
    color: #990000;
    background: #fff;
    font-size: 110%;
    list-style: none;
}
ul.ika_header li {
    text-align: center;
}
ul.ika_header li a {
    text-decoration: none;
    font-size: 90%;
    color: #000;
}
ul.ika_header li a:visited {
    text-decoration: none;
    font-size: 90%;
    color: #65f;
}
ul.ika_header li a:hover {
    text-decoration: underline;
    font-size: 90%;
    color: #000;
}

div.ika_trademark {
    position: absolute;
    left: 0;
    right: 0;
    color: #ddd;
    text-align: center;
    padding: 0.5em 0 1.0em 0;
    margin: 0;
    /* display: block; */
    font-size: 90%;
    /* color: #666; */
    color: #444;
}
div.ika_trademark a {
    text-decoration: none;
    color: #000;
}
div.ika_trademark a:visited {
    text-decoration: none;
    color: #65f;
}
div.ika_trademark a:hover {
    text-decoration: underline;
    color: #000;
}

div#message, p.status {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #eee;
    border-bottom: 1px solid #888;
    padding: 0.125em 0.5em;
    margin: 0;
    font-size: 90%;
    color: #000;
    opacity: 0.90;
}
div#message a {
    color: #444;
}
div#message a:hover {
    color: #000;
}
