FoBot/web/static/base.css

136 lines
1.6 KiB
CSS
Raw Normal View History

2018-10-08 23:41:54 +02:00
body {
2018-11-10 21:55:40 +01:00
background: white;
color: black;
margin: 15px;
margin-top: 0;
2018-10-08 23:41:54 +02:00
}
body,
input,
textarea {
2018-11-10 21:55:40 +01:00
font-family: Georgia, serif;
font-size: 12pt;
2018-10-08 23:41:54 +02:00
}
table {
2018-11-10 21:55:40 +01:00
border-collapse: collapse;
border: 0;
2018-10-08 23:41:54 +02:00
}
td {
2018-11-10 21:55:40 +01:00
border: 0;
padding: 0;
2018-10-08 23:41:54 +02:00
}
h1,
h2,
h3,
h4 {
2018-11-10 21:55:40 +01:00
font-family: "Helvetica Nue", Helvetica, Arial, sans-serif;
margin: 0;
2018-10-08 23:41:54 +02:00
}
h1 {
2018-11-10 21:55:40 +01:00
font-size: 20pt;
2018-10-08 23:41:54 +02:00
}
pre,
code {
2018-11-10 21:55:40 +01:00
font-family: monospace;
color: #060;
2018-10-08 23:41:54 +02:00
}
pre {
2018-11-10 21:55:40 +01:00
margin-left: 1em;
padding-left: 1em;
border-left: 1px solid silver;
line-height: 14pt;
2018-10-08 23:41:54 +02:00
}
a,
a code {
2018-11-10 21:55:40 +01:00
color: #060;
2018-10-08 23:41:54 +02:00
}
#body {
2018-11-10 21:55:40 +01:00
margin: auto;
2018-10-08 23:41:54 +02:00
}
#header {
2018-11-10 21:55:40 +01:00
background-color: #359;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 1em;
2018-10-08 23:41:54 +02:00
}
#header,
#header a {
2018-11-10 21:55:40 +01:00
color: white;
2018-10-08 23:41:54 +02:00
}
#header h1 a {
2018-11-10 21:55:40 +01:00
text-decoration: none;
2018-10-08 23:41:54 +02:00
}
#footer,
#content {
2018-11-10 21:55:40 +01:00
margin-left: 10px;
margin-right: 10px;
2018-10-08 23:41:54 +02:00
}
#footer {
2018-11-10 21:55:40 +01:00
margin-top: 3em;
2018-10-08 23:41:54 +02:00
}
.entry h1 a {
2018-11-10 21:55:40 +01:00
color: black;
text-decoration: none;
2018-10-08 23:41:54 +02:00
}
.entry {
2018-11-10 21:55:40 +01:00
margin-bottom: 2em;
2018-10-08 23:41:54 +02:00
}
.entry .date {
2018-11-10 21:55:40 +01:00
margin-top: 3px;
2018-10-08 23:41:54 +02:00
}
.entry p {
2018-11-10 21:55:40 +01:00
margin: 0;
margin-bottom: 1em;
2018-10-08 23:41:54 +02:00
}
.entry .body {
2018-11-10 21:55:40 +01:00
margin-top: 1em;
line-height: 16pt;
2018-10-08 23:41:54 +02:00
}
.compose td {
2018-11-10 21:55:40 +01:00
vertical-align: middle;
padding-bottom: 5px;
2018-10-08 23:41:54 +02:00
}
.compose td.field {
2018-11-10 21:55:40 +01:00
padding-right: 10px;
2018-10-08 23:41:54 +02:00
}
.compose .title,
.compose .submit {
2018-11-10 21:55:40 +01:00
font-family: "Helvetica Nue", Helvetica, Arial, sans-serif;
font-weight: bold;
2018-10-08 23:41:54 +02:00
}
.compose .title {
2018-11-10 21:55:40 +01:00
font-size: 20pt;
2018-10-08 23:41:54 +02:00
}
.compose .title,
.compose .markdown {
2018-11-10 21:55:40 +01:00
width: 100%;
2018-10-08 23:41:54 +02:00
}
.compose .markdown {
2018-11-10 21:55:40 +01:00
height: 500px;
line-height: 16pt;
2018-10-08 23:41:54 +02:00
}