mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
48 lines
905 B
CSS
48 lines
905 B
CSS
.yield_content .mainContent .releaseHeadline {
|
|
font-size: 24px;
|
|
font-family: 'Open Sans', Arial, Verdana, sans-serif;
|
|
font-weight: bold;
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
border-bottom: 2px solid #222222;
|
|
}
|
|
|
|
.yield_content .mainContent .articleHeadline {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.yield_content .mainContent .articleSubheadline {
|
|
font-family: 'Open Sans', Arial, Verdana, sans-serif;
|
|
}
|
|
|
|
.yield_content .mainContent .releaseNavigation {
|
|
margin: 0 0 20px 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.yield_content .mainContent .releaseNavigation li {
|
|
display: inline;
|
|
color: #858585;
|
|
}
|
|
|
|
.yield_content .mainContent .innerContent .bulletList {
|
|
list-style-type: disc;
|
|
}
|
|
|
|
.footer {
|
|
color: white;
|
|
width: 940px;
|
|
height: 20px;
|
|
margin: -40px auto 0 auto;
|
|
background: url(images/bkg-footer1.png);
|
|
padding: 10px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
tr:nth-child(even) {
|
|
background: #eee
|
|
}
|
|
|
|
tr:nth-child(odd) {
|
|
background: white;
|
|
} |