2017-07-09 22:04:00 +02:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.home-title {
|
|
|
|
color: #222;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* PAGES */
|
|
|
|
|
|
|
|
article.page:not(:last-child) {
|
|
|
|
margin-bottom: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
article.page header {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
article.page header a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
article.page header h2 {
|
|
|
|
font-size: 2.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* PLUGINS */
|
|
|
|
|
|
|
|
div.plugin:not(:last-child) {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
2017-07-15 15:47:37 +02:00
|
|
|
div.plugin > h1,h2,h3,h4 {
|
2017-07-09 22:04:00 +02:00
|
|
|
font-size: 1em;
|
2017-07-15 15:47:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.plugin h2.plugin-label {
|
|
|
|
border-bottom: 1px solid #ebebeb;
|
|
|
|
padding-bottom: 5px;
|
2017-07-09 22:04:00 +02:00
|
|
|
text-transform: uppercase;
|
|
|
|
margin: 20px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.plugin ul {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2017-07-15 15:47:37 +02:00
|
|
|
/* PLUGIN MENU */
|
|
|
|
|
2017-07-09 22:04:00 +02:00
|
|
|
div.plugin-menu li.menu:not(:last-child) {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.plugin-menu ul.submenu {
|
|
|
|
margin-left: 10px;
|
2017-07-15 15:47:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* PLUGIN PAGES */
|
|
|
|
|
|
|
|
div.plugin-pages li.parent h3 {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.plugin-pages ul.child {
|
|
|
|
margin-left: 5px;
|
2017-07-09 22:04:00 +02:00
|
|
|
}
|