NetNewsWire/website/styles/styleSheet.css

91 lines
1.4 KiB
CSS
Raw Normal View History

2017-05-30 06:04:21 +02:00
body {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
2017-05-30 07:07:59 +02:00
line-height: 1.6em;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
font-size: 1.2em;
2017-05-30 06:04:21 +02:00
color: #333;
background-color: white;
}
a {
text-decoration: none;
}
#banner {
line-height: 2em;
padding-top: 1px;
padding-bottom: 7px;
background-color: #333333;
2017-05-30 06:04:21 +02:00
text-align: center;
}
#innerbanner {
max-width: 30em;
margin-left: auto;
margin-right: auto;
text-align: center;
color: white;
2017-05-30 06:04:21 +02:00
}
#content {
padding-bottom: 2em;
max-width: 30em;
margin-left: auto;
margin-right: auto;
margin-top: 3.5em;
}
#innerbanner a:link, #innerbanner a:visited {
2017-05-30 06:04:21 +02:00
color: white;
text-decoration: none;
}
#innerbanner h1 {
2017-05-30 06:04:21 +02:00
font-size: 48px;
font-weight: normal;
}
h1 {
margin-bottom: 15px;
}
h2 {
color: #666;
margin-top: 2em;
}
a:link {
color: #437C95;
}
a:visited {
color: #614395;
}
#footer {
margin-top: 3em;
padding-top: 32px;
padding-bottom: 29px;
color: #999;
font-size: 0.9em;
text-align: center;
border-top: 1px solid #ddd;
2017-05-30 06:04:21 +02:00
}
code, pre {
2017-05-30 07:07:59 +02:00
font-family: "SF Mono", Menlo, "Courier", monospace;
font-size: 16px;
2017-05-30 07:07:59 +02:00
color: #666;
white-space: pre-wrap;
2017-05-30 06:04:21 +02:00
}
@media (max-width: 700px) {
#innerbanner {
text-align: center;
}
#content {
max-width 600px;
}
}
@media (max-width: 590px) {
#banner {
line-height: 2.25em;
}
#content {
padding-left: 15px;
padding-right: 15px;
}
}