Koco
/* from:
http://www.openwebdesign.org/viewdesign.phtml?id=3187&referer=%2Fbrowse.php
*/

/* Global Properties */
body {
    margin: 0px;
    background-color: #E7E9DC;
    font-size: 80%;
    font-family: Arial, Helvetica;
}
a {
    color: #00008C; /* #4E4F43; */
}
a:hover {
    color: #00008C; /* #1E2B31; */
    background-color: #FFFFF5; /* #D1D3C3; */
/*    color: #2D2E2A;
    background-color: transparent; */
    text-decoration: none;
}

/* Top mini-navigation */

#top-bar{
  text-align:center;
  padding: 0;

  background: #687d4a url(http://www.wikidot.com/common--theme/flower-blossom/images/navbck.png);
  color:#edeeca;
  border-top: 1px solid  #3f3c1e;  border-bottom: 1px solid  #3f3c1e;
    left: 0; right: 0;
    /*padding-left: 20%;*/
    width: 100%;
}

#top-bar ul{
    padding-left: 20%;
}
#top-bar ul li{
    margin: 0;
}
#top-bar ul li a{
 margin:0;
 text-align:center;
 text-decoration:none;
 padding: 8px 1em;
 color:#edeeca;
 border-left:1px solid #3f3c1e;
 background: #687d4a url(http://www.wikidot.com/common--theme/flower-blossom/images/navbck.png);
 line-height:30px;
 font:normal 100% verdana, "Century Gothic",  Arial, Helvetica, sans-serif;
}

#top-bar a:hover{
 color:#333;
 background: #486127 url(http://www.wikidot.com/common--theme/flower-blossom/images/navbck3.png); border-bottom:0;
}

/* Banner */

#header {
background: #687d4a url(http://www.wikidot.com/common--theme/flower-blossom/images/navbck.png);
    background-repeat: repeat-y; */
    border-bottom: 2px solid #2A343D;
    /*padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 75px;*/
    height: 7em;
}

#header h1 {
    font-family: trebuchet ms;
    color: #edeeca;
    font-weight: normal;
    font-size: 220%;
    margin: 0px 75px;    
}

#header h1 a,#header h1 a:hover{
    color: #edeeca;
    background-color: transparent;
}

#header h2{
    color: #edeeca;
    font-size: 130%;
    margin: 5px 75px;    
}

#header #login-status, #login-status a {
    color: #edeeca;
    font-weight:bold;
}
#account-options a,#account-options, a#account-topbutton{
    color: #333;
    font-weight: normal;
}

/* The entire left column */
#side-bar {
    width: 20%;
    float: right;
    background-color: #C7C9B8;
    border-right: 1px solid #BBBEAB;
    border-bottom: 1px solid #BBBEAB;
    color: #4E4F43;
    padding: 0.5em;
    margin:0;
}
/* The links on the left side */

#side-bar ul{
    display: block;
    padding: 0;
    list-style: none;
}

#side-bar ul li{
    margin: 0;
    display:block;
}

#side-bar li a {
    margin: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    padding-left: 1em;
    border-bottom: 1px solid #BBBEAB;
    border-top: 1px solid #D2D3C6;
    color: #00008C !important;
    text-decoration: none;
}
#side-bar li a:hover {
    color: #00008C; /* #1E2B31; */
    background-color: #FFFFF5; /* #D1D3C3; */
}
/* The headings on the left */
#side-bar h1 {
    font-size: 140%;
    margin: 0px;
    padding-left: 0.5em;
    margin-top: 3px;
    margin-bottom: 0px;
}
/* Left paragraph text */
#side-bar p {
    padding: 5px;
    margin: 0px;
    margin-bottom: 3px;
    margin: 0px;
}
/* The entire center column */

/*
#content-wrap{
    overflow: hidden;
}
*/

#main-content {
    margin:0; 
    margin-right: 22%; 
    padding:1em; 
    color: #4E4F43;
}

/* Center column headers */
#main-content h1 {

    font-size: 175%;
    /*color: #3D3E37;*/
    color: 4E4F43;
}

/* Footer */

#footer {
    background-color: #4D5C63;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 2px solid #2A343D;
    color: #E7E9DC;
    text-align: left;

}

#footer p {
    padding-right: 100px;
    margin: 0px;
}

#footer a {
    color: #E7E9DC;
}

#footer a:hover {
    border-bottom: 0px;
}

.page-options-bottom a, a.action-area-close{
    color: #242;
    background-color: #fdfcf6; 
    text-decoration: none;
}

.forum-group table{
    background-color: #fdfcf6;
}

.forum-category-box table{
    background-color: #fdfcf6;
}

.thread-container .post .options a{
    color: #4E4F43;
}

.thread-container .post  .long  .changes a {
    color: #4E4F43;
}
.thread-container .post  .short  .options{
    color: #4E4F43;
}
.thread-container .post .head{
    background-color: #C7C9B8;
    color:  #4E4F43;
}
.thread-container .post .body {
    color:  #4E4F43;
}
Unless stated otherwise Content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License