2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-30 08:22:18 +00:00
Files
website/style/css_0/theme_grape/theme.css
Rene Rivera 0e51f9568f *** empty log message ***
[SVN r114]
2006-06-24 23:42:30 +00:00

63 lines
1.2 KiB
CSS

/*
Copyright 2005-2006 Redshift Software, Inc.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
*/
/* Bright sky-blue/orange links. */
@import url(links.css);
/* We put the base header background on the body. */
body {
background: #FFFFFF url(header-bg.png) repeat-x top left;
}
/* Heading, title and logo. */
#heading * {
color: #FFFFFF;
}
#heading {
background: url(header-fg.png) no-repeat top left;
border: none;
border-bottom: #000000 solid 1px;
}
#heading-logo {
width: 236px;
height: 55px;
margin: 18px 0px 0px 24px;
}
/* Search box */
#sidebar #search #search-text #q {
background-color: #75689D;
color: #FFFFFF;
font-weight: bold;
padding: 1px;
}
/* Markers on sidebar menus. */
#sidebar #menu ul li h4 a {
border-left-color: #75689D;
border-right-color: #75689D;
}
/* Wiki form. */
#wiki-edit-form #summary {
background-color: #75689D;
color: #FFFFFF;
font-weight: bold;
padding: 1px;
}
#wiki-edit-form #Save {
background-color: #CC3333;
color: #FFFFFF;
font-weight: bold;
padding: 1px;
}
#wiki-edit-form #Preview {
background-color: #75689D;
color: #FFFFFF;
font-weight: bold;
padding: 1px;
}