2016-08-03 20:07:49 +02:00
|
|
|
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
|
2018-08-21 17:22:46 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
outline: 0;
|
|
|
|
font-size: 100%;
|
|
|
|
font: inherit;
|
|
|
|
vertical-align: baseline;
|
2016-08-03 20:07:49 +02:00
|
|
|
}
|
|
|
|
/* HTML5 display-role reset for older browsers */
|
2018-08-21 17:22:46 +02:00
|
|
|
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
|
|
|
|
display: block;
|
2016-08-03 20:07:49 +02:00
|
|
|
}
|
|
|
|
/* Let's go for the actual style */
|
2018-08-21 17:22:46 +02:00
|
|
|
body {
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
|
|
|
|
}
|
|
|
|
a, a:link, a:visited {
|
|
|
|
color: #2196F3;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
/* Section */
|
|
|
|
section {
|
2016-08-03 20:07:49 +02:00
|
|
|
background-color: #FFFFFF;
|
2018-08-21 17:22:46 +02:00
|
|
|
width: 60%;
|
2016-08-03 20:07:49 +02:00
|
|
|
margin: 30px auto;
|
2018-08-21 17:22:46 +02:00
|
|
|
padding: 15px 15px;
|
|
|
|
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.09);
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
section > h2 {
|
2016-08-03 20:07:49 +02:00
|
|
|
font-size: 200%;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2018-08-21 17:22:46 +02:00
|
|
|
h1.pagetitle {
|
|
|
|
margin: 40px 0 20px;
|
2016-08-03 20:07:49 +02:00
|
|
|
font-size: 300%;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
color: #2196F3;
|
|
|
|
}
|
2018-08-21 17:22:46 +02:00
|
|
|
h1.pagetitle > a {
|
2016-08-07 15:29:59 +02:00
|
|
|
color: #2196F3;
|
|
|
|
}
|
2018-08-21 17:22:46 +02:00
|
|
|
a.backlink, a.backlink:link, a.backlink:visited, a.itemtitle, a.itemtitle:link, a.itemtitle:visited {
|
2016-08-03 20:07:49 +02:00
|
|
|
color: #2196F3;
|
|
|
|
}
|
2018-08-21 17:22:46 +02:00
|
|
|
.buttons {
|
2016-08-03 20:07:49 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
2018-08-21 17:22:46 +02:00
|
|
|
section > div.content, section > div.attachments {
|
2016-08-03 20:07:49 +02:00
|
|
|
padding: 10px;
|
2019-02-04 15:33:13 +01:00
|
|
|
}
|
|
|
|
section h1, section h2, section h3, section b, section strong {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
section i, section em {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
section p:not(:last-child) {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
section li {
|
|
|
|
margin-left: 1em;
|
2016-08-03 20:07:49 +02:00
|
|
|
}
|
2018-08-21 17:22:46 +02:00
|
|
|
section > div.attachments > li.enclosure {
|
2016-11-16 16:27:17 +01:00
|
|
|
list-style-type: circle;
|
|
|
|
list-style-position: inside;
|
|
|
|
}
|
2018-08-21 17:22:46 +02:00
|
|
|
section > time, section > p.author {
|
2016-08-03 20:07:49 +02:00
|
|
|
color: #888;
|
|
|
|
font-size: 80%;
|
2016-08-03 22:01:44 +02:00
|
|
|
padding: 10px;
|
2016-08-03 20:07:49 +02:00
|
|
|
}
|
2018-08-21 17:22:46 +02:00
|
|
|
button {
|
|
|
|
line-height: 1.9em;
|
2016-08-03 20:07:49 +02:00
|
|
|
color: #FFF;
|
|
|
|
font-weight: bold;
|
|
|
|
vertical-align: middle;
|
|
|
|
padding: 6px 12px;
|
|
|
|
margin: 12px auto 0px;
|
2018-08-21 17:22:46 +02:00
|
|
|
border-radius: 4px;
|
2016-08-03 20:07:49 +02:00
|
|
|
border: 1px solid transparent;
|
|
|
|
background: #2196F3 none repeat scroll 0% 0%;
|
|
|
|
cursor: pointer;
|
2018-08-21 17:22:46 +02:00
|
|
|
width: 200px;
|
2018-07-16 12:32:24 +02:00
|
|
|
}
|
2018-08-21 17:22:46 +02:00
|
|
|
button:hover {
|
|
|
|
background: #49afff;
|
2019-02-04 15:33:13 +01:00
|
|
|
}
|
2019-06-21 21:22:21 +02:00
|
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
|
|
|
|
|
section {
|
|
|
|
width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
display: inline-block;
|
|
|
|
width: 40%;
|
|
|
|
padding: 5px auto;
|
|
|
|
margin: 3px auto 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|