Newer
Older
Digital_Repository / Memory Bank / Kete / Theme examples / blue_square_no_margin / stylesheets / colors_blue.css
body{
   background-color: #EFEFEF; /* margin color */
}
#header {
   background: #1b2147 url(blank.gif) bottom repeat-x;  /* background of the header */
   border-bottom: 1px solid white;
}
#top-menu {
   background-color: #474d6d; /* background color of the menu at the top of the page */
}

#content-wrapper,
#content-tabs ul li{
   border-color: #666666; /* color of the tabs border and the border around the page */
}
#content-tabs ul li{
   background-color: #919191;  /* background color of the unselected tabs */
}
#content-tabs ul li a{
   color: white;
}
#content-tabs ul li.selected a{
   color: #6E6E6E
}
.secondary-content-section-wrapper{
   background-color: #eee;
   border: 1px solid #aaa;
}
.secondary-content-section-wrapper-blue{
   background-color: #ddd;
   border: 1px solid #999;
}
.secondary-content-section {
   background-color: transparent;
}
.comment-wrapper{
   border: 1px solid #ccc;
   border-left: 2px solid #aaa;
}
/* default heading color */
h1,h2{
   color: #1b2147;
}
a {
   color: #1b2147;
}