2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-25 04:42:32 +00:00
Files
website/style/css_0/section-welcome.css

56 lines
1.1 KiB
CSS

/*
Copyright 2005 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)
*/
/* Heading, title and logo. */
li#welcome-section-tab {
background: #FFFFFF !important;
border-bottom: #FFFFFF 1px solid !important;
}
#welcome-section-menu ul {
display: block !important;
}
#welcome-section-menu h4 a {
border-left: #BA5411 4px solid !important;
border-right: #BA5411 4px solid !important;
}
#news, #downloads {
margin-top: 1.5em;
padding: 1em;
border: 1px solid #CCCCCC;
}
#news {
margin-right: 0.5em;
}
#downloads {
margin-left: 0.5em;
}
#news h2, #downloads h2 {
margin-top: 0em;
}
#news .news-title {
display: block;
}
#news .news-description {
display: block;
padding: 0.25em 0em 0.25em 0em;
}
#news .news-date {
display: block;
padding: 0em 0em 0.5em 0em;
color: #777;
font-size: 90%;
}
#downloads .news-title {
display: block;
}
#downloads .news-description {
display: none;
padding: 0.25em 0em 0.25em 0em;
}
#downloads .news-date {
color: #777;
font-size: 90%;
}