2017-06-01 00:22:20 +02:00
|
|
|
/* Hacks
|
|
|
|
------------------------------------------------------------------------------ */
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2017-05-27 19:46:46 +02:00
|
|
|
|
|
|
|
/* Plugins
|
|
|
|
------------------------------------------------------------------------------ */
|
|
|
|
|
2017-05-30 21:54:09 +02:00
|
|
|
div.plugin h2.plugin-label {
|
2017-05-27 19:46:46 +02:00
|
|
|
border-bottom: solid 3px #f56a6a;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 0 2em 0;
|
|
|
|
padding: 0 0.75em 0.5em 0;
|
|
|
|
}
|
|
|
|
|
2017-05-30 21:54:09 +02:00
|
|
|
div.plugin ul {
|
2017-05-27 19:46:46 +02:00
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
2017-05-30 21:54:09 +02:00
|
|
|
div.plugin ul li {
|
2017-05-27 19:46:46 +02:00
|
|
|
border-top: solid 1px rgba(210, 215, 217, 0.75);
|
|
|
|
margin: 0.5em 0 0 0;
|
|
|
|
padding: 0.5em 0 0 0;
|
|
|
|
}
|
|
|
|
|
2017-05-30 21:54:09 +02:00
|
|
|
div.plugin a {
|
2017-05-27 19:46:46 +02:00
|
|
|
border-bottom: 0;
|
|
|
|
color: inherit;
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
font-size: 1.1em;
|
2017-07-30 23:15:33 +02:00
|
|
|
padding: 0;
|
2017-05-27 19:46:46 +02:00
|
|
|
}
|
|
|
|
|
2017-05-30 21:54:09 +02:00
|
|
|
/* Plugin Tags
|
|
|
|
------------------------------------------------------------------------------ */
|
|
|
|
|
|
|
|
div.plugin-tags ul li {
|
|
|
|
border: none;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.plugin-tags a {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
2017-05-27 19:46:46 +02:00
|
|
|
/* Plugin Menu
|
|
|
|
------------------------------------------------------------------------------ */
|
|
|
|
|
|
|
|
div.plugin-menu ul.menu {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.plugin-menu ul.submenu li {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.plugin-menu span.category-name {
|
|
|
|
color: #3d4449 !important;
|
|
|
|
opacity: 1.0;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.plugin-menu a.page-title {
|
|
|
|
padding: 0;
|
2017-05-30 20:28:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Plugin Disqus
|
|
|
|
------------------------------------------------------------------------------ */
|
|
|
|
#disqus_thread {
|
|
|
|
margin-top: 60px;
|
2017-05-27 19:46:46 +02:00
|
|
|
}
|